Blink roll 25b6bd3a7a131ffe68d809546ad1a20707915cdc:3a503f41ae42e5b79cfcd2ff10e65afde...
[chromium-blink-merge.git] / ui / events / PRESUBMIT.py
blob345bf08fbc061471b77fb71f35ddb886ec8299fd
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 """Chromium presubmit script for src/ui/events
7 See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
8 for more details on the presubmit API built into gcl.
9 """
11 def GetPreferredTryMasters(project, change):
12 tests = set(['ash_unittests',
13 'aura_unittests',
14 'events_unittests',
15 'keyboard_unittests',
16 'views_unittests'])
18 return {
19 'tryserver.chromium.linux': {
20 'linux_chromium_chromeos_rel': tests,
21 'linux_chromeos_asan': tests,
23 'tryserver.chromium.win': {
24 'win_chromium_compile_dbg': tests,