Chromium Code Reviews| 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']], |