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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 Var('chromium_git') + '/external/libphonenumber/cpp/src/phonenumbers.git' +
'@' + '0d6e3e50e17c94262ad1ca3b7d52b11223084bca', | 256 Var('chromium_git') + '/external/libphonenumber/cpp/src/phonenumbers.git' +
'@' + '0d6e3e50e17c94262ad1ca3b7d52b11223084bca', |
257 'src/third_party/libphonenumber/src/test': | 257 'src/third_party/libphonenumber/src/test': |
258 Var('chromium_git') + '/external/libphonenumber/cpp/test.git' + '@' + 'f351a
7e007f9c9995494499120bbc361ca808a16', | 258 Var('chromium_git') + '/external/libphonenumber/cpp/test.git' + '@' + 'f351a
7e007f9c9995494499120bbc361ca808a16', |
259 'src/third_party/libphonenumber/src/resources': | 259 'src/third_party/libphonenumber/src/resources': |
260 Var('chromium_git') + '/external/libphonenumber/resources.git' + '@' + 'b6df
dc7952571ff7ee72643cd88c988cbe966396', | 260 Var('chromium_git') + '/external/libphonenumber/resources.git' + '@' + 'b6df
dc7952571ff7ee72643cd88c988cbe966396', |
261 | 261 |
262 'src/tools/deps2git': | 262 'src/tools/deps2git': |
263 Var('chromium_git') + '/chromium/tools/deps2git.git' + '@' + 'f04828eb0b5acd3
e7ad983c024870f17f17b06d9', | 263 Var('chromium_git') + '/chromium/tools/deps2git.git' + '@' + 'f04828eb0b5acd3
e7ad983c024870f17f17b06d9', |
264 | 264 |
265 'src/third_party/webpagereplay': | 265 'src/third_party/webpagereplay': |
266 Var('chromium_git') + '/external/github.com/chromium/web-page-replay.git' + '
@' + '94d7e2a265facfbb0570a9a7fd6c335c774ee866', | 266 Var('chromium_git') + '/external/github.com/chromium/web-page-replay.git' + '
@' + '4e4d540a18c099e2ad805696072f95815f313c0e', |
267 | 267 |
268 'src/third_party/pywebsocket/src': | 268 'src/third_party/pywebsocket/src': |
269 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30
ff8d1fa1a89be39cec901f4a29c', | 269 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30
ff8d1fa1a89be39cec901f4a29c', |
270 | 270 |
271 'src/third_party/opus/src': | 271 'src/third_party/opus/src': |
272 Var('chromium_git') + '/chromium/deps/opus.git' + '@' + 'cae696156f1e60006e39
821e79a1811ae1933c69', | 272 Var('chromium_git') + '/chromium/deps/opus.git' + '@' + 'cae696156f1e60006e39
821e79a1811ae1933c69', |
273 | 273 |
274 'src/media/cdm/ppapi/api': | 274 'src/media/cdm/ppapi/api': |
275 Var('chromium_git') + '/chromium/cdm.git' + '@' + '7377023e384f296cbb27644eb2
c485275f1f92e8', # from svn revision 294518 | 275 Var('chromium_git') + '/chromium/cdm.git' + '@' + '7377023e384f296cbb27644eb2
c485275f1f92e8', # from svn revision 294518 |
276 | 276 |
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
786 # corresponding .py files have already been deleted. | 786 # corresponding .py files have already been deleted. |
787 'name': 'remove_stale_pyc_files', | 787 'name': 'remove_stale_pyc_files', |
788 'pattern': 'src/tools/.*\\.py', | 788 'pattern': 'src/tools/.*\\.py', |
789 'action': [ | 789 'action': [ |
790 'python', | 790 'python', |
791 'src/tools/remove_stale_pyc_files.py', | 791 'src/tools/remove_stale_pyc_files.py', |
792 'src/tools', | 792 'src/tools', |
793 ], | 793 ], |
794 }, | 794 }, |
795 ] | 795 ] |
OLD | NEW |