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

Unified Diff: chrome/browser/ui/views/PRESUBMIT.py

Issue 8818013: Add aura compile testing by default to likely areas. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 9 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
Index: chrome/browser/ui/views/PRESUBMIT.py
===================================================================
--- chrome/browser/ui/views/PRESUBMIT.py (revision 113065)
+++ chrome/browser/ui/views/PRESUBMIT.py (working copy)
@@ -9,4 +9,4 @@
"""
def GetPreferredTrySlaves():
- return ['linux_view', 'linux_chromeos']
+ return ['linux_aura_compile', 'linux_chromeos']

Powered by Google App Engine
This is Rietveld 408576698