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

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: Swarm setup_unittests on FYI bots 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
Index: chrome/chrome_installer.gypi
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
index 2c8194f9807a34e77902a952d52a70f9563cc246..c92c375227c1d492414f5a16b51fe7773a119c3a 100644
--- a/chrome/chrome_installer.gypi
+++ b/chrome/chrome_installer.gypi
@@ -1086,6 +1086,19 @@
'installer_util_unittests.isolate',
],
},
+ {
+ 'target_name': 'setup_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'setup_unittests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'setup_unittests.isolate',
+ ],
+ },
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698