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

Side by Side Diff: DEPS

Issue 666103002: Roll libyuv 9107460..5a09c3e (1125:1130) (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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 'src/third_party/openmax_dl': 249 'src/third_party/openmax_dl':
250 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'), 250 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),
251 251
252 'src/third_party/jsoncpp/source/include': 252 'src/third_party/jsoncpp/source/include':
253 Var('chromium_git') + '/external/jsoncpp/jsoncpp/include.git' + '@' + 'b0dd4 8e02b6e6248328db78a65b5c601f150c349', 253 Var('chromium_git') + '/external/jsoncpp/jsoncpp/include.git' + '@' + 'b0dd4 8e02b6e6248328db78a65b5c601f150c349',
254 254
255 'src/third_party/jsoncpp/source/src/lib_json': 255 'src/third_party/jsoncpp/source/src/lib_json':
256 Var('chromium_git') + '/external/jsoncpp/jsoncpp/src/lib_json.git' + '@' + ' a8caa51ba2f80971a45880425bf2ae864a786784', 256 Var('chromium_git') + '/external/jsoncpp/jsoncpp/src/lib_json.git' + '@' + ' a8caa51ba2f80971a45880425bf2ae864a786784',
257 257
258 'src/third_party/libyuv': 258 'src/third_party/libyuv':
259 Var('chromium_git') + '/external/libyuv.git' + '@' + '9107460c7f76a10cc4122d 91e62b0580eacd376e', 259 Var('chromium_git') + '/external/libyuv.git' + '@' + '5a09c3ef2aa3e6b6da4007 746fdde04ca56dae7c', # from svn revision 1130
260 260
261 'src/third_party/smhasher/src': 261 'src/third_party/smhasher/src':
262 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b 2fc3a643b838e5b6e88f', 262 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b 2fc3a643b838e5b6e88f',
263 263
264 'src/third_party/libaddressinput/src': 264 'src/third_party/libaddressinput/src':
265 Var('chromium_git') + '/external/libaddressinput.git' + '@' + '945d96387a716 d0d82b195fa69a5e9a701249517', # from svn revision 334 265 Var('chromium_git') + '/external/libaddressinput.git' + '@' + '945d96387a716 d0d82b195fa69a5e9a701249517', # from svn revision 334
266 266
267 'src/third_party/libphonenumber/src/phonenumbers': 267 'src/third_party/libphonenumber/src/phonenumbers':
268 Var('chromium_git') + '/external/libphonenumber/cpp/src/phonenumbers.git' + '@' + '8d8b5b3b2035197795d27573d4cf566b5d9ad689', 268 Var('chromium_git') + '/external/libphonenumber/cpp/src/phonenumbers.git' + '@' + '8d8b5b3b2035197795d27573d4cf566b5d9ad689',
269 'src/third_party/libphonenumber/src/test': 269 'src/third_party/libphonenumber/src/test':
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 # corresponding .py files have already been deleted. 770 # corresponding .py files have already been deleted.
771 'name': 'remove_stale_pyc_files', 771 'name': 'remove_stale_pyc_files',
772 'pattern': 'src/tools/.*\\.py', 772 'pattern': 'src/tools/.*\\.py',
773 'action': [ 773 'action': [
774 'python', 774 'python',
775 'src/tools/remove_stale_pyc_files.py', 775 'src/tools/remove_stale_pyc_files.py',
776 'src/tools', 776 'src/tools',
777 ], 777 ],
778 }, 778 },
779 ] 779 ]
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