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

Side by Side Diff: DEPS

Issue 658593002: Roll WebRTC 7390:7447. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 # 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'src/third_party/webdriver/pylib': 216 'src/third_party/webdriver/pylib':
217 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2 7ca4835fb6c5ce4b42275bd', 217 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2 7ca4835fb6c5ce4b42275bd',
218 218
219 'src/third_party/libvpx': 219 'src/third_party/libvpx':
220 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi on'), 220 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi on'),
221 221
222 'src/third_party/ffmpeg': 222 'src/third_party/ffmpeg':
223 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '4bc3dc1af71 c98bb257fba5e442303f68b4ff8fc', 223 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '4bc3dc1af71 c98bb257fba5e442303f68b4ff8fc',
224 224
225 'src/third_party/libjingle/source/talk': 225 'src/third_party/libjingle/source/talk':
226 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + '1f6d92bb25f 108ee5ec418811d95ca757bf228f9', 226 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + '70d23c7ec5c 61154de089cd01831c3ae074f95b5',
227 227
228 'src/third_party/usrsctp/usrsctplib': 228 'src/third_party/usrsctp/usrsctplib':
229 Var('chromium_git') + '/external/usrsctplib.git' + '@' + 'a11b3c55b730332ac3 3e9a81d053aca3bf813b93', 229 Var('chromium_git') + '/external/usrsctplib.git' + '@' + 'a11b3c55b730332ac3 3e9a81d053aca3bf813b93',
230 230
231 'src/third_party/libsrtp': 231 'src/third_party/libsrtp':
232 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '98284c8600c73812f f4716a6ea157d1e11d417dc', 232 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '98284c8600c73812f f4716a6ea157d1e11d417dc',
233 233
234 'src/third_party/yasm/source/patched-yasm': 234 'src/third_party/yasm/source/patched-yasm':
235 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'c960eb1 1ccda80b10ed50be39df4f0663b371d1d', 235 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'c960eb1 1ccda80b10ed50be39df4f0663b371d1d',
236 236
237 'src/third_party/libjpeg_turbo': 237 'src/third_party/libjpeg_turbo':
238 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '034e9a9747e 0983bc19808ea70e469bc8342081f', 238 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '034e9a9747e 0983bc19808ea70e469bc8342081f',
239 239
240 'src/third_party/flac': 240 'src/third_party/flac':
241 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '0635a091379d9677f1dd de5f2eec85d0f096f219', 241 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '0635a091379d9677f1dd de5f2eec85d0f096f219',
242 242
243 'src/third_party/pyftpdlib/src': 243 'src/third_party/pyftpdlib/src':
244 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d 059f581f05ae8d89d7e45', 244 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d 059f581f05ae8d89d7e45',
245 245
246 'src/third_party/scons-2.0.1': 246 'src/third_party/scons-2.0.1':
247 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@' + '1c1550e17fc26355d08627fbdec13d8291227067', 247 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@' + '1c1550e17fc26355d08627fbdec13d8291227067',
248 248
249 'src/third_party/webrtc': 249 'src/third_party/webrtc':
250 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + '0c748ef30 7bf64ef4f5cf1da22283cbc633b1820', 250 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + '7da30673d 742075b52c63bb96b78f2c35cc93991',
251 251
252 'src/third_party/openmax_dl': 252 'src/third_party/openmax_dl':
253 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'), 253 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),
254 254
255 'src/third_party/jsoncpp/source/include': 255 'src/third_party/jsoncpp/source/include':
256 Var('chromium_git') + '/external/jsoncpp/jsoncpp/include.git' + '@' + 'b0dd4 8e02b6e6248328db78a65b5c601f150c349', 256 Var('chromium_git') + '/external/jsoncpp/jsoncpp/include.git' + '@' + 'b0dd4 8e02b6e6248328db78a65b5c601f150c349',
257 257
258 'src/third_party/jsoncpp/source/src/lib_json': 258 'src/third_party/jsoncpp/source/src/lib_json':
259 Var('chromium_git') + '/external/jsoncpp/jsoncpp/src/lib_json.git' + '@' + ' a8caa51ba2f80971a45880425bf2ae864a786784', 259 Var('chromium_git') + '/external/jsoncpp/jsoncpp/src/lib_json.git' + '@' + ' a8caa51ba2f80971a45880425bf2ae864a786784',
260 260
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 # corresponding .py files have already been deleted. 799 # corresponding .py files have already been deleted.
800 'name': 'remove_stale_pyc_files', 800 'name': 'remove_stale_pyc_files',
801 'pattern': 'src/tools/.*\\.py', 801 'pattern': 'src/tools/.*\\.py',
802 'action': [ 802 'action': [
803 'python', 803 'python',
804 'src/tools/remove_stale_pyc_files.py', 804 'src/tools/remove_stale_pyc_files.py',
805 'src/tools', 805 'src/tools',
806 ], 806 ],
807 }, 807 },
808 ] 808 ]
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