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

Side by Side Diff: DEPS

Issue 1406203004: Fix compilation error. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/webrtc/webrtc.DEPS@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « no previous file | no next file » | 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 'apprtc': 10 'apprtc':
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 # and install the required tools yourself in the tools folder. 83 # and install the required tools yourself in the tools folder.
84 "pattern": "\\.sha1", 84 "pattern": "\\.sha1",
85 "action": ["download_from_google_storage", 85 "action": ["download_from_google_storage",
86 "--directory", 86 "--directory",
87 "--num_threads=10", 87 "--num_threads=10",
88 "--bucket", "chrome-webrtc-resources", 88 "--bucket", "chrome-webrtc-resources",
89 "--auto_platform", 89 "--auto_platform",
90 "--recursive", 90 "--recursive",
91 "src/chrome/test/data/webrtc/resources/tools"], 91 "src/chrome/test/data/webrtc/resources/tools"],
92 }, 92 },
93 { 93 #{
94 # Download firefox for the Firefox AppRTC test. 94 # Download firefox for the Firefox AppRTC test.
95 # TODO(phoglund): Disabled due to http://crbug.com/545862. 95 # TODO(phoglund): Disabled due to http://crbug.com/545862.
96 #"pattern": ".", 96 #"pattern": ".",
97 #"action" : ["python", 97 #"action" : ["python",
98 # "webrtc.DEPS/download_firefox_nightly.py", 98 # "webrtc.DEPS/download_firefox_nightly.py",
99 # "--clean-old-firefox-archives", 99 # "--clean-old-firefox-archives",
100 # "--target-dir", 100 # "--target-dir",
101 # "firefox-nightly"], 101 # "firefox-nightly"],
102 }, 102 #},
103 ] 103 ]
OLDNEW
« 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