| 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 707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 718 '--revision=e869aa03e0f40f74321a70d6d4578f5bbbc29bda', | 718 '--revision=e869aa03e0f40f74321a70d6d4578f5bbbc29bda', |
| 719 '--overwrite', | 719 '--overwrite', |
| 720 ], | 720 ], |
| 721 }, | 721 }, |
| 722 { | 722 { |
| 723 'name': 'kasko', | 723 'name': 'kasko', |
| 724 'pattern': '.', | 724 'pattern': '.', |
| 725 'action': ['python', | 725 'action': ['python', |
| 726 'src/build/get_syzygy_binaries.py', | 726 'src/build/get_syzygy_binaries.py', |
| 727 '--output-dir=src/third_party/kasko', | 727 '--output-dir=src/third_party/kasko', |
| 728 '--revision=584b8e476d6ffdf291d7df9d134bd9747f8a1d32', | 728 '--revision=b8adaf37ad3beae939ee2db5ae9c0f8b380d2060', |
| 729 '--resource=kasko.zip', | 729 '--resource=kasko.zip', |
| 730 '--resource=kasko_symbols.zip', | 730 '--resource=kasko_symbols.zip', |
| 731 '--overwrite', | 731 '--overwrite', |
| 732 ], | 732 ], |
| 733 }, | 733 }, |
| 734 { | 734 { |
| 735 'name': 'apache_win32', | 735 'name': 'apache_win32', |
| 736 'pattern': '\\.sha1', | 736 'pattern': '\\.sha1', |
| 737 'action': [ 'download_from_google_storage', | 737 'action': [ 'download_from_google_storage', |
| 738 '--no_resume', | 738 '--no_resume', |
| (...skipping 45 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 |