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

Side by Side Diff: DEPS

Issue 891303002: Now cleaning old firefox archives. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/webrtc/webrtc.DEPS/
Patch Set: Created 5 years, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | download_firefox_nightly.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # DEPS file that pulls down dependencies that are needed to build and 1 # DEPS file that pulls down dependencies that are needed to build and
2 # execute WebRTC specific tests from a Chromium checkout. 2 # execute WebRTC specific tests from a Chromium checkout.
3 3
4 vars = { 4 vars = {
5 'git_url': 5 'git_url':
6 'https://chromium.googlesource.com' 6 'https://chromium.googlesource.com'
7 } 7 }
8 8
9 deps = { 9 deps = {
10 'webrtc-samples': 10 'webrtc-samples':
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "--directory", 86 "--directory",
87 "--num_threads=10", 87 "--num_threads=10",
88 "--bucket", "chrome-webrtc-resources", 88 "--bucket", "chrome-webrtc-resources",
89 "src/chrome/test/data/webrtc/resources/tools"], 89 "src/chrome/test/data/webrtc/resources/tools"],
90 }, 90 },
91 { 91 {
92 # Download firefox for the Firefox AppRTC test. 92 # Download firefox for the Firefox AppRTC test.
93 "pattern": ".", 93 "pattern": ".",
94 "action" : ["python", 94 "action" : ["python",
95 "webrtc.DEPS/download_firefox_nightly.py", 95 "webrtc.DEPS/download_firefox_nightly.py",
96 "-t", 96 "--clean-old-firefox-archives",
97 "--target-dir",
97 "firefox-nightly"], 98 "firefox-nightly"],
98 }, 99 },
99 ] 100 ]
OLDNEW
« no previous file with comments | « no previous file | download_firefox_nightly.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698