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

Unified Diff: gypfiles/all.gyp

Issue 2411743002: [inspector] include test/inspector.gyp only when inspector is enabled (Closed)
Patch Set: Created 4 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gypfiles/all.gyp
diff --git a/gypfiles/all.gyp b/gypfiles/all.gyp
index 6b4ef82d6906c15b6a09b0f0180255c48fc7f3b0..931cc4226c6084ad96222ab66054d31a38946227 100644
--- a/gypfiles/all.gyp
+++ b/gypfiles/all.gyp
@@ -25,6 +25,11 @@
'../test/unittests/unittests.gyp:*',
],
}],
+ ['v8_enable_inspector==1', {
+ 'dependencies': [
+ '../test/inspector/inspector.gyp:*',
+ ],
+ }],
['test_isolation_mode != "noop"', {
'dependencies': [
'../test/bot_default.gyp:*',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698