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 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
413 'src/third_party/android_tools': | 413 'src/third_party/android_tools': |
414 Var('chromium_git') + '/android_tools.git' + '@' + '2abd22b08cd757f88362f44
b02484de43e4b9611', | 414 Var('chromium_git') + '/android_tools.git' + '@' + '2abd22b08cd757f88362f44
b02484de43e4b9611', |
415 | 415 |
416 'src/third_party/apache-mime4j': | 416 'src/third_party/apache-mime4j': |
417 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b
ff4b6cf0a2e86ff58b3d025934ebe3a', | 417 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b
ff4b6cf0a2e86ff58b3d025934ebe3a', |
418 | 418 |
419 'src/third_party/appurify-python/src': | 419 'src/third_party/appurify-python/src': |
420 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' +
'@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', | 420 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' +
'@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', |
421 | 421 |
422 'src/third_party/cardboard-java/src': | 422 'src/third_party/cardboard-java/src': |
423 Var('chromium_git') + '/external/github.com/googlesamples/cardboard-java.gi
t' + '@' + '08ad25a04f2801bd822c3f2cd28301b68d74aef6', | 423 Var('chromium_git') + '/external/github.com/googlesamples/cardboard-java.gi
t' + '@' + 'e36ee57e72bbd057ddb53b127954177b50e18df7', |
424 | 424 |
425 'src/third_party/errorprone/lib': | 425 'src/third_party/errorprone/lib': |
426 Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '7256
0c97fb38e3eb93db2e85c29db7b72420fad8', | 426 Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '7256
0c97fb38e3eb93db2e85c29db7b72420fad8', |
427 | 427 |
428 'src/third_party/findbugs': | 428 'src/third_party/findbugs': |
429 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '10904cdd4aae90
b3d02727527570bfc3df4efea4', | 429 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '10904cdd4aae90
b3d02727527570bfc3df4efea4', |
430 | 430 |
431 'src/third_party/freetype-android/src': | 431 'src/third_party/freetype-android/src': |
432 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'e1
86230678ee8e4ea4ac4797ece8125761e3225a', | 432 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'e1
86230678ee8e4ea4ac4797ece8125761e3225a', |
433 | 433 |
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
792 # migration completes (let's say Sep 1 2014). | 792 # migration completes (let's say Sep 1 2014). |
793 'name': 'check_git_config', | 793 'name': 'check_git_config', |
794 'pattern': '.', | 794 'pattern': '.', |
795 'action': [ | 795 'action': [ |
796 'python', | 796 'python', |
797 'src/tools/check_git_config.py', | 797 'src/tools/check_git_config.py', |
798 '--running-as-hook', | 798 '--running-as-hook', |
799 ], | 799 ], |
800 }, | 800 }, |
801 ] | 801 ] |
OLD | NEW |