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

Side by Side Diff: DEPS

Issue 970513005: Roll WebRTC 8573:8602, Libjingle 8571:8600 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Include code updates for interface changes Created 5 years, 9 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 | content/renderer/media/mock_peer_connection_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is used to manage the dependencies of the Chromium src repo. It is 1 # This file is used to manage the dependencies of the Chromium src repo. It is
2 # used by gclient to determine what version of each dependency to check out, and 2 # used by gclient to determine what version of each dependency to check out, and
3 # where. 3 # where.
4 # 4 #
5 # For more information, please refer to the official documentation: 5 # For more information, please refer to the official documentation:
6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code 6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code
7 # 7 #
8 # When adding a new dependency, please update the top-level .gitignore file 8 # When adding a new dependency, please update the top-level .gitignore file
9 # to list the dependency's destination directory. 9 # to list the dependency's destination directory.
10 # 10 #
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'src/third_party/webdriver/pylib': 199 'src/third_party/webdriver/pylib':
200 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2 7ca4835fb6c5ce4b42275bd', 200 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2 7ca4835fb6c5ce4b42275bd',
201 201
202 'src/third_party/libvpx': 202 'src/third_party/libvpx':
203 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi on'), 203 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi on'),
204 204
205 'src/third_party/ffmpeg': 205 'src/third_party/ffmpeg':
206 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'f5698b4f3e3 e8eacad18d77cf69882fe14015de5', 206 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'f5698b4f3e3 e8eacad18d77cf69882fe14015de5',
207 207
208 'src/third_party/libjingle/source/talk': 208 'src/third_party/libjingle/source/talk':
209 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + '3b22f077ebf 4bcb3195cf74624d17439d2176d5c', 209 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + '8fe2b968818 5c0d290c565e6714e57e974ad4c79',
210 210
211 'src/third_party/usrsctp/usrsctplib': 211 'src/third_party/usrsctp/usrsctplib':
212 Var('chromium_git') + '/external/usrsctplib.git' + '@' + '13718c7b9fd376fde0 92cbd3c5347d15059ac652', # from svn revision 9167 212 Var('chromium_git') + '/external/usrsctplib.git' + '@' + '13718c7b9fd376fde0 92cbd3c5347d15059ac652', # from svn revision 9167
213 213
214 'src/third_party/libsrtp': 214 'src/third_party/libsrtp':
215 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '6446144c7f083552f 21cc4e6768e891bcb767574', 215 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '6446144c7f083552f 21cc4e6768e891bcb767574',
216 216
217 'src/third_party/yasm/source/patched-yasm': 217 'src/third_party/yasm/source/patched-yasm':
218 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '4671120 cd8558ce62ee8672ebf3eb6f5216f909b', 218 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '4671120 cd8558ce62ee8672ebf3eb6f5216f909b',
219 219
220 'src/third_party/libjpeg_turbo': 220 'src/third_party/libjpeg_turbo':
221 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '034e9a9747e 0983bc19808ea70e469bc8342081f', 221 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '034e9a9747e 0983bc19808ea70e469bc8342081f',
222 222
223 'src/third_party/flac': 223 'src/third_party/flac':
224 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '0635a091379d9677f1dd de5f2eec85d0f096f219', 224 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '0635a091379d9677f1dd de5f2eec85d0f096f219',
225 225
226 'src/third_party/pyftpdlib/src': 226 'src/third_party/pyftpdlib/src':
227 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d 059f581f05ae8d89d7e45', 227 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d 059f581f05ae8d89d7e45',
228 228
229 'src/third_party/scons-2.0.1': 229 'src/third_party/scons-2.0.1':
230 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@' + '1c1550e17fc26355d08627fbdec13d8291227067', 230 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@' + '1c1550e17fc26355d08627fbdec13d8291227067',
231 231
232 'src/third_party/webrtc': 232 'src/third_party/webrtc':
233 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + 'c9dfd1c66 4e7fd1859efc3d9dd3aaca1894898d6', 233 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + 'f30d5eccc 9edba6fbd14a0a198cef4c0df517908',
234 234
235 'src/third_party/openmax_dl': 235 'src/third_party/openmax_dl':
236 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'), 236 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),
237 237
238 'src/third_party/jsoncpp/source/include': 238 'src/third_party/jsoncpp/source/include':
239 Var('chromium_git') + '/external/jsoncpp/jsoncpp/include.git' + '@' + 'b0dd4 8e02b6e6248328db78a65b5c601f150c349', 239 Var('chromium_git') + '/external/jsoncpp/jsoncpp/include.git' + '@' + 'b0dd4 8e02b6e6248328db78a65b5c601f150c349',
240 240
241 'src/third_party/jsoncpp/source/src/lib_json': 241 'src/third_party/jsoncpp/source/src/lib_json':
242 Var('chromium_git') + '/external/jsoncpp/jsoncpp/src/lib_json.git' + '@' + ' a8caa51ba2f80971a45880425bf2ae864a786784', 242 Var('chromium_git') + '/external/jsoncpp/jsoncpp/src/lib_json.git' + '@' + ' a8caa51ba2f80971a45880425bf2ae864a786784',
243 243
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 # corresponding .py files have already been deleted. 777 # corresponding .py files have already been deleted.
778 'name': 'remove_stale_pyc_files', 778 'name': 'remove_stale_pyc_files',
779 'pattern': 'src/tools/.*\\.py', 779 'pattern': 'src/tools/.*\\.py',
780 'action': [ 780 'action': [
781 'python', 781 'python',
782 'src/tools/remove_stale_pyc_files.py', 782 'src/tools/remove_stale_pyc_files.py',
783 'src/tools', 783 'src/tools',
784 ], 784 ],
785 }, 785 },
786 ] 786 ]
OLDNEW
« no previous file with comments | « no previous file | content/renderer/media/mock_peer_connection_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698