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

Unified Diff: chrome/chrome_tests.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 | « no previous file | 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 2f707fea8ae867d723e53ae69dbe9773c8c232e2..d0d276aaf687cc6374e5154deb736b9685d70141 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1616,7 +1616,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)',
@@ -1985,7 +1985,7 @@
'dependencies': [
# build time dependency.
'../content/content_shell_and_tests.gyp:copy_npapi_test_plugin',
- '../v8/tools/gyp/v8.gyp:v8_shell#host',
+ '../v8/src/d8.gyp:d8#host',
],
}],
['enable_app_list==0', {
@@ -2100,7 +2100,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 | « no previous file | chrome/js_unittest_rules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698