kjellander@chromium.org | ed864be | 2014-06-05 08:05:28 | [diff] [blame] | 1 | # DEPS file that pulls down dependencies that are needed to build and |
kjellander@chromium.org | 09bab6d | 2014-10-13 07:59:29 | [diff] [blame] | 2 | # execute WebRTC specific tests from a Chromium checkout. |
kjellander@chromium.org | 9d8c9c0 | 2013-07-17 05:52:08 | [diff] [blame] | 3 | |
phoglund@chromium.org | 3c2b579 | 2013-10-10 10:41:58 | [diff] [blame] | 4 | hooks = [ |
| 5 | { |
| 6 | "pattern": ".", |
| 7 | "action" : ["python", |
Oleh Prypin | 19dffd9 | 2018-04-03 15:18:13 | [diff] [blame] | 8 | "src/third_party/webrtc/rtc_tools/testing/setup_apprtc.py", |
| 9 | "src/out"], |
phoglund@chromium.org | 51ac9ed | 2014-12-08 15:13:32 | [diff] [blame] | 10 | }, |
| 11 | { |
Mirko Bonadei | 390657b | 2019-09-02 14:15:28 | [diff] [blame^] | 12 | "pattern": ".", |
| 13 | "action" : ["python", |
| 14 | "src/third_party/webrtc/rtc_tools/testing/setup_apprtc.py", |
| 15 | "src/third_party/webrtc/rtc_tools/testing/webrtc_apprtc_browsertest/"], |
| 16 | }, |
| 17 | { |
phoglund@chromium.org | 3055689 | 2014-04-08 13:41:39 | [diff] [blame] | 18 | # Download media files and tools used by the webrtc quality browser tests, |
| 19 | # chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc and |
| 20 | # chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc. |
phoglund@chromium.org | ef73e86 | 2014-03-10 15:48:09 | [diff] [blame] | 21 | "pattern": "\\.sha1", |
| 22 | "action": ["download_from_google_storage", |
| 23 | "--directory", |
phoglund@chromium.org | ef73e86 | 2014-03-10 15:48:09 | [diff] [blame] | 24 | "--num_threads=10", |
| 25 | "--bucket", "chromium-webrtc-resources", |
phoglund@chromium.org | 3055689 | 2014-04-08 13:41:39 | [diff] [blame] | 26 | "src/chrome/test/data/webrtc/resources"], |
phoglund@chromium.org | ef73e86 | 2014-03-10 15:48:09 | [diff] [blame] | 27 | }, |
| 28 | { |
phoglund@chromium.org | aa07a0d | 2014-08-19 16:02:07 | [diff] [blame] | 29 | # Download tools. If you're not a googler, you need to comment this out |
| 30 | # and install the required tools yourself in the tools folder. |
| 31 | "pattern": "\\.sha1", |
| 32 | "action": ["download_from_google_storage", |
| 33 | "--directory", |
| 34 | "--num_threads=10", |
| 35 | "--bucket", "chrome-webrtc-resources", |
phoglund@chromium.org | 6e2ead5 | 2015-03-03 08:15:13 | [diff] [blame] | 36 | "--auto_platform", |
| 37 | "--recursive", |
phoglund@chromium.org | aa07a0d | 2014-08-19 16:02:07 | [diff] [blame] | 38 | "src/chrome/test/data/webrtc/resources/tools"], |
| 39 | }, |
phoglund@chromium.org | 3c2b579 | 2013-10-10 10:41:58 | [diff] [blame] | 40 | ] |