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

Unified Diff: build/all.gyp

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 | « BUILD.gn ('k') | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index bfc96d5c0805a74345ed7204d8d864ef52460470..d028448a42a4680619cfbfe13b4a7f9e0f0fc9fd 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -706,7 +706,7 @@
}],
['chromeos==0', {
'dependencies': [
- '../v8/src/d8.gyp:d8#host',
+ '../v8/samples/samples.gyp:shell#host',
'../third_party/pdfium/samples/samples.gyp:pdfium_test',
],
}],
« no previous file with comments | « BUILD.gn ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698