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

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

Issue 2017843003: depot_tools: add gclient config for bare recipes-py repo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 4 years, 6 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
(...skipping 27 matching lines...) Expand all
38 'ios', 38 'ios',
39 'luci_gae', 39 'luci_gae',
40 'luci_go', 40 'luci_go',
41 'luci_py', 41 'luci_py',
42 'master_deps', 42 'master_deps',
43 'mojo', 43 'mojo',
44 'nacl', 44 'nacl',
45 'pdfium', 45 'pdfium',
46 'perf', 46 'perf',
47 'recipes_py', 47 'recipes_py',
48 'recipes_py_bare',
48 'show_v8_revision', 49 'show_v8_revision',
49 'slave_deps', 50 'slave_deps',
50 'v8_bleeding_edge_git', 51 'v8_bleeding_edge_git',
51 'v8_canary', 52 'v8_canary',
52 'wasm_llvm', 53 'wasm_llvm',
53 'webports', 54 'webports',
54 'webrtc_test_resources', 55 'webrtc_test_resources',
55 'with_branch_heads', 56 'with_branch_heads',
56 ] 57 ]
57 58
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 94
94 assert not api.gclient.is_blink_mode 95 assert not api.gclient.is_blink_mode
95 96
96 97
97 def GenTests(api): 98 def GenTests(api):
98 yield api.test('basic') 99 yield api.test('basic')
99 100
100 yield api.test('revision') + api.properties(revision='abc') 101 yield api.test('revision') + api.properties(revision='abc')
101 102
102 yield api.test('tryserver') + api.properties.tryserver() 103 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