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

Unified Diff: DEPS

Issue 328053002: Check in win32 binaries for apache for the layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix license on remove_files... script Created 6 years, 6 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') | third_party/apache-win32/ABOUT_APACHE.txt » ('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 fb5a34b90774dad7985c143ea84d96be2169282b..7bfde991e67fefff36c2ea42c2211247c27a3985 100644
--- a/DEPS
+++ b/DEPS
@@ -787,6 +787,20 @@ hooks = [
],
},
{
+ "name": "apache_win32",
+ "pattern": "\\.sha1",
+ "action": [ "download_from_google_storage",
+ "--no_resume",
+ "--platform=win32",
+ "--directory",
+ "--recursive",
+ "--no_auth",
+ "--num_threads=16",
+ "--bucket", "chromium-apache-win32",
+ "src/third_party/apache-win32",
+ ],
+ },
+ {
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
"name": "gyp",
"pattern": ".",
« no previous file with comments | « .gitignore ('k') | third_party/apache-win32/ABOUT_APACHE.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698