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

Side by Side Diff: DEPS

Issue 1088093009: Roll src/third_party/cros_system_api beb5547:42cdfaa (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b1 7b8c9067a1022e4416ee7ed5e0d', 403 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b1 7b8c9067a1022e4416ee7ed5e0d',
404 404
405 'src/third_party/swig/linux': 405 'src/third_party/swig/linux':
406 Var('chromium_git') + '/chromium/deps/swig/linux.git' + '@' + '866b8e0e0e0c fe99ebe608260030916ca0c3f92d', 406 Var('chromium_git') + '/chromium/deps/swig/linux.git' + '@' + '866b8e0e0e0c fe99ebe608260030916ca0c3f92d',
407 407
408 'src/third_party/lss': 408 'src/third_party/lss':
409 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va r('lss_revision'), 409 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va r('lss_revision'),
410 410
411 # For Linux and Chromium OS. 411 # For Linux and Chromium OS.
412 'src/third_party/cros_system_api': 412 'src/third_party/cros_system_api':
413 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'beb554 763c188ae8f0518de6d55661248c907218', 413 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '42cdfa ada2ae9183f6479531e24d739cc778c4a8',
414 414
415 # Note that this is different from Android's freetype repo. 415 # Note that this is different from Android's freetype repo.
416 'src/third_party/freetype2/src': 416 'src/third_party/freetype2/src':
417 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + '49 5a23fce9cd125f715dc20643d14fed226d76ac', 417 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + '49 5a23fce9cd125f715dc20643d14fed226d76ac',
418 418
419 # Build tools for Chrome OS. 419 # Build tools for Chrome OS.
420 'src/third_party/chromite': 420 'src/third_party/chromite':
421 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + 'fdc9440cb96f8de35 202abc285ffb896e04292d3', 421 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + 'fdc9440cb96f8de35 202abc285ffb896e04292d3',
422 422
423 # Dependency of chromite.git. 423 # Dependency of chromite.git.
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 # corresponding .py files have already been deleted. 786 # corresponding .py files have already been deleted.
787 'name': 'remove_stale_pyc_files', 787 'name': 'remove_stale_pyc_files',
788 'pattern': 'src/tools/.*\\.py', 788 'pattern': 'src/tools/.*\\.py',
789 'action': [ 789 'action': [
790 'python', 790 'python',
791 'src/tools/remove_stale_pyc_files.py', 791 'src/tools/remove_stale_pyc_files.py',
792 'src/tools', 792 'src/tools',
793 ], 793 ],
794 }, 794 },
795 ] 795 ]
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