Rename ICU NaCl targets

Use _nacl suffix for NaCl targets instead of _untrusted.

R=mark@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/icu46@243949 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
diff --git a/README.chromium b/README.chromium
index 7b7dcb9..f5dfcae 100644
--- a/README.chromium
+++ b/README.chromium
@@ -34,7 +34,7 @@
    - On Android, the pandroid.h was generated by copying plinux.h to
      pandroid.h and applying the patches/pandroid.h.patch.
 
-   - For NaCl (icu_untrusted), the pnacl.h was generated by copying plinux.h to
+   - For NaCl (icu_nacl.gypi), the pnacl.h was generated by copying plinux.h to
      pnacl.h and applying the patches/pnacl.h.patch.
 
    - Apply the CL at https://codereview.chromium.org/15973007/ to plinux.h
diff --git a/icu_untrusted.gyp b/icu_nacl.gyp
similarity index 87%
rename from icu_untrusted.gyp
rename to icu_nacl.gyp
index 26c5293..a7b06ef 100644
--- a/icu_untrusted.gyp
+++ b/icu_nacl.gyp
@@ -36,10 +36,10 @@
   },
   'targets': [
     {
-      'target_name': 'icudata_untrusted',
+      'target_name': 'icudata_nacl',
       'type': 'none',
       'variables': {
-        'nlib_target': 'libicudata_untrusted.a',
+        'nlib_target': 'libicudata_nacl.a',
         'build_glibc': 0,
         'build_newlib': 0,
         'build_pnacl_newlib': 1,
@@ -52,10 +52,10 @@
       ],
     },
     {
-      'target_name': 'icui18n_untrusted',
+      'target_name': 'icui18n_nacl',
       'type': 'none',
       'variables': {
-        'nlib_target': 'libicui18n_untrusted.a',
+        'nlib_target': 'libicui18n_nacl.a',
         'build_glibc': 0,
         'build_newlib': 0,
         'build_pnacl_newlib': 1,
@@ -68,7 +68,7 @@
       ],
       'dependencies': [
         '../../native_client/tools.gyp:prep_toolchain',
-        'icuuc_untrusted',
+        'icuuc_nacl',
       ],
       'direct_dependent_settings': {
         'include_dirs': [
@@ -77,10 +77,10 @@
       },
     },
     {
-      'target_name': 'icuuc_untrusted',
+      'target_name': 'icuuc_nacl',
       'type': 'none',
       'variables': {
-        'nlib_target': 'libicuuc_untrusted.a',
+        'nlib_target': 'libicuuc_nacl.a',
         'build_glibc': 0,
         'build_newlib': 0,
         'build_pnacl_newlib': 1,
@@ -93,7 +93,7 @@
       ],
       'dependencies': [
         '../../native_client/tools.gyp:prep_toolchain',
-        'icudata_untrusted',
+        'icudata_nacl',
       ],
       'direct_dependent_settings': {
         'include_dirs': [