OLD | NEW |
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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 "pattern": ".", | 95 # TODO(phoglund): Disabled due to http://crbug.com/545862. |
96 "action" : ["python", | 96 #"pattern": ".", |
97 "webrtc.DEPS/download_firefox_nightly.py", | 97 #"action" : ["python", |
98 "--clean-old-firefox-archives", | 98 # "webrtc.DEPS/download_firefox_nightly.py", |
99 "--target-dir", | 99 # "--clean-old-firefox-archives", |
100 "firefox-nightly"], | 100 # "--target-dir", |
| 101 # "firefox-nightly"], |
101 }, | 102 }, |
102 ] | 103 ] |
OLD | NEW |