Chromium Code Reviews| Index: content/content_shell.gypi |
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi |
| index 0031964ae62445a8244159d608c885a1cf110431..84f2934900d79fe91319b9d25e7c879da3ad5ce8 100644 |
| --- a/content/content_shell.gypi |
| +++ b/content/content_shell.gypi |
| @@ -473,6 +473,13 @@ |
| ], |
| }, |
| ], |
| + 'conditions': [ |
| + ['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
Same.
|
| + ], |
| + }], |
| + ], |
| 'postbuilds': [ |
| { |
| 'postbuild_name': 'Copy <(content_shell_product_name) Framework.framework', |