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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 'src/third_party/libexif/sources': | 131 'src/third_party/libexif/sources': |
132 Var('chromium_git') + '/chromium/deps/libexif/sources.git' + '@' + 'ed98343da
abd7b4497f97fda972e132e6877c48a', | 132 Var('chromium_git') + '/chromium/deps/libexif/sources.git' + '@' + 'ed98343da
abd7b4497f97fda972e132e6877c48a', |
133 | 133 |
134 'src/third_party/hunspell_dictionaries': | 134 'src/third_party/hunspell_dictionaries': |
135 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + '807
96932b89ab36431399d76c5b8391ea471e30a', # from svn revision 294404 | 135 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + '807
96932b89ab36431399d76c5b8391ea471e30a', # from svn revision 294404 |
136 | 136 |
137 'src/third_party/safe_browsing/testing': | 137 'src/third_party/safe_browsing/testing': |
138 Var('chromium_git') + '/external/google-safe-browsing/testing.git' + '@' + '
9d7e8064f3ca2e45891470c9b5b1dce54af6a9d6', | 138 Var('chromium_git') + '/external/google-safe-browsing/testing.git' + '@' + '
9d7e8064f3ca2e45891470c9b5b1dce54af6a9d6', |
139 | 139 |
140 'src/third_party/leveldatabase/src': | 140 'src/third_party/leveldatabase/src': |
141 Var('chromium_git') + '/external/leveldb.git' + '@' + '251ebf5dc70129ad3c381
93fe6c99a5b0ec6b9fa', | 141 Var('chromium_git') + '/external/leveldb.git' + '@' + '40c17c0b84ac0b791fb43
4096fd5c05f3819ad55', |
142 | 142 |
143 'src/third_party/snappy/src': | 143 'src/third_party/snappy/src': |
144 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958
c7c0933d22e80c20bf', | 144 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958
c7c0933d22e80c20bf', |
145 | 145 |
146 'src/tools/grit': | 146 'src/tools/grit': |
147 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'c1b1591a05209c1ad46
7e845ba8543c22f9072af', # from svn revision 189 | 147 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'c1b1591a05209c1ad46
7e845ba8543c22f9072af', # from svn revision 189 |
148 | 148 |
149 'src/tools/gyp': | 149 'src/tools/gyp': |
150 Var('chromium_git') + '/external/gyp.git' + '@' + 'fdcd8bc10c935eff13b391644
b01460593c46861', | 150 Var('chromium_git') + '/external/gyp.git' + '@' + 'fdcd8bc10c935eff13b391644
b01460593c46861', |
151 | 151 |
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
782 # migration completes (let's say Sep 1 2014). | 782 # migration completes (let's say Sep 1 2014). |
783 'name': 'check_git_config', | 783 'name': 'check_git_config', |
784 'pattern': '.', | 784 'pattern': '.', |
785 'action': [ | 785 'action': [ |
786 'python', | 786 'python', |
787 'src/tools/check_git_config.py', | 787 'src/tools/check_git_config.py', |
788 '--running-as-hook', | 788 '--running-as-hook', |
789 ], | 789 ], |
790 }, | 790 }, |
791 ] | 791 ] |
OLD | NEW |