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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
423 | 423 |
424 'src/third_party/apache-mime4j': | 424 'src/third_party/apache-mime4j': |
425 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b
ff4b6cf0a2e86ff58b3d025934ebe3a', | 425 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b
ff4b6cf0a2e86ff58b3d025934ebe3a', |
426 | 426 |
427 'src/third_party/appurify-python/src': | 427 'src/third_party/appurify-python/src': |
428 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' +
'@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', | 428 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' +
'@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', |
429 | 429 |
430 'src/third_party/findbugs': | 430 'src/third_party/findbugs': |
431 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '7f69fa78a6db6d
c31866d09572a0e356e921bf12', | 431 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '7f69fa78a6db6d
c31866d09572a0e356e921bf12', |
432 | 432 |
433 'src/third_party/freetype': | 433 'src/third_party/freetype-android/src': |
434 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'd10
28db70bea988d1022e4d463de66581c696160', | 434 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'd10
28db70bea988d1022e4d463de66581c696160', |
435 | 435 |
436 'src/third_party/elfutils/src': | 436 'src/third_party/elfutils/src': |
437 Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de
4f3760bdcaa3d23d154d7', | 437 Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de
4f3760bdcaa3d23d154d7', |
438 | 438 |
439 'src/third_party/httpcomponents-client': | 439 'src/third_party/httpcomponents-client': |
440 Var('chromium_git') + '/chromium/deps/httpcomponents-client.git' + '@' + '2
85c4dafc5de0e853fa845dce5773e223219601c', | 440 Var('chromium_git') + '/chromium/deps/httpcomponents-client.git' + '@' + '2
85c4dafc5de0e853fa845dce5773e223219601c', |
441 | 441 |
442 'src/third_party/httpcomponents-core': | 442 'src/third_party/httpcomponents-core': |
443 Var('chromium_git') + '/chromium/deps/httpcomponents-core.git' + '@' + '9f7
180a96f8fa5cab23f793c14b413356d419e62', | 443 Var('chromium_git') + '/chromium/deps/httpcomponents-core.git' + '@' + '9f7
180a96f8fa5cab23f793c14b413356d419e62', |
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
784 # corresponding .py files have already been deleted. | 784 # corresponding .py files have already been deleted. |
785 'name': 'remove_stale_pyc_files', | 785 'name': 'remove_stale_pyc_files', |
786 'pattern': 'src/tools/.*\\.py', | 786 'pattern': 'src/tools/.*\\.py', |
787 'action': [ | 787 'action': [ |
788 'python', | 788 'python', |
789 'src/tools/remove_stale_pyc_files.py', | 789 'src/tools/remove_stale_pyc_files.py', |
790 'src/tools', | 790 'src/tools', |
791 ], | 791 ], |
792 }, | 792 }, |
793 ] | 793 ] |
OLD | NEW |