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

Side by Side Diff: chrome/browser/ui/libgtk2ui/PRESUBMIT.py

Issue 415323002: Update masters after the tryserver split. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: linux_blink_rel on tryserver.blink Created 6 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/sync/PRESUBMIT.py ('k') | chrome/browser/ui/views/PRESUBMIT.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/usr/bin/python 1 #!/usr/bin/python
2 2
3 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 6
7 """Chromium presubmit script for src/chrome/browser/ui/libgtk2ui. 7 """Chromium presubmit script for src/chrome/browser/ui/libgtk2ui.
8 8
9 See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts 9 See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
10 for more details on the presubmit API built into gcl. 10 for more details on the presubmit API built into gcl.
11 """ 11 """
12 12
13 def GetPreferredTryMasters(project, change): 13 def GetPreferredTryMasters(project, change):
14 return { 14 return {
15 'tryserver.chromium': { 15 'tryserver.chromium.linux': {
16 'linux_chromium_rel': set(['defaulttests']), 16 'linux_chromium_rel_swarming': set(['defaulttests']),
17 } 17 }
18 } 18 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/PRESUBMIT.py ('k') | chrome/browser/ui/views/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698