| Index: content/content.gyp
|
| diff --git a/content/content.gyp b/content/content.gyp
|
| index bda908c81f5d73167a61465232a541fa232b1138..f1a2a973f5afe5161b90f73931056a9d0f611420 100644
|
| --- a/content/content.gyp
|
| +++ b/content/content.gyp
|
| @@ -638,10 +638,14 @@
|
| 'conditions': [
|
| ['v8_use_external_startup_data==1', {
|
| 'dependencies': ['<(DEPTH)/v8/tools/gyp/v8.gyp:v8_external_snapshot'],
|
| - 'src_files': [
|
| + 'renaming_sources': [
|
| '<(PRODUCT_DIR)/natives_blob.bin',
|
| '<(PRODUCT_DIR)/snapshot_blob.bin',
|
| ],
|
| + 'renaming_destinations': [
|
| + 'natives_blob_<(arch_suffix).bin',
|
| + 'snapshot_blob_<(arch_suffix).bin',
|
| + ],
|
| }],
|
| ['icu_use_data_file_flag==1', {
|
| 'dependencies': ['<(DEPTH)/third_party/icu/icu.gyp:icudata'],
|
| @@ -653,6 +657,7 @@
|
| },
|
| 'includes': [
|
| '../build/android/copy_ex.gypi',
|
| + '../build/android/v8_external_startup_data_arch_suffix.gypi',
|
| ],
|
| },
|
| ],
|
|
|