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

Unified Diff: test/default.gyp

Issue 2474863002: Add inspector tests to default tests to run locally. (Closed)
Patch Set: fix? Created 4 years, 1 month 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 | « test/bot_default.gyp ('k') | test/default.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/default.gyp
diff --git a/test/default.gyp b/test/default.gyp
index dd1d9e2dc8148269c7327b39682ddf57edf41eeb..2a6ab3a686c6c32ff011b33438bd5e371218d455 100644
--- a/test/default.gyp
+++ b/test/default.gyp
@@ -18,6 +18,13 @@
'preparser/preparser.gyp:preparser_run',
'unittests/unittests.gyp:unittests_run',
],
+ 'conditions': [
+ ['v8_enable_inspector==1', {
+ 'dependencies': [
Michael Achenbach 2016/11/03 10:25:31 IC, we didn't even include this yet as the gyp bot
+ 'inspector/inspector.gyp:inspector-test_run',
+ ],
+ }],
+ ],
'includes': [
'../gypfiles/features.gypi',
'../gypfiles/isolate.gypi',
« no previous file with comments | « test/bot_default.gyp ('k') | test/default.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698