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

Side by Side Diff: DEPS

Issue 1509873002: Roll AppRTC 3168981..e7f6cae (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/webrtc/webrtc.DEPS
Patch Set: Created 5 years 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 | 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':
11 Var('git_url') + '/external/webrtc/apprtc@3168981efed7629fabee731a5ee74d3716 b50652', 11 Var('git_url') + '/external/webrtc/apprtc@e7f6cae744590cc2191e50fe673a0cca5d 55b226',
12 'webrtc.DEPS/third_party/manifestdestiny': 12 'webrtc.DEPS/third_party/manifestdestiny':
13 Var('git_url') + '/chromium/deps/manifestdestiny.git@46ae53ac463e23bfefec374 a81806355ea598ac4', 13 Var('git_url') + '/chromium/deps/manifestdestiny.git@46ae53ac463e23bfefec374 a81806355ea598ac4',
14 'webrtc.DEPS/third_party/mozdownload': 14 'webrtc.DEPS/third_party/mozdownload':
15 Var('git_url') + '/chromium/deps/mozdownload.git@5d3e0bf7851b093ff9a89d45f13 185691c496be', 15 Var('git_url') + '/chromium/deps/mozdownload.git@5d3e0bf7851b093ff9a89d45f13 185691c496be',
16 'webrtc.DEPS/third_party/mozinfo': 16 'webrtc.DEPS/third_party/mozinfo':
17 Var('git_url') + '/chromium/deps/mozinfo.git@f4cc257e21c48bc33dc1d12123d934a 4dcaa120c', 17 Var('git_url') + '/chromium/deps/mozinfo.git@f4cc257e21c48bc33dc1d12123d934a 4dcaa120c',
18 'webrtc.DEPS/third_party/mozprocess': 18 'webrtc.DEPS/third_party/mozprocess':
19 Var('git_url') + '/chromium/deps/mozprocess.git@11d11bebc8517dcedec71f377cbe c07fb91a3b1f', 19 Var('git_url') + '/chromium/deps/mozprocess.git@11d11bebc8517dcedec71f377cbe c07fb91a3b1f',
20 'webrtc.DEPS/third_party/mozprofile': 20 'webrtc.DEPS/third_party/mozprofile':
21 Var('git_url') + '/chromium/deps/mozprofile.git@313295a0d9e1687dafa58e12f1f0 1b093a136446', 21 Var('git_url') + '/chromium/deps/mozprofile.git@313295a0d9e1687dafa58e12f1f0 1b093a136446',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 # Download firefox for the Firefox AppRTC test. 96 # Download firefox for the Firefox AppRTC test.
97 # TODO(phoglund): Disabled due to http://crbug.com/545862. 97 # TODO(phoglund): Disabled due to http://crbug.com/545862.
98 "pattern": ".", 98 "pattern": ".",
99 "action" : ["python", 99 "action" : ["python",
100 "webrtc.DEPS/download_firefox_nightly.py", 100 "webrtc.DEPS/download_firefox_nightly.py",
101 "--clean-old-firefox-archives", 101 "--clean-old-firefox-archives",
102 "--target-dir", 102 "--target-dir",
103 "firefox-nightly"], 103 "firefox-nightly"],
104 }, 104 },
105 ] 105 ]
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