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

Unified Diff: scripts/master/factory/chromium_factory.py

Issue 323943003: add wm_unittests to tryserver win8_aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: use br Created 6 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 | « masters/master.tryserver.chromium/master.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/chromium_factory.py
diff --git a/scripts/master/factory/chromium_factory.py b/scripts/master/factory/chromium_factory.py
index 19d29fed10942f769d5d7139e3e3c66cb70ff836..c584b37f93314c9c9eaea09afc3c9a5745bc940a 100644
--- a/scripts/master/factory/chromium_factory.py
+++ b/scripts/master/factory/chromium_factory.py
@@ -472,6 +472,8 @@ class ChromiumFactory(gclient_factory.GClientFactory):
f.AddGTestTestStep('views_unittests', fp)
if R('views_br'):
f.AddBuildrunnerGTest('views_unittests', fp)
+ if R('wm_unittests_br'):
+ f.AddBuildrunnerGTest('wm_unittests', fp)
if R('aura'):
f.AddGTestTestStep('aura_unittests', fp)
if R('aura_br'):
« no previous file with comments | « masters/master.tryserver.chromium/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698