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

Unified Diff: test/bot_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/BUILD.gn ('k') | test/default.gyp » ('j') | test/default.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/bot_default.gyp
diff --git a/test/bot_default.gyp b/test/bot_default.gyp
index 04679183b475b5defdede2b1ffbf8c3591b5d1d5..ab0b49e7ef4a413b6678b9b2d1609de3a22d316a 100644
--- a/test/bot_default.gyp
+++ b/test/bot_default.gyp
@@ -19,6 +19,13 @@
'unittests/unittests.gyp:unittests_run',
'webkit/webkit.gyp:webkit_run',
],
+ 'conditions': [
+ ['v8_enable_inspector==1', {
+ 'dependencies': [
+ 'inspector/inspector.gyp:inspector-test_run',
+ ],
+ }],
+ ],
'includes': [
'../gypfiles/features.gypi',
'../gypfiles/isolate.gypi',
« no previous file with comments | « test/BUILD.gn ('k') | test/default.gyp » ('j') | test/default.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698