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

Side by Side Diff: DEPS

Issue 1260743006: Update appengine-pipelines before files API turndown. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Fix typo. Created 5 years, 4 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
« no previous file with comments | « no previous file | appengine/chrome_infra_stats/pipeline » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 vars = { 1 vars = {
2 # npm_modules.git is special: we can't check it out on Windows because paths 2 # npm_modules.git is special: we can't check it out on Windows because paths
3 # there are too long for Windows. Instead we use 'deps_os' gclient feature to 3 # there are too long for Windows. Instead we use 'deps_os' gclient feature to
4 # checkout it out only on Linux and Mac. 4 # checkout it out only on Linux and Mac.
5 "npm_modules_revision": "fcd40650bf774bae303a261cc03411a426ac80fc", 5 "npm_modules_revision": "fcd40650bf774bae303a261cc03411a426ac80fc",
6 } 6 }
7 7
8 deps = { 8 deps = {
9 "build": 9 "build":
10 "https://chromium.googlesource.com/chromium/tools/build.git", 10 "https://chromium.googlesource.com/chromium/tools/build.git",
(...skipping 26 matching lines...) Expand all
37 37
38 "infra/appengine/third_party/highlight": 38 "infra/appengine/third_party/highlight":
39 ("https://chromium.googlesource.com/infra/third_party/highlight.js.git" 39 ("https://chromium.googlesource.com/infra/third_party/highlight.js.git"
40 "@fa5bfec38aebd1415a81c9c674d0fde8ee5ef0ba"), 40 "@fa5bfec38aebd1415a81c9c674d0fde8ee5ef0ba"),
41 41
42 "infra/appengine/third_party/difflibjs": 42 "infra/appengine/third_party/difflibjs":
43 ("https://chromium.googlesource.com/external/github.com/qiao/difflib.js.git" 43 ("https://chromium.googlesource.com/external/github.com/qiao/difflib.js.git"
44 "@e11553ba3e303e2db206d04c95f8e51c5692ca28"), 44 "@e11553ba3e303e2db206d04c95f8e51c5692ca28"),
45 45
46 "infra/appengine/third_party/pipeline": 46 "infra/appengine/third_party/pipeline":
47 ("https://chromium.googlesource.com/infra/third_party/" 47 ("https://chromium.googlesource.com/external/github.com/"
48 "appengine-pipeline.git" 48 "GoogleCloudPlatform/appengine-pipelines.git"
49 "@e79945156a7a3a48eecb29b792a9b7925631aadf"), 49 "@58cf59907f67db359fe626ee06b6d3ac448c9e15"),
50 50
51 "infra/appengine/third_party/google-api-python-client": 51 "infra/appengine/third_party/google-api-python-client":
52 ("https://chromium.googlesource.com/external/github.com/google/" 52 ("https://chromium.googlesource.com/external/github.com/google/"
53 "google-api-python-client.git" 53 "google-api-python-client.git"
54 "@49d45a6c3318b75e551c3022020f46c78655f365"), 54 "@49d45a6c3318b75e551c3022020f46c78655f365"),
55 55
56 "infra/appengine/third_party/trace-viewer": 56 "infra/appengine/third_party/trace-viewer":
57 ("https://chromium.googlesource.com/external/" 57 ("https://chromium.googlesource.com/external/"
58 "trace-viewer.git" 58 "trace-viewer.git"
59 '@' + '6c50e784746e6c785b4f5476cf843edecb4fab00'), 59 '@' + '6c50e784746e6c785b4f5476cf843edecb4fab00'),
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "pattern": ".", 113 "pattern": ".",
114 "action": [ 114 "action": [
115 "python", "-u", "./infra/bootstrap/get_appengine.py", "--dest=.", 115 "python", "-u", "./infra/bootstrap/get_appengine.py", "--dest=.",
116 "--go", 116 "--go",
117 ], 117 ],
118 # extract in go_appengine/ 118 # extract in go_appengine/
119 }, 119 },
120 ] 120 ]
121 121
122 recursedeps = ['build'] 122 recursedeps = ['build']
OLDNEW
« no previous file with comments | « no previous file | appengine/chrome_infra_stats/pipeline » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698