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

Unified Diff: projects.py

Issue 62333004: Make win_rel contain all the targets that are in win7_aura in preparation for removing that confi... (Closed) Base URL: svn://chrome-svn/chrome/trunk/tools/commit-queue/
Patch Set: only add new targets for now Created 7 years, 1 month 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 233677)
+++ projects.py (working copy)
@@ -382,18 +382,22 @@
],
'win_rel': standard_tests + [
'app_list_unittests',
+ 'ash_unittests',
+ 'aura_unittests',
'cc_unittests',
'chrome_frame_net_tests',
'chrome_frame_tests',
'chrome_frame_unittests',
'chromedriver2_unittests',
'components_unittests',
+ 'compositor_unittests',
'installer_util_unittests',
'mini_installer_test',
'nacl_integration',
'remoting_unittests',
'sync_integration_tests',
'telemetry_unittests',
+ 'views_unittests',
],
'win_x64_rel': [
'base_unittests',
« 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