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

Unified Diff: printing/printing.gyp

Issue 1217243003: Convert printing_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@4_url_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') | printing/printing_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing.gyp
diff --git a/printing/printing.gyp b/printing/printing.gyp
index eb4001d59c0b259d0cdc229d58d28cf9882517f2..e87fe9c9ac1adb9aa832741ae763743a7f483dc3 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -317,5 +317,22 @@
}
]
}],
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'printing_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'printing_unittests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'printing_unittests.isolate',
+ ],
+ },
+ ],
+ }],
]
}
« no previous file with comments | « build/gn_migration.gypi ('k') | printing/printing_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698