| 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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 719 '--revision=79621b5523205997ae9f689efb7f299973c87a8c', | 719 '--revision=79621b5523205997ae9f689efb7f299973c87a8c', |
| 720 '--overwrite', | 720 '--overwrite', |
| 721 ], | 721 ], |
| 722 }, | 722 }, |
| 723 { | 723 { |
| 724 'name': 'kasko', | 724 'name': 'kasko', |
| 725 'pattern': '.', | 725 'pattern': '.', |
| 726 'action': ['python', | 726 'action': ['python', |
| 727 'src/build/get_syzygy_binaries.py', | 727 'src/build/get_syzygy_binaries.py', |
| 728 '--output-dir=src/third_party/kasko', | 728 '--output-dir=src/third_party/kasko', |
| 729 '--revision=f0332d538f3eb84c2a55a3d0506a4a0b58d1c09e', | 729 '--revision=33788dfa4e351db209915389a97eed31499c3206', |
| 730 '--resource=kasko.zip', | 730 '--resource=kasko.zip', |
| 731 '--resource=kasko_symbols.zip', | 731 '--resource=kasko_symbols.zip', |
| 732 '--overwrite', | 732 '--overwrite', |
| 733 ], | 733 ], |
| 734 }, | 734 }, |
| 735 { | 735 { |
| 736 'name': 'apache_win32', | 736 'name': 'apache_win32', |
| 737 'pattern': '\\.sha1', | 737 'pattern': '\\.sha1', |
| 738 'action': [ 'download_from_google_storage', | 738 'action': [ 'download_from_google_storage', |
| 739 '--no_resume', | 739 '--no_resume', |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 778 # corresponding .py files have already been deleted. | 778 # corresponding .py files have already been deleted. |
| 779 'name': 'remove_stale_pyc_files', | 779 'name': 'remove_stale_pyc_files', |
| 780 'pattern': 'src/tools/.*\\.py', | 780 'pattern': 'src/tools/.*\\.py', |
| 781 'action': [ | 781 'action': [ |
| 782 'python', | 782 'python', |
| 783 'src/tools/remove_stale_pyc_files.py', | 783 'src/tools/remove_stale_pyc_files.py', |
| 784 'src/tools', | 784 'src/tools', |
| 785 ], | 785 ], |
| 786 }, | 786 }, |
| 787 ] | 787 ] |
| OLD | NEW |