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

Unified Diff: chrome/chrome_installer.gypi

Issue 1220833004: Convert installer_util_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@5_sbox_validation_tests
Patch Set: Rebase Created 5 years, 5 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') | chrome/installer_util_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_installer.gypi
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
index e1b76f11df2ccaed6eb14c6af41dd69c96d99af4..7f6c7703fd0f5641bf17ef83b23fc4f58cb0d6cb 100644
--- a/chrome/chrome_installer.gypi
+++ b/chrome/chrome_installer.gypi
@@ -1068,5 +1068,22 @@
},
], # targets
}], # OS=="mac"
+ ['OS=="win" and test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'installer_util_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'installer_util_unittests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'installer_util_unittests.isolate',
+ ],
+ },
+ ],
+ }],
],
}
« no previous file with comments | « build/gn_migration.gypi ('k') | chrome/installer_util_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698