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

Unified Diff: DEPS

Issue 136473016: Add eu-strips sha1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved eu-strip to packaging_files_common in gypi Created 6 years, 11 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') | build/linux/bin/eu-strip.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 0d8778066889f83b0aacd909365953ea1652291a..ae2ea73c234a052e40ec997d3801b2e82cd534c6 100644
--- a/DEPS
+++ b/DEPS
@@ -741,6 +741,18 @@ hooks = [
"-s", "src/third_party/clang_format/bin/linux/clang-format.sha1",
],
},
+ # Pull eu-strip binaries using checked-in hashes.
+ {
+ "name": "eu-strip",
+ "pattern": "src/build/linux/bin/eu-strip.sha1",
+ "action": [ "download_from_google_storage",
+ "--no_resume",
+ "--platform=linux*",
+ "--no_auth",
+ "--bucket", "chromium-eu-strip",
+ "-s", "src/build/linux/bin/eu-strip.sha1",
+ ],
+ },
{
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
"name": "gyp",
« no previous file with comments | « .gitignore ('k') | build/linux/bin/eu-strip.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698