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

Side by Side Diff: DEPS

Issue 900273003: Roll android_tools f6e2370:2a860d8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update description 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 | 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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b 749f9823c51827a60aeb5c1', 434 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b 749f9823c51827a60aeb5c1',
435 435
436 'src/third_party/stp/src': 436 'src/third_party/stp/src':
437 Var('chromium_git') + '/external/github.com/stp/stp.git' + '@' + 'fc94a5992 07752ab4d64048204f0c88494811b62', 437 Var('chromium_git') + '/external/github.com/stp/stp.git' + '@' + 'fc94a5992 07752ab4d64048204f0c88494811b62',
438 }, 438 },
439 'android': { 439 'android': {
440 'src/third_party/android_protobuf/src': 440 'src/third_party/android_protobuf/src':
441 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '94f522f907e 3f34f70d9e7816b947e62fddbb267', 441 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '94f522f907e 3f34f70d9e7816b947e62fddbb267',
442 442
443 'src/third_party/android_tools': 443 'src/third_party/android_tools':
444 Var('chromium_git') + '/android_tools.git' + '@' + 'f6e2370dff438125897bb3b 3800de1ad7aa62c27', 444 Var('chromium_git') + '/android_tools.git' + '@' + '2a860d82034c46892ae8e1c 8898d8359d2b4bf2f',
445 445
446 'src/third_party/apache-mime4j': 446 'src/third_party/apache-mime4j':
447 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b ff4b6cf0a2e86ff58b3d025934ebe3a', 447 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b ff4b6cf0a2e86ff58b3d025934ebe3a',
448 448
449 'src/third_party/appurify-python/src': 449 'src/third_party/appurify-python/src':
450 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' + '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', 450 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' + '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867',
451 451
452 'src/third_party/findbugs': 452 'src/third_party/findbugs':
453 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '7f69fa78a6db6d c31866d09572a0e356e921bf12', 453 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '7f69fa78a6db6d c31866d09572a0e356e921bf12',
454 454
(...skipping 322 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 | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698