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

Side by Side Diff: DEPS

Issue 865853005: Roll opus to opus-HEAD-66611f1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use commitdiff git URL. Created 5 years, 10 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 | third_party/opus/BUILD.gn » ('j') | third_party/opus/BUILD.gn » ('J')
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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 'src/tools/deps2git': 267 'src/tools/deps2git':
268 Var('chromium_git') + '/chromium/tools/deps2git.git' + '@' + 'f04828eb0b5acd3 e7ad983c024870f17f17b06d9', 268 Var('chromium_git') + '/chromium/tools/deps2git.git' + '@' + 'f04828eb0b5acd3 e7ad983c024870f17f17b06d9',
269 269
270 'src/third_party/webpagereplay': 270 'src/third_party/webpagereplay':
271 Var('chromium_git') + '/external/web-page-replay.git' + '@' + '2f7b704b8b5679 83c040f555d3e46f9766db8e87', 271 Var('chromium_git') + '/external/web-page-replay.git' + '@' + '2f7b704b8b5679 83c040f555d3e46f9766db8e87',
272 272
273 'src/third_party/pywebsocket/src': 273 'src/third_party/pywebsocket/src':
274 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30 ff8d1fa1a89be39cec901f4a29c', 274 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30 ff8d1fa1a89be39cec901f4a29c',
275 275
276 'src/third_party/opus/src': 276 'src/third_party/opus/src':
277 Var('chromium_git') + '/chromium/deps/opus.git' + '@' + 'cae696156f1e60006e39 821e79a1811ae1933c69', 277 Var('chromium_git') + '/chromium/deps/opus.git' + '@' + '7245f1704acd521caa51 be952df0fc9d7107bdff',
278 278
279 'src/media/cdm/ppapi/api': 279 'src/media/cdm/ppapi/api':
280 Var('chromium_git') + '/chromium/cdm.git' + '@' + '7b7c6cc620e13c8057b4b6bff1 9e5955feb2c8fa', # from svn revision 293617 280 Var('chromium_git') + '/chromium/cdm.git' + '@' + '7b7c6cc620e13c8057b4b6bff1 9e5955feb2c8fa', # from svn revision 293617
281 281
282 'src/third_party/mesa/src': 282 'src/third_party/mesa/src':
283 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '071d25db04c23821a12a 8b260ab9d96a097402f0', 283 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '071d25db04c23821a12a 8b260ab9d96a097402f0',
284 284
285 'src/third_party/cld_2/src': 285 'src/third_party/cld_2/src':
286 Var('chromium_git') + '/external/cld2.git' + '@' + '14d9ef8d4766326f8aa7de54 402d1b9c782d4481', # from svn revision 193 286 Var('chromium_git') + '/external/cld2.git' + '@' + '14d9ef8d4766326f8aa7de54 402d1b9c782d4481', # from svn revision 193
287 287
(...skipping 489 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 | third_party/opus/BUILD.gn » ('j') | third_party/opus/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698