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

Unified Diff: icu_nacl.gyp

Issue 1058613005: NaCl/GYP: remove references to prep_toolchain. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu_nacl.gyp
diff --git a/icu_nacl.gyp b/icu_nacl.gyp
index 7cead47ba4721766ae1bfa085fc481c7c3472a34..d20fa53139bb8292cc3050e97fd61367666f8393 100644
--- a/icu_nacl.gyp
+++ b/icu_nacl.gyp
@@ -54,9 +54,6 @@
# TODO(jungshik): Remove it once a fix for bug 384752 is in.
'source/common/unicode/uvernum.h',
],
- 'dependencies': [
- '../../native_client/tools.gyp:prep_toolchain',
- ],
},
{
'target_name': 'icui18n_nacl',
@@ -74,7 +71,6 @@
'U_I18N_IMPLEMENTATION',
],
'dependencies': [
- '../../native_client/tools.gyp:prep_toolchain',
'icuuc_nacl',
],
'direct_dependent_settings': {
@@ -99,7 +95,6 @@
'U_COMMON_IMPLEMENTATION',
],
'dependencies': [
- '../../native_client/tools.gyp:prep_toolchain',
'icudata_nacl',
],
'direct_dependent_settings': {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698