| 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 'src/third_party/libsrtp': | 219 'src/third_party/libsrtp': |
| 220 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '662d81de5cbf3667f
1baaafe051b8b4ab0b12fe2', | 220 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '662d81de5cbf3667f
1baaafe051b8b4ab0b12fe2', |
| 221 | 221 |
| 222 'src/third_party/speex': | 222 'src/third_party/speex': |
| 223 Var('chromium_git') + '/chromium/deps/speex.git' + '@' + '5260621c36c227209c7
ba64ea71ca3418cf9e2b4', | 223 Var('chromium_git') + '/chromium/deps/speex.git' + '@' + '5260621c36c227209c7
ba64ea71ca3418cf9e2b4', |
| 224 | 224 |
| 225 'src/third_party/yasm/source/patched-yasm': | 225 'src/third_party/yasm/source/patched-yasm': |
| 226 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'c960eb1
1ccda80b10ed50be39df4f0663b371d1d', | 226 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'c960eb1
1ccda80b10ed50be39df4f0663b371d1d', |
| 227 | 227 |
| 228 'src/third_party/libjpeg_turbo': | 228 'src/third_party/libjpeg_turbo': |
| 229 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '2ed5319ce40
b0ba2cd9b962713ea0ef775781e69', | 229 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '3963fbcd6c1
6965948a9c081c6e9dce82a938dad', # from svn revision 291801 |
| 230 | 230 |
| 231 'src/third_party/flac': | 231 'src/third_party/flac': |
| 232 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '0635a091379d9677f1dd
de5f2eec85d0f096f219', | 232 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '0635a091379d9677f1dd
de5f2eec85d0f096f219', |
| 233 | 233 |
| 234 'src/third_party/pyftpdlib/src': | 234 'src/third_party/pyftpdlib/src': |
| 235 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d
059f581f05ae8d89d7e45', | 235 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d
059f581f05ae8d89d7e45', |
| 236 | 236 |
| 237 'src/third_party/scons-2.0.1': | 237 'src/third_party/scons-2.0.1': |
| 238 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@'
+ '1c1550e17fc26355d08627fbdec13d8291227067', | 238 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@'
+ '1c1550e17fc26355d08627fbdec13d8291227067', |
| 239 | 239 |
| (...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 795 # corresponding .py files have already been deleted. | 795 # corresponding .py files have already been deleted. |
| 796 'name': 'remove_stale_pyc_files', | 796 'name': 'remove_stale_pyc_files', |
| 797 'pattern': 'src/tools/.*\\.py', | 797 'pattern': 'src/tools/.*\\.py', |
| 798 'action': [ | 798 'action': [ |
| 799 'python', | 799 'python', |
| 800 'src/tools/remove_stale_pyc_files.py', | 800 'src/tools/remove_stale_pyc_files.py', |
| 801 'src/tools', | 801 'src/tools', |
| 802 ], | 802 ], |
| 803 }, | 803 }, |
| 804 ] | 804 ] |
| OLD | NEW |