Chromium Code Reviews| 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": "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 Loading... | |
| 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", | 
| 
 
stgao
2015/07/28 21:32:27
It seems that the ',' at end of this line needs to
 
ghost stip (do not use)
2015/07/31 21:13:40
yup, was sloppy here. thanks!
 
 | |
| 49 "@e79945156a7a3a48eecb29b792a9b7925631aadf"), | 49 "@58cf59907f67db359fe626ee06b6d3ac448c9e15"), | 
| 
 
ghost stip (do not use)
2015/07/28 00:56:57
this includes a branch which has the fix landed in
 
 | |
| 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 Loading... | |
| 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'] | 
| OLD | NEW |