Index: third_party/WebKit/Source/web/web_tests.gyp |
diff --git a/third_party/WebKit/Source/web/web_tests.gyp b/third_party/WebKit/Source/web/web_tests.gyp |
index f036b66ece58b5ec6a01930282b97e001dc6457c..98807e31c298f20e99018abdc4f969c248b9c69c 100644 |
--- a/third_party/WebKit/Source/web/web_tests.gyp |
+++ b/third_party/WebKit/Source/web/web_tests.gyp |
@@ -153,13 +153,16 @@ |
'conditions': [ |
['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/apk_test.gypi' ], |
+ 'includes': [ |
+ '../../../../build/apk_test.gypi', |
+ '../../../../build/android/v8_external_startup_data_arch_suffix.gypi', |
+ ], |
}], |
}], |
['test_isolation_mode != "noop"', { |