Rename _untrusted targets in third_party to use _nacl suffix

Previously NaCl targets were using _untrusted suffix which makes the
purpose of these targets hard to understand. This CL renames some targets in src/third_party.

Also removed toolsets field from modp_b64_nacl.gyp

Review URL: https://codereview.chromium.org/138673002

git-svn-id: http://src.chromium.org/svn/trunk/src/third_party/jsoncpp@245176 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
diff --git a/jsoncpp_untrusted.gyp b/jsoncpp_nacl.gyp
similarity index 83%
rename from jsoncpp_untrusted.gyp
rename to jsoncpp_nacl.gyp
index 88537bf..d60510c 100644
--- a/jsoncpp_untrusted.gyp
+++ b/jsoncpp_nacl.gyp
@@ -1,4 +1,4 @@
-# Copyright 2013 The Chromium Authors. All rights reserved.
+# Copyright 2014 The Chromium Authors. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
@@ -11,11 +11,11 @@
     ['disable_nacl==0 and disable_nacl_untrusted==0', {
       'targets': [
         {
-          'target_name': 'jsoncpp_untrusted',
+          'target_name': 'jsoncpp_nacl',
           'type': 'none',
           'variables': {
             'nacl_untrusted_build': 1,
-            'nlib_target': 'libjsoncpp_untrusted.a',
+            'nlib_target': 'libjsoncpp_nacl.a',
             'build_newlib': 1,
           },
           'gcc_compile_flags': [