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

Unified Diff: test/inspector/inspector.gyp

Issue 2393863002: [inspector] Add swarming support to inspector tests (Closed)
Patch Set: Detach from dependent patchset 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 | « test/inspector/BUILD.gn ('k') | test/inspector/inspector.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/inspector.gyp
diff --git a/test/inspector/inspector.gyp b/test/inspector/inspector.gyp
index 6d94370ddde8d6728e33f980bdb55a99cbb8cabc..c18349c1689e438aa9222dadf3632b4b141a2ced 100644
--- a/test/inspector/inspector.gyp
+++ b/test/inspector/inspector.gyp
@@ -36,4 +36,23 @@
],
},
],
+ 'conditions': [
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'inspector-test_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'inspector-test',
+ ],
+ 'includes': [
+ '../../gypfiles/isolate.gypi',
+ ],
+ 'sources': [
+ 'inspector.isolate',
+ ],
+ },
+ ],
+ }],
+ ],
}
« no previous file with comments | « test/inspector/BUILD.gn ('k') | test/inspector/inspector.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698