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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
406 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b
749f9823c51827a60aeb5c1', | 406 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b
749f9823c51827a60aeb5c1', |
407 | 407 |
408 'src/third_party/stp/src': | 408 'src/third_party/stp/src': |
409 Var('chromium_git') + '/external/github.com/stp/stp.git' + '@' + 'fc94a5992
07752ab4d64048204f0c88494811b62', | 409 Var('chromium_git') + '/external/github.com/stp/stp.git' + '@' + 'fc94a5992
07752ab4d64048204f0c88494811b62', |
410 }, | 410 }, |
411 'android': { | 411 'android': { |
412 'src/third_party/android_protobuf/src': | 412 'src/third_party/android_protobuf/src': |
413 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc7
2e97f7fe08bb756958a2cf090f4e7', | 413 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc7
2e97f7fe08bb756958a2cf090f4e7', |
414 | 414 |
415 'src/third_party/android_tools': | 415 'src/third_party/android_tools': |
416 Var('chromium_git') + '/android_tools.git' + '@' + '9e9b6169a098bc19986e44f
bbf65e4c29031e4bd', | 416 Var('chromium_git') + '/android_tools.git' + '@' + 'febed84a3a3cb7c2cb80d58
0d79c31e22e9643a5', |
417 | 417 |
418 'src/third_party/apache-mime4j': | 418 'src/third_party/apache-mime4j': |
419 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b
ff4b6cf0a2e86ff58b3d025934ebe3a', | 419 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b
ff4b6cf0a2e86ff58b3d025934ebe3a', |
420 | 420 |
421 'src/third_party/appurify-python/src': | 421 'src/third_party/appurify-python/src': |
422 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' +
'@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', | 422 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' +
'@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', |
423 | 423 |
424 'src/third_party/cardboard-java/src': | 424 'src/third_party/cardboard-java/src': |
425 Var('chromium_git') + '/external/github.com/googlesamples/cardboard-java.gi
t' + '@' + 'e36ee57e72bbd057ddb53b127954177b50e18df7', | 425 Var('chromium_git') + '/external/github.com/googlesamples/cardboard-java.gi
t' + '@' + 'e36ee57e72bbd057ddb53b127954177b50e18df7', |
426 | 426 |
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
804 'pattern': '.', | 804 'pattern': '.', |
805 'action': [ | 805 'action': [ |
806 'python', | 806 'python', |
807 'src/tools/check_git_config.py', | 807 'src/tools/check_git_config.py', |
808 '--running-as-hook', | 808 '--running-as-hook', |
809 ], | 809 ], |
810 }, | 810 }, |
811 ] | 811 ] |
812 | 812 |
813 | 813 |
OLD | NEW |