Fix hooks in DEPS to allow read-only checkout to succeed.

The tool download_from_google_storage requires authentication by default.
The test resources doesn't fit in this category. Using "no_auth" also
allows read-only checkout to sync successfully.

R=andrew@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/7669004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5442 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
wjia@webrtc.org 2014-01-27 19:55:16 +00:00
parent a45cac0fb7
commit 776d8df25f

1
DEPS
View File

@ -276,6 +276,7 @@ hooks = [
"--directory",
"--recursive",
"--num_threads=10",
"--no_auth",
"--bucket", "chromium-webrtc-resources",
Var("root_dir") + "/resources"],
},