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

Unified Diff: chrome/chrome_installer.gypi

Issue 1223293004: Swarm setup_unittests on FYI bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync to position 339062 for reland 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/setup_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 d5d071ebb6947f878cc852a7098dc02d94bc4826..f1b15cc6dc20965d11b6eb705b430dfe203ae365 100644
--- a/chrome/chrome_installer.gypi
+++ b/chrome/chrome_installer.gypi
@@ -1088,6 +1088,19 @@
'installer_util_unittests.isolate',
],
},
+ {
+ 'target_name': 'setup_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'setup_unittests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'setup_unittests.isolate',
+ ],
+ },
],
}],
],
« no previous file with comments | « build/gn_migration.gypi ('k') | chrome/setup_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698