| OLD | NEW |
| 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": "2c5e24a5e2b6b7ddd8c1e49fe732c72da1fdcb3c", | 5 "npm_modules_revision": "2c5e24a5e2b6b7ddd8c1e49fe732c72da1fdcb3c", |
| 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 "@00ae486eb53cbff9c00b3ed1441cda66849fb2bc"), | 14 "@00ae486eb53cbff9c00b3ed1441cda66849fb2bc"), |
| 15 | 15 |
| 16 "infra/recipes-py": | 16 "infra/recipes-py": |
| 17 ("https://chromium.googlesource.com/external/github.com/luci/recipes-py" | 17 ("https://chromium.googlesource.com/external/github.com/luci/recipes-py" |
| 18 "@origin/master"), | 18 "@origin/master"), |
| 19 | 19 |
| 20 "infra/go/src/github.com/luci/luci-go": | 20 "infra/go/src/github.com/luci/luci-go": |
| 21 ("https://chromium.googlesource.com/external/github.com/luci/luci-go" | 21 ("https://chromium.googlesource.com/external/github.com/luci/luci-go" |
| 22 "@ac20e5654cce81e37ca7dd88896a3aa9a88fda48"), | 22 "@8ce4de33f2c8298d5158cee064bf0aa231e112c6"), |
| 23 | 23 |
| 24 "infra/go/src/github.com/luci/gae": | 24 "infra/go/src/github.com/luci/gae": |
| 25 ("https://github.com/luci/gae.git" | 25 ("https://github.com/luci/gae.git" |
| 26 "@b477d21d8b294002993bd96616aa551f3d0f05cf"), | 26 "@b477d21d8b294002993bd96616aa551f3d0f05cf"), |
| 27 | 27 |
| 28 # Appengine third_party DEPS | 28 # Appengine third_party DEPS |
| 29 "infra/appengine/third_party/bootstrap": | 29 "infra/appengine/third_party/bootstrap": |
| 30 ("https://chromium.googlesource.com/infra/third_party/bootstrap.git" | 30 ("https://chromium.googlesource.com/infra/third_party/bootstrap.git" |
| 31 "@b4895a0d6dc493f17fe9092db4debe44182d42ac"), | 31 "@b4895a0d6dc493f17fe9092db4debe44182d42ac"), |
| 32 | 32 |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 "download_from_google_storage", | 158 "download_from_google_storage", |
| 159 "--bucket", "chromium-infra", | 159 "--bucket", "chromium-infra", |
| 160 "--recursive", | 160 "--recursive", |
| 161 "--directory", | 161 "--directory", |
| 162 "infra/appengine/milo" | 162 "infra/appengine/milo" |
| 163 ] | 163 ] |
| 164 } | 164 } |
| 165 ] | 165 ] |
| 166 | 166 |
| 167 recursedeps = ['build'] | 167 recursedeps = ['build'] |
| OLD | NEW |