Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: DEPS

Issue 2363073003: [inspector] added closure compiler into DEPS (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | src/inspector/build/closure-compiler.tar.gz.sha1 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index abe2be1fa0f509394e3fe86cd3999986a222e9e6..812553c0a93b35f3d0210245751768a707cfc310 100644
--- a/DEPS
+++ b/DEPS
@@ -224,6 +224,17 @@ hooks = [
],
},
{
+ "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
# change.
« no previous file with comments | « .gitignore ('k') | src/inspector/build/closure-compiler.tar.gz.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698