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

Side by Side Diff: DEPS

Issue 851323003: Roll ffmpeg to ff47c53afa6bc5a2d705c569dbca324d71447f6f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'src/third_party/swig/Lib': 202 'src/third_party/swig/Lib':
203 Var('chromium_git') + '/chromium/deps/swig/Lib.git' + '@' + 'f2a695d52e61e6a8 d967731434f165ed400f0d69', 203 Var('chromium_git') + '/chromium/deps/swig/Lib.git' + '@' + 'f2a695d52e61e6a8 d967731434f165ed400f0d69',
204 204
205 'src/third_party/webdriver/pylib': 205 'src/third_party/webdriver/pylib':
206 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2 7ca4835fb6c5ce4b42275bd', 206 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2 7ca4835fb6c5ce4b42275bd',
207 207
208 'src/third_party/libvpx': 208 'src/third_party/libvpx':
209 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi on'), 209 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi on'),
210 210
211 'src/third_party/ffmpeg': 211 'src/third_party/ffmpeg':
212 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'e74760aa626 e18175dea1b089c7ed719263adb8b', 212 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'ff47c53afa6 bc5a2d705c569dbca324d71447f6f',
213 213
214 'src/third_party/libjingle/source/talk': 214 'src/third_party/libjingle/source/talk':
215 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + 'e731f3fc397 ccd52b4dff609a9c3d25c311a2a25', # from svn revision 8064 215 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + 'e731f3fc397 ccd52b4dff609a9c3d25c311a2a25', # from svn revision 8064
216 216
217 'src/third_party/usrsctp/usrsctplib': 217 'src/third_party/usrsctp/usrsctplib':
218 Var('chromium_git') + '/external/usrsctplib.git' + '@' + '190c8cbfcf8fd810aa 09e0fab4ca62a8ce724e14', 218 Var('chromium_git') + '/external/usrsctplib.git' + '@' + '190c8cbfcf8fd810aa 09e0fab4ca62a8ce724e14',
219 219
220 'src/third_party/libsrtp': 220 'src/third_party/libsrtp':
221 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '6446144c7f083552f 21cc4e6768e891bcb767574', 221 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '6446144c7f083552f 21cc4e6768e891bcb767574',
222 222
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 # corresponding .py files have already been deleted. 762 # corresponding .py files have already been deleted.
763 'name': 'remove_stale_pyc_files', 763 'name': 'remove_stale_pyc_files',
764 'pattern': 'src/tools/.*\\.py', 764 'pattern': 'src/tools/.*\\.py',
765 'action': [ 765 'action': [
766 'python', 766 'python',
767 'src/tools/remove_stale_pyc_files.py', 767 'src/tools/remove_stale_pyc_files.py',
768 'src/tools', 768 'src/tools',
769 ], 769 ],
770 }, 770 },
771 ] 771 ]
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