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

Side by Side Diff: DEPS

Issue 1411783009: Revert of Roll android_tools deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | build/android/pylib/constants/__init__.py » ('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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 417
418 # Graphics buffer allocator for Chrome OS. 418 # Graphics buffer allocator for Chrome OS.
419 'src/third_party/minigbm/src': 419 'src/third_party/minigbm/src':
420 Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + 'f9d2ab79a 15a1bb6a1307f3b608964c81c27791b', 420 Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + 'f9d2ab79a 15a1bb6a1307f3b608964c81c27791b',
421 }, 421 },
422 'android': { 422 'android': {
423 'src/third_party/android_protobuf/src': 423 'src/third_party/android_protobuf/src':
424 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc7 2e97f7fe08bb756958a2cf090f4e7', 424 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc7 2e97f7fe08bb756958a2cf090f4e7',
425 425
426 'src/third_party/android_tools': 426 'src/third_party/android_tools':
427 Var('chromium_git') + '/android_tools.git' + '@' + '54492f99c84cab0826a8e65 6efeb33a1b1bf5a04', 427 Var('chromium_git') + '/android_tools.git' + '@' + '4238a28593b7e6178c95431 f91ca8c24e45fa7eb',
428 428
429 'src/third_party/apache-mime4j': 429 'src/third_party/apache-mime4j':
430 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b ff4b6cf0a2e86ff58b3d025934ebe3a', 430 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b ff4b6cf0a2e86ff58b3d025934ebe3a',
431 431
432 'src/third_party/appurify-python/src': 432 'src/third_party/appurify-python/src':
433 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' + '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', 433 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' + '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867',
434 434
435 'src/third_party/cardboard-java/src': 435 'src/third_party/cardboard-java/src':
436 Var('chromium_git') + '/external/github.com/googlesamples/cardboard-java.gi t' + '@' + 'e36ee57e72bbd057ddb53b127954177b50e18df7', 436 Var('chromium_git') + '/external/github.com/googlesamples/cardboard-java.gi t' + '@' + 'e36ee57e72bbd057ddb53b127954177b50e18df7',
437 437
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
807 'pattern': '.', 807 'pattern': '.',
808 'action': [ 808 'action': [
809 'python', 809 'python',
810 'src/tools/check_git_config.py', 810 'src/tools/check_git_config.py',
811 '--running-as-hook', 811 '--running-as-hook',
812 ], 812 ],
813 }, 813 },
814 ] 814 ]
815 815
816 816
OLDNEW
« no previous file with comments | « no previous file | build/android/pylib/constants/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698