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

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: rename to v8_shell 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 c2ca460fe8731cadac279498d843a002a517a4ec..9fdb4dd593c1d8770a7fdeca803050b3ae7f5249 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2237,7 +2237,7 @@
},
'inputs': [
'<(gypv8sh)',
- '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)',
'<(mock_js)',
'<(test_api_js)',
'<(js2gtest)',
@@ -2634,7 +2634,7 @@
'dependencies': [
'../components/components.gyp:copresence',
# build time dependency.
- '../v8/src/d8.gyp:d8#host',
+ '../v8/samples/samples.gyp:v8_shell#host',
],
}],
['enable_app_list==1', {
@@ -2775,7 +2775,7 @@
},
'inputs': [
'<(gypv8sh)',
- '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/v8_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