| 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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 'src/third_party/pywebsocket/src': | 277 'src/third_party/pywebsocket/src': |
| 278 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30
ff8d1fa1a89be39cec901f4a29c', | 278 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30
ff8d1fa1a89be39cec901f4a29c', |
| 279 | 279 |
| 280 'src/third_party/opus/src': | 280 'src/third_party/opus/src': |
| 281 Var('chromium_git') + '/chromium/deps/opus.git' + '@' + 'cae696156f1e60006e39
821e79a1811ae1933c69', | 281 Var('chromium_git') + '/chromium/deps/opus.git' + '@' + 'cae696156f1e60006e39
821e79a1811ae1933c69', |
| 282 | 282 |
| 283 'src/media/cdm/ppapi/api': | 283 'src/media/cdm/ppapi/api': |
| 284 Var('chromium_git') + '/chromium/cdm.git' + '@' + '41c8183a3966a17b440dbe606c
b2840e1b7ce884', | 284 Var('chromium_git') + '/chromium/cdm.git' + '@' + '41c8183a3966a17b440dbe606c
b2840e1b7ce884', |
| 285 | 285 |
| 286 'src/third_party/mesa/src': | 286 'src/third_party/mesa/src': |
| 287 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '457812d99a213dedf1c4
cd38018ff48118d0c44f', | 287 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '9731cb962963bca8a05f
3d0f6ea40c3a781f0537', |
| 288 | 288 |
| 289 'src/third_party/cld_2/src': | 289 'src/third_party/cld_2/src': |
| 290 Var('chromium_git') + '/external/cld2.git' + '@' + 'bb5c092e8c02dcc2319c5056
aff2182199d51c2f', | 290 Var('chromium_git') + '/external/cld2.git' + '@' + 'bb5c092e8c02dcc2319c5056
aff2182199d51c2f', |
| 291 | 291 |
| 292 'src/chrome/browser/resources/pdf/html_office': | 292 'src/chrome/browser/resources/pdf/html_office': |
| 293 Var('chromium_git') + '/chromium/html-office-public.git' + '@' + 'eeff97614f
65e0578529490d44d412032c3d7359', | 293 Var('chromium_git') + '/chromium/html-office-public.git' + '@' + 'eeff97614f
65e0578529490d44d412032c3d7359', |
| 294 | 294 |
| 295 'src/third_party/libwebm/source': | 295 'src/third_party/libwebm/source': |
| 296 Var('chromium_git') + '/webm/libwebm.git' + '@' + '0d4cb404ea4195e5e21d04db2c
955615535ce62e', | 296 Var('chromium_git') + '/webm/libwebm.git' + '@' + '0d4cb404ea4195e5e21d04db2c
955615535ce62e', |
| 297 | 297 |
| (...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 791 # corresponding .py files have already been deleted. | 791 # corresponding .py files have already been deleted. |
| 792 'name': 'remove_stale_pyc_files', | 792 'name': 'remove_stale_pyc_files', |
| 793 'pattern': 'src/tools/.*\\.py', | 793 'pattern': 'src/tools/.*\\.py', |
| 794 'action': [ | 794 'action': [ |
| 795 'python', | 795 'python', |
| 796 'src/tools/remove_stale_pyc_files.py', | 796 'src/tools/remove_stale_pyc_files.py', |
| 797 'src/tools', | 797 'src/tools', |
| 798 ], | 798 ], |
| 799 }, | 799 }, |
| 800 ] | 800 ] |
| OLD | NEW |