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

Side by Side Diff: DEPS

Issue 820593002: remove libwebm third_party dependency (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « BUILD.gn ('k') | remoting/client/BUILD.gn » ('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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 289
290 'src/third_party/mesa/src': 290 'src/third_party/mesa/src':
291 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '9731cb962963bca8a05f 3d0f6ea40c3a781f0537', 291 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '9731cb962963bca8a05f 3d0f6ea40c3a781f0537',
292 292
293 'src/third_party/cld_2/src': 293 'src/third_party/cld_2/src':
294 Var('chromium_git') + '/external/cld2.git' + '@' + '14d9ef8d4766326f8aa7de54 402d1b9c782d4481', # from svn revision 193 294 Var('chromium_git') + '/external/cld2.git' + '@' + '14d9ef8d4766326f8aa7de54 402d1b9c782d4481', # from svn revision 193
295 295
296 'src/chrome/browser/resources/pdf/html_office': 296 'src/chrome/browser/resources/pdf/html_office':
297 Var('chromium_git') + '/chromium/html-office-public.git' + '@' + 'eeff97614f 65e0578529490d44d412032c3d7359', 297 Var('chromium_git') + '/chromium/html-office-public.git' + '@' + 'eeff97614f 65e0578529490d44d412032c3d7359',
298 298
299 'src/third_party/libwebm/source':
300 Var('chromium_git') + '/webm/libwebm.git' + '@' + '0d4cb404ea4195e5e21d04db2c 955615535ce62e',
301
302 'src/third_party/pdfium': 299 'src/third_party/pdfium':
303 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'), 300 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'),
304 301
305 'src/third_party/boringssl/src': 302 'src/third_party/boringssl/src':
306 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re vision'), 303 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re vision'),
307 304
308 'src/third_party/py_trace_event/src': 305 'src/third_party/py_trace_event/src':
309 Var('chromium_git') + '/external/py_trace_event.git' + '@' + 'dd463ea9e2c430 de2b9e53dea57a77b4c3ac9b30', 306 Var('chromium_git') + '/external/py_trace_event.git' + '@' + 'dd463ea9e2c430 de2b9e53dea57a77b4c3ac9b30',
310 } 307 }
311 308
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 # corresponding .py files have already been deleted. 782 # corresponding .py files have already been deleted.
786 'name': 'remove_stale_pyc_files', 783 'name': 'remove_stale_pyc_files',
787 'pattern': 'src/tools/.*\\.py', 784 'pattern': 'src/tools/.*\\.py',
788 'action': [ 785 'action': [
789 'python', 786 'python',
790 'src/tools/remove_stale_pyc_files.py', 787 'src/tools/remove_stale_pyc_files.py',
791 'src/tools', 788 'src/tools',
792 ], 789 ],
793 }, 790 },
794 ] 791 ]
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | remoting/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698