OLD | NEW |
1 # This file is automatically processed to create .DEPS.git which is the file | 1 # This file is automatically processed to create .DEPS.git which is the file |
2 # that gclient uses under git. | 2 # that gclient uses under git. |
3 # | 3 # |
4 # See http://code.google.com/p/chromium/wiki/UsingGit | 4 # See http://code.google.com/p/chromium/wiki/UsingGit |
5 # | 5 # |
6 # To test manually, run: | 6 # To test manually, run: |
7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> | 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> |
8 # where <gcliendir> is the absolute path to the directory containing the | 8 # where <gcliendir> is the absolute path to the directory containing the |
9 # .gclient file (the parent of 'src'). | 9 # .gclient file (the parent of 'src'). |
10 # | 10 # |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 Var('chromium_git') + '/external/libphonenumber/cpp/src/phonenumbers.git' +
'@' + '8d8b5b3b2035197795d27573d4cf566b5d9ad689', | 263 Var('chromium_git') + '/external/libphonenumber/cpp/src/phonenumbers.git' +
'@' + '8d8b5b3b2035197795d27573d4cf566b5d9ad689', |
264 'src/third_party/libphonenumber/src/test': | 264 'src/third_party/libphonenumber/src/test': |
265 Var('chromium_git') + '/external/libphonenumber/cpp/test.git' + '@' + '883b7
b86541d64b2691f7c0e65facb0b08db73e8', | 265 Var('chromium_git') + '/external/libphonenumber/cpp/test.git' + '@' + '883b7
b86541d64b2691f7c0e65facb0b08db73e8', |
266 'src/third_party/libphonenumber/src/resources': | 266 'src/third_party/libphonenumber/src/resources': |
267 Var('chromium_git') + '/external/libphonenumber/resources.git' + '@' + 'de09
5548d2ae828a414e01f3951bfefba902b4e4', | 267 Var('chromium_git') + '/external/libphonenumber/resources.git' + '@' + 'de09
5548d2ae828a414e01f3951bfefba902b4e4', |
268 | 268 |
269 'src/tools/deps2git': | 269 'src/tools/deps2git': |
270 Var('chromium_git') + '/chromium/tools/deps2git.git' + '@' + 'f04828eb0b5acd3
e7ad983c024870f17f17b06d9', | 270 Var('chromium_git') + '/chromium/tools/deps2git.git' + '@' + 'f04828eb0b5acd3
e7ad983c024870f17f17b06d9', |
271 | 271 |
272 'src/third_party/webpagereplay': | 272 'src/third_party/webpagereplay': |
273 Var('chromium_git') + '/external/web-page-replay.git' + '@' + 'b62c02d3b64cf0
0a2f65a82cca0721aa42c3d6ad', | 273 Var('chromium_git') + '/external/web-page-replay.git' + '@' + 'c06b45aa68a75b
4207ea73be42d5d532bc03a1db', |
274 | 274 |
275 'src/third_party/pywebsocket/src': | 275 'src/third_party/pywebsocket/src': |
276 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30
ff8d1fa1a89be39cec901f4a29c', | 276 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30
ff8d1fa1a89be39cec901f4a29c', |
277 | 277 |
278 'src/third_party/opus/src': | 278 'src/third_party/opus/src': |
279 Var('chromium_git') + '/chromium/deps/opus.git' + '@' + 'cae696156f1e60006e39
821e79a1811ae1933c69', | 279 Var('chromium_git') + '/chromium/deps/opus.git' + '@' + 'cae696156f1e60006e39
821e79a1811ae1933c69', |
280 | 280 |
281 'src/media/cdm/ppapi/api': | 281 'src/media/cdm/ppapi/api': |
282 Var('chromium_git') + '/chromium/cdm.git' + '@' + '41c8183a3966a17b440dbe606c
b2840e1b7ce884', | 282 Var('chromium_git') + '/chromium/cdm.git' + '@' + '41c8183a3966a17b440dbe606c
b2840e1b7ce884', |
283 | 283 |
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
800 # corresponding .py files have already been deleted. | 800 # corresponding .py files have already been deleted. |
801 'name': 'remove_stale_pyc_files', | 801 'name': 'remove_stale_pyc_files', |
802 'pattern': 'src/tools/.*\\.py', | 802 'pattern': 'src/tools/.*\\.py', |
803 'action': [ | 803 'action': [ |
804 'python', | 804 'python', |
805 'src/tools/remove_stale_pyc_files.py', | 805 'src/tools/remove_stale_pyc_files.py', |
806 'src/tools', | 806 'src/tools', |
807 ], | 807 ], |
808 }, | 808 }, |
809 ] | 809 ] |
OLD | NEW |