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

Side by Side Diff: DEPS

Issue 1377433002: Roll ffmpeg deps to disable broken AAC SBR SSE2 functions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | media/ffmpeg/ffmpeg_regression_tests.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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 'src/third_party/webdriver/pylib': 181 'src/third_party/webdriver/pylib':
182 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2 7ca4835fb6c5ce4b42275bd', 182 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2 7ca4835fb6c5ce4b42275bd',
183 183
184 'src/third_party/libvpx': 184 'src/third_party/libvpx':
185 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi on'), 185 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi on'),
186 186
187 'src/third_party/libvpx_new/source/libvpx': 187 'src/third_party/libvpx_new/source/libvpx':
188 Var('chromium_git') + '/webm/libvpx.git' + '@' + '90a109f0eef8bfaaa4869cf7b2 873dac5076b582', 188 Var('chromium_git') + '/webm/libvpx.git' + '@' + '90a109f0eef8bfaaa4869cf7b2 873dac5076b582',
189 189
190 'src/third_party/ffmpeg': 190 'src/third_party/ffmpeg':
191 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '93bbd2205fc 87760a391ce3800e974649dd82942', 191 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'dad5c1808dd 2fafaa5ae43b8f7b1a2fe98bd06dd',
192 192
193 'src/third_party/libjingle/source/talk': 193 'src/third_party/libjingle/source/talk':
194 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + 'e1e22ac3d7b d583fd61781800409122a245a2aee', # commit position 10081 194 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + 'e1e22ac3d7b d583fd61781800409122a245a2aee', # commit position 10081
195 195
196 'src/third_party/usrsctp/usrsctplib': 196 'src/third_party/usrsctp/usrsctplib':
197 Var('chromium_git') + '/external/usrsctplib.git' + '@' + '36444a999739e9e408 f8f587cb4c3ffeef2e50ac', # from svn revision 9215 197 Var('chromium_git') + '/external/usrsctplib.git' + '@' + '36444a999739e9e408 f8f587cb4c3ffeef2e50ac', # from svn revision 9215
198 198
199 'src/third_party/libsrtp': 199 'src/third_party/libsrtp':
200 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '502e81a238a864cfc e774d4de3893810629bf227', # from svn revision 295151 200 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '502e81a238a864cfc e774d4de3893810629bf227', # from svn revision 295151
201 201
(...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 'name': 'check_git_config', 804 'name': 'check_git_config',
805 'pattern': '.', 805 'pattern': '.',
806 'action': [ 806 'action': [
807 'python', 807 'python',
808 'src/tools/check_git_config.py', 808 'src/tools/check_git_config.py',
809 '--running-as-hook', 809 '--running-as-hook',
810 ], 810 ],
811 }, 811 },
812 ] 812 ]
813 813
OLDNEW
« no previous file with comments | « no previous file | media/ffmpeg/ffmpeg_regression_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698