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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 Var('chromium_git') + '/external/libphonenumber/cpp/src/phonenumbers.git' +
'@' + '0d6e3e50e17c94262ad1ca3b7d52b11223084bca', | 250 Var('chromium_git') + '/external/libphonenumber/cpp/src/phonenumbers.git' +
'@' + '0d6e3e50e17c94262ad1ca3b7d52b11223084bca', |
251 'src/third_party/libphonenumber/src/test': | 251 'src/third_party/libphonenumber/src/test': |
252 Var('chromium_git') + '/external/libphonenumber/cpp/test.git' + '@' + 'f351a
7e007f9c9995494499120bbc361ca808a16', | 252 Var('chromium_git') + '/external/libphonenumber/cpp/test.git' + '@' + 'f351a
7e007f9c9995494499120bbc361ca808a16', |
253 'src/third_party/libphonenumber/src/resources': | 253 'src/third_party/libphonenumber/src/resources': |
254 Var('chromium_git') + '/external/libphonenumber/resources.git' + '@' + 'b6df
dc7952571ff7ee72643cd88c988cbe966396', | 254 Var('chromium_git') + '/external/libphonenumber/resources.git' + '@' + 'b6df
dc7952571ff7ee72643cd88c988cbe966396', |
255 | 255 |
256 'src/tools/deps2git': | 256 'src/tools/deps2git': |
257 Var('chromium_git') + '/chromium/tools/deps2git.git' + '@' + 'f04828eb0b5acd3
e7ad983c024870f17f17b06d9', | 257 Var('chromium_git') + '/chromium/tools/deps2git.git' + '@' + 'f04828eb0b5acd3
e7ad983c024870f17f17b06d9', |
258 | 258 |
259 'src/third_party/webpagereplay': | 259 'src/third_party/webpagereplay': |
260 Var('chromium_git') + '/external/github.com/chromium/web-page-replay.git' + '
@' + '0e5c45a7ca4a43d9b9451db380de4ac5a543d1de', | 260 Var('chromium_git') + '/external/github.com/chromium/web-page-replay.git' + '
@' + 'e53550b73e8e098938a651bc8ceb3681e5980567', |
261 | 261 |
262 'src/third_party/pywebsocket/src': | 262 'src/third_party/pywebsocket/src': |
263 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30
ff8d1fa1a89be39cec901f4a29c', | 263 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30
ff8d1fa1a89be39cec901f4a29c', |
264 | 264 |
265 'src/third_party/opus/src': | 265 'src/third_party/opus/src': |
266 Var('chromium_git') + '/chromium/deps/opus.git' + '@' + 'cae696156f1e60006e39
821e79a1811ae1933c69', | 266 Var('chromium_git') + '/chromium/deps/opus.git' + '@' + 'cae696156f1e60006e39
821e79a1811ae1933c69', |
267 | 267 |
268 'src/media/cdm/ppapi/api': | 268 'src/media/cdm/ppapi/api': |
269 Var('chromium_git') + '/chromium/cdm.git' + '@' + '7377023e384f296cbb27644eb2
c485275f1f92e8', # from svn revision 294518 | 269 Var('chromium_git') + '/chromium/cdm.git' + '@' + '7377023e384f296cbb27644eb2
c485275f1f92e8', # from svn revision 294518 |
270 | 270 |
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
757 # corresponding .py files have already been deleted. | 757 # corresponding .py files have already been deleted. |
758 'name': 'remove_stale_pyc_files', | 758 'name': 'remove_stale_pyc_files', |
759 'pattern': 'src/tools/.*\\.py', | 759 'pattern': 'src/tools/.*\\.py', |
760 'action': [ | 760 'action': [ |
761 'python', | 761 'python', |
762 'src/tools/remove_stale_pyc_files.py', | 762 'src/tools/remove_stale_pyc_files.py', |
763 'src/tools', | 763 'src/tools', |
764 ], | 764 ], |
765 }, | 765 }, |
766 ] | 766 ] |
OLD | NEW |