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

Side by Side Diff: DEPS

Issue 890803003: Update DEPS to better bootstrap 'cros_chromite.py' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 10 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 | « no previous file | 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 recursion = 1
2
1 deps = { 3 deps = {
2 "build/scripts/gsd_generate_index": 4 "build/scripts/gsd_generate_index":
3 "svn://svn.chromium.org/chrome/trunk/tools/gsd_generate_index", 5 "svn://svn.chromium.org/chrome/trunk/tools/gsd_generate_index",
4 6
5 "build/scripts/private/data/reliability": 7 "build/scripts/private/data/reliability":
6 "svn://svn.chromium.org/chrome/trunk/src/chrome/test/data/reliability", 8 "svn://svn.chromium.org/chrome/trunk/src/chrome/test/data/reliability",
7 9
8 "build/third_party/gsutil": 10 "build/third_party/gsutil":
9 "svn://svn.chromium.org/gsutil/trunk/src@263", 11 "svn://svn.chromium.org/gsutil/trunk/src@263",
10 12
(...skipping 14 matching lines...) Expand all
25 "unix": { 27 "unix": {
26 "build/third_party/xvfb": 28 "build/third_party/xvfb":
27 "svn://svn.chromium.org/chrome/trunk/tools/third_party/xvfb", 29 "svn://svn.chromium.org/chrome/trunk/tools/third_party/xvfb",
28 }, 30 },
29 } 31 }
30 32
31 hooks = [ 33 hooks = [
32 { 34 {
33 "pattern": r".*/cros_chromite\.py", 35 "pattern": r".*/cros_chromite\.py",
34 "action": [ 36 "action": [
35 "./build/scripts/tools/runit.py", 37 "python", "build/scripts/tools/runit.py",
36 "./build/scripts/common/cros_chromite.py", "-v", 38 "build/scripts/common/cros_chromite.py", "-v",
37 ], 39 ],
38 }, 40 },
39 ] 41 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698