Skip to content

Commit

Permalink
[inspector] added closure compiler into DEPS
Browse files Browse the repository at this point in the history
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}
  • Loading branch information
alexkozy authored and Commit bot committed Sep 23, 2016
1 parent 72d5c98 commit 93b638c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -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 changes: 11 additions & 0 deletions DEPS
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/inspector/build/closure-compiler.tar.gz.sha1
@@ -0,0 +1 @@
69937d3c239ca63e4c9045718886ddd096ffc054

0 comments on commit 93b638c

Please sign in to comment.