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

Unified Diff: chrome/chrome_tests.gypi

Issue 1953233002: Use the v8 shell instead of d8 to compile jstests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months 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 | « chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi ('k') | chrome/js_unittest_rules.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index cb3127bc4a074fff308f54e30449aed7d56bdd58..e13bf2a136be0eeaf28accf7fe29d9765adf078d 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2243,7 +2243,7 @@
},
'inputs': [
'<(gypv8sh)',
- '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/shell<(EXECUTABLE_SUFFIX)',
'<(mock_js)',
'<(test_api_js)',
'<(js2gtest)',
@@ -2645,7 +2645,7 @@
'dependencies': [
'../components/components.gyp:copresence',
# build time dependency.
- '../v8/src/d8.gyp:d8#host',
+ '../v8/samples/samples.gyp:shell#host',
],
}],
['enable_app_list==1', {
@@ -2786,7 +2786,7 @@
},
'inputs': [
'<(gypv8sh)',
- '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/shell<(EXECUTABLE_SUFFIX)',
'<(mock_js)',
'<(test_api_js)',
'<(js2gtest)',
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi ('k') | chrome/js_unittest_rules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698