Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / browser / ui / libgtk2ui / PRESUBMIT.py
blob8a35f36eaa0d9e03c79786488de7111aee94b8e3
1 #!/usr/bin/python
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.
7 """Chromium presubmit script for src/chrome/browser/externsions.
9 See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
10 for more details on the presubmit API built into gcl.
11 """
13 def GetPreferredTrySlaves():
14 return ['linux_aura']