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

Side by Side Diff: DEPS

Issue 1153883002: go: infra/libs/* now live in luci-go. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: move the rest too Created 5 years, 7 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 | go/src/infra/gae/apps/helloworld/app.go » ('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": "f6115d7f7fd45fa25a34518c3487f2654590ed83", 5 "npm_modules_revision": "f6115d7f7fd45fa25a34518c3487f2654590ed83",
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",
11 11
12 "infra/luci": 12 "infra/luci":
13 ("https://chromium.googlesource.com/external/github.com/luci/luci-py" 13 ("https://chromium.googlesource.com/external/github.com/luci/luci-py"
14 "@eb2d1aa9cfbc708d8ab88e811bcdeb47b82ccf07"), 14 "@eb2d1aa9cfbc708d8ab88e811bcdeb47b82ccf07"),
15 15
16 "infra/go/src/github.com/luci/luci-go": 16 "infra/go/src/github.com/luci/luci-go":
17 ("https://chromium.googlesource.com/external/github.com/luci/luci-go" 17 ("https://chromium.googlesource.com/external/github.com/luci/luci-go"
18 "@ec1daaba359d3fa2a04472dbda01727f0c7e0871"), 18 "@15984f36e8e3a78d9893369993ea3b999e919d26"),
19 19
20 # Appengine third_party DEPS 20 # Appengine third_party DEPS
21 "infra/appengine/third_party/bootstrap": 21 "infra/appengine/third_party/bootstrap":
22 ("https://chromium.googlesource.com/infra/third_party/bootstrap.git" 22 ("https://chromium.googlesource.com/infra/third_party/bootstrap.git"
23 "@b4895a0d6dc493f17fe9092db4debe44182d42ac"), 23 "@b4895a0d6dc493f17fe9092db4debe44182d42ac"),
24 24
25 "infra/appengine/third_party/cloudstorage": 25 "infra/appengine/third_party/cloudstorage":
26 ("https://chromium.googlesource.com/infra/third_party/cloudstorage.git" 26 ("https://chromium.googlesource.com/infra/third_party/cloudstorage.git"
27 "@ad74316d12e198e0c7352bd666bbc2ec7938bd65"), 27 "@ad74316d12e198e0c7352bd666bbc2ec7938bd65"),
28 28
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "pattern": ".", 105 "pattern": ".",
106 "action": [ 106 "action": [
107 "python", "-u", "./infra/bootstrap/get_appengine.py", "--dest=.", 107 "python", "-u", "./infra/bootstrap/get_appengine.py", "--dest=.",
108 "--go", 108 "--go",
109 ], 109 ],
110 # extract in go_appengine/ 110 # extract in go_appengine/
111 }, 111 },
112 ] 112 ]
113 113
114 recursedeps = ['build'] 114 recursedeps = ['build']
OLDNEW
« no previous file with comments | « no previous file | go/src/infra/gae/apps/helloworld/app.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698