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

Unified Diff: projects.py

Issue 26484004: Add app_list_unittests to the CQ steps on mac, windows and linux_aura. (Closed) Base URL: svn://chrome-svn/chrome/trunk/tools/commit-queue/
Patch Set: Created 7 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: projects.py
===================================================================
--- projects.py (revision 228624)
+++ projects.py (working copy)
@@ -304,6 +304,7 @@
# the corresponding *_rel builders.
# Note: *_aura are Release builders even if their names convey otherwise.
aura_tests = [
+ 'app_list_unittests',
'aura_unittests',
'browser_tests',
'compositor_unittests',
@@ -362,6 +363,7 @@
],
'mac': ['compile'],
'mac_rel': standard_tests + [
+ 'app_list_unittests',
'cc_unittests',
'chromedriver2_unittests',
'components_unittests',
@@ -376,6 +378,7 @@
'ash_unittests',
],
'win_rel': standard_tests + [
+ 'app_list_unittests',
'cc_unittests',
'chrome_frame_net_tests',
'chrome_frame_tests',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698