OLD | NEW |
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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
401 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b
749f9823c51827a60aeb5c1', | 401 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b
749f9823c51827a60aeb5c1', |
402 | 402 |
403 'src/third_party/stp/src': | 403 'src/third_party/stp/src': |
404 Var('chromium_git') + '/external/github.com/stp/stp.git' + '@' + 'fc94a5992
07752ab4d64048204f0c88494811b62', | 404 Var('chromium_git') + '/external/github.com/stp/stp.git' + '@' + 'fc94a5992
07752ab4d64048204f0c88494811b62', |
405 }, | 405 }, |
406 'android': { | 406 'android': { |
407 'src/third_party/android_protobuf/src': | 407 'src/third_party/android_protobuf/src': |
408 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc7
2e97f7fe08bb756958a2cf090f4e7', | 408 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc7
2e97f7fe08bb756958a2cf090f4e7', |
409 | 409 |
410 'src/third_party/android_tools': | 410 'src/third_party/android_tools': |
411 Var('chromium_git') + '/android_tools.git' + '@' + '21f4bcbd6cd927e4b4227cf
de7d5f13486be1236', | 411 Var('chromium_git') + '/android_tools.git' + '@' + '1065f071ca78fd4e791fea4
e8eccbfd861bbd600', |
412 | 412 |
413 'src/third_party/apache-mime4j': | 413 'src/third_party/apache-mime4j': |
414 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b
ff4b6cf0a2e86ff58b3d025934ebe3a', | 414 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b
ff4b6cf0a2e86ff58b3d025934ebe3a', |
415 | 415 |
416 'src/third_party/appurify-python/src': | 416 'src/third_party/appurify-python/src': |
417 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' +
'@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', | 417 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' +
'@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', |
418 | 418 |
419 'src/third_party/cardboard-java/src': | 419 'src/third_party/cardboard-java/src': |
420 Var('chromium_git') + '/external/github.com/googlesamples/cardboard-java.gi
t' + '@' + '08ad25a04f2801bd822c3f2cd28301b68d74aef6', | 420 Var('chromium_git') + '/external/github.com/googlesamples/cardboard-java.gi
t' + '@' + '08ad25a04f2801bd822c3f2cd28301b68d74aef6', |
421 | 421 |
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
789 # migration completes (let's say Sep 1 2014). | 789 # migration completes (let's say Sep 1 2014). |
790 'name': 'check_git_config', | 790 'name': 'check_git_config', |
791 'pattern': '.', | 791 'pattern': '.', |
792 'action': [ | 792 'action': [ |
793 'python', | 793 'python', |
794 'src/tools/check_git_config.py', | 794 'src/tools/check_git_config.py', |
795 '--running-as-hook', | 795 '--running-as-hook', |
796 ], | 796 ], |
797 }, | 797 }, |
798 ] | 798 ] |
OLD | NEW |