Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Unified Diff: third_party/WebKit/Source/web/web_tests.gyp

Issue 1422793004: Reland Reland Switch Chrome Android using v8 arch specific external data name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/platform/blink_platform_tests.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"', {
« no previous file with comments | « third_party/WebKit/Source/platform/blink_platform_tests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698