[inspector] added closure compiler into DEPS

We need this to run checks for debugger-script and injected-script-source.

BUG=chromium:645640
R=machenbach@chromium.org

Review-Url: https://codereview.chromium.org/2363073003
Cr-Commit-Position: refs/heads/master@{#39691}
This commit is contained in:
kozyatinskiy 2016-09-23 12:04:52 -07:00 committed by Commit bot
parent 72d5c98e90
commit 93b638ce6a
3 changed files with 14 additions and 0 deletions

2
.gitignore vendored
View File

@ -104,3 +104,5 @@ turbo*.json
v8.ignition_dispatches_table.json
/test/fuzzer/wasm.tar.gz
/test/fuzzer/wasm_asmjs.tar.gz
/src/inspector/build/closure-compiler.tar.gz
/src/inspector/build/closure-compiler

11
DEPS
View File

@ -223,6 +223,17 @@ hooks = [
"-s", "v8/test/fuzzer/wasm_asmjs.tar.gz.sha1",
],
},
{
"name": "closure_compiler",
"pattern": ".",
"action": [ "download_from_google_storage",
"--no_resume",
"--no_auth",
"-u",
"--bucket", "chromium-v8-closure-compiler",
"-s", "v8/src/inspector/build/closure-compiler.tar.gz.sha1",
],
},
{
# Downloads the current stable linux sysroot to build/linux/ if needed.
# This sysroot updates at about the same rate that the chrome build deps

View File

@ -0,0 +1 @@
69937d3c239ca63e4c9045718886ddd096ffc054