| Index: content/content_shell.gypi
|
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi
|
| index eedf4ffd9f5ba5a16dd15eb48d636c065676787c..75e3a9df87b6959740856515d6155fd13ab1a966 100644
|
| --- a/content/content_shell.gypi
|
| +++ b/content/content_shell.gypi
|
| @@ -1060,6 +1060,13 @@
|
| 'native_lib_target': 'libcontent_shell_content_view',
|
| 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/content_shell.pak'],
|
| 'asset_location': '<(PRODUCT_DIR)/content_shell/assets',
|
| + 'conditions': [
|
| + ['icu_use_data_file_flag==1', {
|
| + 'additional_input_paths': [
|
| + '<(PRODUCT_DIR)/icudtl.dat',
|
| + ],
|
| + }],
|
| + ],
|
| },
|
| 'conditions': [
|
| ['android_webview_build==0', {
|
| @@ -1067,6 +1074,16 @@
|
| '../tools/imagediff/image_diff.gyp:image_diff#host',
|
| ],
|
| }],
|
| + ['icu_use_data_file_flag==1', {
|
| + 'copies': [
|
| + {
|
| + 'destination': '<(asset_location)',
|
| + 'files': [
|
| + '<(PRODUCT_DIR)/icudtl.dat',
|
| + ],
|
| + }
|
| + ],
|
| + }],
|
| ],
|
| 'includes': [ '../build/java_apk.gypi' ],
|
| },
|
|
|