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

Side by Side Diff: DEPS

Issue 986553002: A simple memcache lock for appengine. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@meta
Patch Set: rebase Created 5 years, 6 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/libs/memlock/memlock.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 "@2c76d680d06fc67b457b80764877aa26ba724d8a"), 14 "@2c76d680d06fc67b457b80764877aa26ba724d8a"),
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 "@7c5695e1393fccf869926f8f58138ddce776b3a4"), 18 "@cb0fa575526ca58047408e4b0854b7ae50e151e5"),
M-A Ruel 2015/06/01 13:57:13 Oh next time please use: roll-dep infra/go/src/g
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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "pattern": ".", 109 "pattern": ".",
110 "action": [ 110 "action": [
111 "python", "-u", "./infra/bootstrap/get_appengine.py", "--dest=.", 111 "python", "-u", "./infra/bootstrap/get_appengine.py", "--dest=.",
112 "--go", 112 "--go",
113 ], 113 ],
114 # extract in go_appengine/ 114 # extract in go_appengine/
115 }, 115 },
116 ] 116 ]
117 117
118 recursedeps = ['build'] 118 recursedeps = ['build']
OLDNEW
« no previous file with comments | « no previous file | go/src/infra/gae/libs/memlock/memlock.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698