| Index: content/content_shell.gypi
|
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi
|
| index 4a77d2b661d17526bc96420a393268780aef37e3..637b557db78bd2c0d99415c2c2f06b8e2278edbe 100644
|
| --- a/content/content_shell.gypi
|
| +++ b/content/content_shell.gypi
|
| @@ -941,13 +941,16 @@
|
| }],
|
| ['v8_use_external_startup_data==1', {
|
| 'additional_input_paths': [
|
| - '<(asset_location)/natives_blob.bin',
|
| - '<(asset_location)/snapshot_blob.bin',
|
| + '<(asset_location)/natives_blob_<(arch_suffix).bin',
|
| + '<(asset_location)/snapshot_blob_<(arch_suffix).bin',
|
| ],
|
| }],
|
| ],
|
| },
|
| - 'includes': [ '../build/java_apk.gypi' ],
|
| + 'includes': [
|
| + '../build/android/v8_external_startup_data_arch_suffix.gypi',
|
| + '../build/java_apk.gypi',
|
| + ],
|
| },
|
| ],
|
| }], # OS=="android"
|
|
|