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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 'src/third_party/libvpx': | 208 'src/third_party/libvpx': |
209 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi
on'), | 209 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi
on'), |
210 | 210 |
211 'src/third_party/ffmpeg': | 211 'src/third_party/ffmpeg': |
212 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '98ca32e50f6
e38447bc81705d0689ebceb6ac649', | 212 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '98ca32e50f6
e38447bc81705d0689ebceb6ac649', |
213 | 213 |
214 'src/third_party/libjingle/source/talk': | 214 'src/third_party/libjingle/source/talk': |
215 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + '9426b888d5e
248adb87c2c2dcb4d4b95e14d1226', | 215 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + '9426b888d5e
248adb87c2c2dcb4d4b95e14d1226', |
216 | 216 |
217 'src/third_party/usrsctp/usrsctplib': | 217 'src/third_party/usrsctp/usrsctplib': |
218 Var('chromium_git') + '/external/usrsctplib.git' + '@' + 'e6e18333da18c5bb7d
e7e9189e53403e2ffa7023', | 218 Var('chromium_git') + '/external/usrsctplib.git' + '@' + '8975bd5397c2ec97f5
0e0b87b544054e0536bfe1', |
219 | 219 |
220 'src/third_party/libsrtp': | 220 'src/third_party/libsrtp': |
221 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + 'dcc1fc62771b4f25f
a5f91cddec8e9a491d0ee6d', | 221 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + 'dcc1fc62771b4f25f
a5f91cddec8e9a491d0ee6d', |
222 | 222 |
223 'src/third_party/speex': | 223 'src/third_party/speex': |
224 Var('chromium_git') + '/chromium/deps/speex.git' + '@' + '5260621c36c227209c7
ba64ea71ca3418cf9e2b4', | 224 Var('chromium_git') + '/chromium/deps/speex.git' + '@' + '5260621c36c227209c7
ba64ea71ca3418cf9e2b4', |
225 | 225 |
226 'src/third_party/yasm/source/patched-yasm': | 226 'src/third_party/yasm/source/patched-yasm': |
227 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'c960eb1
1ccda80b10ed50be39df4f0663b371d1d', | 227 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'c960eb1
1ccda80b10ed50be39df4f0663b371d1d', |
228 | 228 |
(...skipping 566 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 |