| Index: chrome/chrome_dll_bundle.gypi
|
| diff --git a/chrome/chrome_dll_bundle.gypi b/chrome/chrome_dll_bundle.gypi
|
| index dc721ffe865b635d14504fedf4ce2de01f5e165c..f2e31265fad02cf695073c3e95068be8402b3595 100644
|
| --- a/chrome/chrome_dll_bundle.gypi
|
| +++ b/chrome/chrome_dll_bundle.gypi
|
| @@ -68,6 +68,13 @@
|
| # dependency but not copied to the final target. See
|
| # common.gypi for more info.
|
| ],
|
| + 'conditions': [
|
| + ['icu_use_data_file_flag', {
|
| + 'mac_bundle_resources': [
|
| + '<(DEPTH)/third_party/icu/source/data/in/icudtl.dat',
|
| + ],
|
| + }],
|
| + ],
|
| 'mac_bundle_resources!': [
|
| 'app/framework-Info.plist',
|
| ],
|
|
|