| 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": "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 Loading... |
| 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'] |
| OLD | NEW |