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

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

Issue 107413007: Add new accessibility_unittests target to "try" and "fyi" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: tryserver and fyi only Created 6 years, 12 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 f775b4ec8dea964060649c1bf65e1b4f05e790aa..f2b0f1412a98af04faeb1024864fdee14a35a1f3 100644
--- a/scripts/master/factory/chromium_factory.py
+++ b/scripts/master/factory/chromium_factory.py
@@ -334,6 +334,10 @@ class ChromiumFactory(gclient_factory.GClientFactory):
f.AddBuildrunnerCheckLicensesStep(fp)
# Small ("module") unit tests:
+ if R('accessibility_unittests'):
+ f.AddGTestTestStep('accessibility_unittests', fp)
+ if R('accessibility_unittests_br'):
+ f.AddBuildrunnerGTest('accessibility_unittests_br', fp)
James Cook 2014/01/14 16:41:11 I think this might be a typo.
if R('base_unittests'):
f.AddGTestTestStep('base_unittests', fp)
if R('base_unittests_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