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: DEPS

Issue 889963003: Revert of 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
3 deps = { 1 deps = {
4 "build/scripts/gsd_generate_index": 2 "build/scripts/gsd_generate_index":
5 "svn://svn.chromium.org/chrome/trunk/tools/gsd_generate_index", 3 "svn://svn.chromium.org/chrome/trunk/tools/gsd_generate_index",
6 4
7 "build/scripts/private/data/reliability": 5 "build/scripts/private/data/reliability":
8 "svn://svn.chromium.org/chrome/trunk/src/chrome/test/data/reliability", 6 "svn://svn.chromium.org/chrome/trunk/src/chrome/test/data/reliability",
9 7
10 "build/third_party/gsutil": 8 "build/third_party/gsutil":
11 "svn://svn.chromium.org/gsutil/trunk/src@263", 9 "svn://svn.chromium.org/gsutil/trunk/src@263",
12 10
(...skipping 14 matching lines...) Expand all
27 "unix": { 25 "unix": {
28 "build/third_party/xvfb": 26 "build/third_party/xvfb":
29 "svn://svn.chromium.org/chrome/trunk/tools/third_party/xvfb", 27 "svn://svn.chromium.org/chrome/trunk/tools/third_party/xvfb",
30 }, 28 },
31 } 29 }
32 30
33 hooks = [ 31 hooks = [
34 { 32 {
35 "pattern": r".*/cros_chromite\.py", 33 "pattern": r".*/cros_chromite\.py",
36 "action": [ 34 "action": [
37 "python", "build/scripts/tools/runit.py", 35 "./build/scripts/tools/runit.py",
38 "build/scripts/common/cros_chromite.py", "-v", 36 "./build/scripts/common/cros_chromite.py", "-v",
39 ], 37 ],
40 }, 38 },
41 ] 39 ]
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