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

Unified Diff: DEPS

Issue 31083008: Pull gn binary (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Set the boto file to empty if --no_auth is specified Created 7 years, 1 month 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 | « no previous file | tools/gn/bin/win/gn.exe.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 1a4f0e8c7d976580763287824b623c771a2db2a7..93d62ab174198d5e5464044db923aafd2b5f1a71 100644
--- a/DEPS
+++ b/DEPS
@@ -607,6 +607,17 @@ hooks = [
"-o", "src/build/util/LASTCHANGE.blink"],
},
{
+ # Pull GN binaries. This needs to be before running GYP below.
+ "name": "gn",
+ "pattern": "\\.sha1$",
+ "action": [ "download_from_google_storage",
+ "--directory",
+ "--recursive",
+ "--bucket", "chromium-gn",
+ "src/tools/gn/bin",
+ ],
+ },
+ {
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
"name": "gyp",
"pattern": ".",
« no previous file with comments | « no previous file | tools/gn/bin/win/gn.exe.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698