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

Unified Diff: jingle/jingle.gyp

Issue 1221843002: Convert jingle_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@5_printing_unittests
Patch Set: Rebase Created 5 years, 6 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_migration.gypi ('k') | jingle/jingle_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/jingle.gyp
diff --git a/jingle/jingle.gyp b/jingle/jingle.gyp
index ed0439c1ed7756d68d77af561097010db56aa484..2228d9bf098bfd1c3d0e16f27489f81b97e78f4a 100644
--- a/jingle/jingle.gyp
+++ b/jingle/jingle.gyp
@@ -180,6 +180,25 @@
],
},
],
+ 'conditions': [
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'jingle_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'jingle_unittests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'jingle_unittests.isolate',
+ ],
+ },
+ ],
+ }],
+ ],
}, { # enable_webrtc!=1 and OS=="android"
'targets': [
# Stub targets as Android doesn't use libjingle when webrtc is disabled.
« no previous file with comments | « build/gn_migration.gypi ('k') | jingle/jingle_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698