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

Side by Side Diff: DEPS

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