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

Unified Diff: chrome/js_unittest_rules.gypi

Issue 138923005: Use d8 instead of the experimental v8_shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't roll v8 in this CL. Created 6 years, 11 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/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/js_unittest_rules.gypi
diff --git a/chrome/js_unittest_rules.gypi b/chrome/js_unittest_rules.gypi
index a75494f22dc48d382c49f2fcfc539e2aaf174106..14de5b6ade0cbf58680f39eca879fe896eb77de1 100644
--- a/chrome/js_unittest_rules.gypi
+++ b/chrome/js_unittest_rules.gypi
@@ -32,7 +32,7 @@
{
'dependencies': [
# Used by rule js2unit below.
- '../v8/tools/gyp/v8.gyp:v8_shell#host',
+ '../v8/src/d8.gyp:d8#host',
],
'rules': [
{
@@ -58,7 +58,7 @@
'msvs_external_rule': 1,
'inputs': [
'<(gypv8sh)',
- '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)',
'<(mock_js)',
'<(accessibility_audit_js)',
'<(test_api_js)',
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698