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

Unified Diff: icu.gyp

Issue 7725002: Remove a separate ICU data file for CrOS. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/icu46/
Patch Set: '' Created 9 years, 4 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 | « cros/data/locales/te.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu.gyp
===================================================================
--- icu.gyp (revision 93875)
+++ icu.gyp (working copy)
@@ -53,7 +53,6 @@
# is not localized to.
'linux/icudt46l_dat.S',
'mac/icudt46l_dat.S',
TVL 2011/08/25 13:48:31 with both of these filtered, with chromeos switch
jungshik at Google 2011/08/25 22:30:33 You meant if ChromeOS will switch to using a data
- 'cros/icudt46l_dat.S',
],
'conditions': [
[ 'OS == "win"', {
@@ -67,15 +66,12 @@
},
],
}],
- [ 'OS == "win" or OS == "mac" or chromeos == 1', {
+ [ 'OS == "win" or OS == "mac"', {
'sources!': ['linux/icudt46l_dat.S'],
}],
[ 'OS != "mac"', {
'sources!': ['mac/icudt46l_dat.S'],
}],
- [ 'chromeos != 1', {
- 'sources!': ['cros/icudt46l_dat.S'],
- }],
[ 'OS != "win" and icu_use_data_file_flag', {
# Remove any assembly data file.
'sources/': [['exclude', 'icudt46l_dat']],
« no previous file with comments | « cros/data/locales/te.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698