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

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

Issue 685363002: Update PRESUBMIT files for first round of ng trybots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 #!/usr/bin/python
2
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
5 # found in the LICENSE file.
6
7 """Chromium presubmit script for src/chrome/browser/ui/libgtk2ui.
8
9 See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
10 for more details on the presubmit API built into gcl.
11 """
12
13 def GetPreferredTryMasters(project, change):
14 return {
15 'tryserver.chromium.linux': {
16 'linux_chromium_rel': set(['defaulttests']),
17 }
18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698