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", |