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

Unified Diff: DEPS

Issue 486303003: Now fetching tools from webrtc-chrome-resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/webrtc/webrtc.DEPS/
Patch Set: Created 6 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 290553)
+++ DEPS (working copy)
@@ -70,12 +70,21 @@
"pattern": "\\.sha1",
"action": ["download_from_google_storage",
"--directory",
- "--recursive",
"--num_threads=10",
"--bucket", "chromium-webrtc-resources",
"src/chrome/test/data/webrtc/resources"],
},
{
+ # Download tools. If you're not a googler, you need to comment this out
+ # and install the required tools yourself in the tools folder.
+ "pattern": "\\.sha1",
+ "action": ["download_from_google_storage",
+ "--directory",
+ "--num_threads=10",
+ "--bucket", "chrome-webrtc-resources",
+ "src/chrome/test/data/webrtc/resources/tools"],
+ },
+ {
# Download firefox for the Firefox AppRTC test.
"pattern": ".",
"action" : ["python",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698