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

Side by Side Diff: DEPS

Issue 656293004: Roll usrcstplib -> r9048. (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/libvpx': 216 'src/third_party/libvpx':
217 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi on'), 217 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi on'),
218 218
219 'src/third_party/ffmpeg': 219 'src/third_party/ffmpeg':
220 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '4bc3dc1af71 c98bb257fba5e442303f68b4ff8fc', 220 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '4bc3dc1af71 c98bb257fba5e442303f68b4ff8fc',
221 221
222 'src/third_party/libjingle/source/talk': 222 'src/third_party/libjingle/source/talk':
223 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + '70d23c7ec5c 61154de089cd01831c3ae074f95b5', 223 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + '70d23c7ec5c 61154de089cd01831c3ae074f95b5',
224 224
225 'src/third_party/usrsctp/usrsctplib': 225 'src/third_party/usrsctp/usrsctplib':
226 Var('chromium_git') + '/external/usrsctplib.git' + '@' + 'a11b3c55b730332ac3 3e9a81d053aca3bf813b93', 226 Var('chromium_git') + '/external/usrsctplib.git' + '@' + '7accb99da6264405fd 546d98af91e4f2969002c5',
227 227
228 'src/third_party/libsrtp': 228 'src/third_party/libsrtp':
229 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '98284c8600c73812f f4716a6ea157d1e11d417dc', 229 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '98284c8600c73812f f4716a6ea157d1e11d417dc',
230 230
231 'src/third_party/yasm/source/patched-yasm': 231 'src/third_party/yasm/source/patched-yasm':
232 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'c960eb1 1ccda80b10ed50be39df4f0663b371d1d', 232 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'c960eb1 1ccda80b10ed50be39df4f0663b371d1d',
233 233
234 'src/third_party/libjpeg_turbo': 234 'src/third_party/libjpeg_turbo':
235 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '034e9a9747e 0983bc19808ea70e469bc8342081f', 235 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '034e9a9747e 0983bc19808ea70e469bc8342081f',
236 236
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 # corresponding .py files have already been deleted. 795 # corresponding .py files have already been deleted.
796 'name': 'remove_stale_pyc_files', 796 'name': 'remove_stale_pyc_files',
797 'pattern': 'src/tools/.*\\.py', 797 'pattern': 'src/tools/.*\\.py',
798 'action': [ 798 'action': [
799 'python', 799 'python',
800 'src/tools/remove_stale_pyc_files.py', 800 'src/tools/remove_stale_pyc_files.py',
801 'src/tools', 801 'src/tools',
802 ], 802 ],
803 }, 803 },
804 ] 804 ]
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