Chromium Code Reviews| Index: content/content_shell.gypi |
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi |
| index 0031964ae62445a8244159d608c885a1cf110431..e6723a739f7246c50b56a34ea714bda1c6f2c11c 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': [ |
| + '<(PRODUCT_DIR)/icudtl.dat', |
| + ], |
| + }], |
|
jungshik at Google
2014/01/22 19:38:42
I'll move this under content_shell_framework targe
|
| + ], |
| 'postbuilds': [ |
| { |
| 'postbuild_name': 'Copy <(content_shell_product_name) Framework.framework', |