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

Side by Side Diff: recipe_modules/gclient/example.py

Issue 1976843002: Add/rename chromium_perf gclient configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Coverage. Created 4 years, 7 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 | « recipe_modules/gclient/config.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 DEPS = [ 5 DEPS = [
6 'gclient', 6 'gclient',
7 'recipe_engine/path', 7 'recipe_engine/path',
8 'recipe_engine/properties', 8 'recipe_engine/properties',
9 ] 9 ]
10 10
11 11
12 TEST_CONFIGS = [ 12 TEST_CONFIGS = [
13 'android', 13 'android',
14 'android_bare', 14 'android_bare',
15 'blink', 15 'blink',
16 'blink_or_chromium', 16 'blink_or_chromium',
17 'boringssl', 17 'boringssl',
18 'build_internal', 18 'build_internal',
19 'build_internal_scripts_slave', 19 'build_internal_scripts_slave',
20 'catapult', 20 'catapult',
21 'chrome_internal', 21 'chrome_internal',
22 'chromium', 22 'chromium',
23 'chromium_lkcr', 23 'chromium_lkcr',
24 'chromium_lkgr', 24 'chromium_lkgr',
25 'chromium_perf',
26 'chromium_perf_android',
25 'chromium_skia', 27 'chromium_skia',
26 'chromium_webrtc', 28 'chromium_webrtc',
27 'chromium_webrtc_tot', 29 'chromium_webrtc_tot',
28 'crashpad', 30 'crashpad',
29 'custom_tabs_client', 31 'custom_tabs_client',
30 'dart', 32 'dart',
31 'gerrit_test_cq_normal', 33 'gerrit_test_cq_normal',
32 'gyp', 34 'gyp',
33 'infra', 35 'infra',
34 'infradata_master_manager', 36 'infradata_master_manager',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 93
92 assert not api.gclient.is_blink_mode 94 assert not api.gclient.is_blink_mode
93 95
94 96
95 def GenTests(api): 97 def GenTests(api):
96 yield api.test('basic') 98 yield api.test('basic')
97 99
98 yield api.test('revision') + api.properties(revision='abc') 100 yield api.test('revision') + api.properties(revision='abc')
99 101
100 yield api.test('tryserver') + api.properties.tryserver() 102 yield api.test('tryserver') + api.properties.tryserver()
OLDNEW
« no previous file with comments | « recipe_modules/gclient/config.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698