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

Unified Diff: chrome_elf/chrome_elf.gyp

Issue 1223703002: Convert chrome_elf_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: foiled again! Created 4 years, 10 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_elf/chrome_elf_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_elf/chrome_elf.gyp
diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp
index 26fc27ca4a788311f62f149e0e964bf086023581..5e6ecfce1d3a364064fcf90cd90da7ec514b726a 100644
--- a/chrome_elf/chrome_elf.gyp
+++ b/chrome_elf/chrome_elf.gyp
@@ -146,4 +146,19 @@
],
},
], # targets
+ 'conditions': [
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'chrome_elf_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'chrome_elf_unittests',
+ ],
+ 'includes': [ '../build/isolate.gypi' ],
+ 'sources': [ 'chrome_elf_unittests.isolate' ],
+ },
+ ],
+ }],
+ ],
}
« no previous file with comments | « build/gn_migration.gypi ('k') | chrome_elf/chrome_elf_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698