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

Unified Diff: masters/master.chromium.lkgr/lkgr_finder.py

Issue 11418274: Add Win Aura and Linux Aura to lkgr. (Closed) Base URL: svn://chrome-svn/chrome/trunk/tools/build/
Patch Set: add browser_tests and interactive_ui_tests on linux aura Created 8 years 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: masters/master.chromium.lkgr/lkgr_finder.py
===================================================================
--- masters/master.chromium.lkgr/lkgr_finder.py (revision 172336)
+++ masters/master.chromium.lkgr/lkgr_finder.py (working copy)
@@ -126,6 +126,18 @@
# 'Interactive Tests (dbg)': [
# 'interactive_ui_tests',
# ],
+ 'Win Aura': [
+ 'ash_unittests',
+ 'aura_unittests',
+ 'browser_tests',
+ 'compile',
+ 'compositor_unittests',
+ 'content_browsertests',
+ 'content_unittests',
+ 'interactive_ui_tests',
+ 'unit_tests',
+ 'views_unittests',
+ ],
}, # chromium.win
'chromium.mac': {
'Mac Builder (dbg)': [
@@ -191,6 +203,32 @@
'unit_tests',
'webkit_compositor_bindings_unittests',
],
+ 'Linux Aura': [
+ 'aura_unittests',
+ 'base_unittests',
+ 'browser_tests',
+ 'cacheinvalidation_unittests',
+ 'compile',
+ 'compositor_unittests',
+ 'content_browsertests',
+ 'content_unittests',
+ 'crypto_unittests',
+ 'device_unittests',
+ 'googleurl_unittests',
+ 'gpu_unittests',
+ 'ipc_tests',
+ 'interactive_ui_tests',
+ 'jingle_unittests',
+ 'media_unittests',
+ 'net_unittests',
+ 'ppapi_unittests',
+ 'printing_unittests',
+ 'remoting_unittests',
+ 'sync_unit_tests',
+ 'ui_unittests',
+ 'unit_tests',
+ 'views_unittests',
+ ],
'Android Builder (dbg)': [
'build',
],
« 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