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

Side by Side Diff: .DEPS.git

Issue 1402253002: CrOS: Load Chromite pins from JSON. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase (without pin JSON). Created 5 years, 2 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 | DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # DO NOT EDIT EXCEPT FOR LOCAL TESTING. 1 # DO NOT EDIT EXCEPT FOR LOCAL TESTING.
2 # THIS IS A GENERATED FILE. 2 # THIS IS A GENERATED FILE.
3 # ALL MANUAL CHANGES WILL BE OVERWRITTEN. 3 # ALL MANUAL CHANGES WILL BE OVERWRITTEN.
4 # SEE http://code.google.com/p/chromium/wiki/UsingGit 4 # SEE http://code.google.com/p/chromium/wiki/UsingGit
5 # FOR HOW TO ROLL DEPS 5 # FOR HOW TO ROLL DEPS
6 vars = { 6 vars = {
7 'webkit_url': 7 'webkit_url':
8 'https://chromium.googlesource.com/chromium/blink.git', 8 'https://chromium.googlesource.com/chromium/blink.git',
9 'git_url': 9 'git_url':
10 'https://chromium.googlesource.com' 10 'https://chromium.googlesource.com'
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 { 57 {
58 'action': 58 'action':
59 [ 59 [
60 'python', 60 'python',
61 'build/scripts/tools/runit.py', 61 'build/scripts/tools/runit.py',
62 'python', 62 'python',
63 'build/scripts/common/cros_chromite.py', 63 'build/scripts/common/cros_chromite.py',
64 '-v' 64 '-v'
65 ], 65 ],
66 'pattern': 66 'pattern':
67 '.*/cros_chromite\\.py', 67 '.*/cros_chromite_pins\\.json',
68 'name': 68 'name':
69 'cros_chromite' 69 'cros_chromite'
70 } 70 }
71 ] 71 ]
72 recursedeps = [ 72 recursedeps = [
73 73
74 ] 74 ]
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698