Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: icu_nacl.gyp

Issue 129893002: Rename ICU NaCl targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu46
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README.chromium ('k') | icu_untrusted.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu_nacl.gyp
diff --git a/icu_untrusted.gyp b/icu_nacl.gyp
similarity index 87%
rename from icu_untrusted.gyp
rename to icu_nacl.gyp
index 26c52934ad24615584d7f6c7d5b163f77e975ae8..a7b06efa7e66737089a234179d9beeefdaf8798d 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': [
« no previous file with comments | « README.chromium ('k') | icu_untrusted.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698