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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
236 'src/third_party/libphonenumber/src/resources': | 236 'src/third_party/libphonenumber/src/resources': |
237 Var('chromium_git') + '/external/libphonenumber/resources.git' + '@' + 'b6df
dc7952571ff7ee72643cd88c988cbe966396', | 237 Var('chromium_git') + '/external/libphonenumber/resources.git' + '@' + 'b6df
dc7952571ff7ee72643cd88c988cbe966396', |
238 | 238 |
239 'src/tools/deps2git': | 239 'src/tools/deps2git': |
240 Var('chromium_git') + '/chromium/tools/deps2git.git' + '@' + 'f04828eb0b5acd3
e7ad983c024870f17f17b06d9', | 240 Var('chromium_git') + '/chromium/tools/deps2git.git' + '@' + 'f04828eb0b5acd3
e7ad983c024870f17f17b06d9', |
241 | 241 |
242 'src/third_party/webpagereplay': | 242 'src/third_party/webpagereplay': |
243 Var('chromium_git') + '/external/github.com/chromium/web-page-replay.git' + '
@' + '7564939bdf6482d57b9bd5e9c931679f96d8cf75', | 243 Var('chromium_git') + '/external/github.com/chromium/web-page-replay.git' + '
@' + '7564939bdf6482d57b9bd5e9c931679f96d8cf75', |
244 | 244 |
245 'src/third_party/pywebsocket/src': | 245 'src/third_party/pywebsocket/src': |
246 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30
ff8d1fa1a89be39cec901f4a29c', | 246 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + '45be4a3960fef
26e4a522f0c4ad9eec620d9d39b', |
247 | 247 |
248 'src/third_party/opus/src': | 248 'src/third_party/opus/src': |
249 Var('chromium_git') + '/chromium/deps/opus.git' + '@' + 'cae696156f1e60006e39
821e79a1811ae1933c69', | 249 Var('chromium_git') + '/chromium/deps/opus.git' + '@' + 'cae696156f1e60006e39
821e79a1811ae1933c69', |
250 | 250 |
251 'src/media/cdm/ppapi/api': | 251 'src/media/cdm/ppapi/api': |
252 Var('chromium_git') + '/chromium/cdm.git' + '@' + '7377023e384f296cbb27644eb2
c485275f1f92e8', # from svn revision 294518 | 252 Var('chromium_git') + '/chromium/cdm.git' + '@' + '7377023e384f296cbb27644eb2
c485275f1f92e8', # from svn revision 294518 |
253 | 253 |
254 'src/third_party/mesa/src': | 254 'src/third_party/mesa/src': |
255 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '3918dbd3bced7843af39
6a0ee9f9da081d968806', | 255 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '3918dbd3bced7843af39
6a0ee9f9da081d968806', |
256 | 256 |
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
804 'pattern': '.', | 804 'pattern': '.', |
805 'action': [ | 805 'action': [ |
806 'python', | 806 'python', |
807 'src/tools/check_git_config.py', | 807 'src/tools/check_git_config.py', |
808 '--running-as-hook', | 808 '--running-as-hook', |
809 ], | 809 ], |
810 }, | 810 }, |
811 ] | 811 ] |
812 | 812 |
813 | 813 |
OLD | NEW |