Chromium Code Reviews| Index: chrome/chrome_dll_bundle.gypi |
| diff --git a/chrome/chrome_dll_bundle.gypi b/chrome/chrome_dll_bundle.gypi |
| index dc721ffe865b635d14504fedf4ce2de01f5e165c..933af1d9f9b13469984063e46012db4a84878652 100644 |
| --- a/chrome/chrome_dll_bundle.gypi |
| +++ b/chrome/chrome_dll_bundle.gypi |
| @@ -308,5 +308,10 @@ |
| ], |
| }], |
| }], |
| + ['icu_use_data_file_flag==1', { |
| + 'mac_bundle_resources': [ |
| + '<(DEPTH)/third_party/icu/source/data/in/icudtl.dat', |
|
Mark Mentovai
2013/12/20 14:27:35
You should specify this path using ../third_party/
|
| + ], |
| + }], |
| ], # conditions |
| } |