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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 'src/third_party/swig/Lib': | 196 'src/third_party/swig/Lib': |
197 Var('chromium_git') + '/chromium/deps/swig/Lib.git' + '@' + 'f2a695d52e61e6a8
d967731434f165ed400f0d69', | 197 Var('chromium_git') + '/chromium/deps/swig/Lib.git' + '@' + 'f2a695d52e61e6a8
d967731434f165ed400f0d69', |
198 | 198 |
199 'src/third_party/webdriver/pylib': | 199 'src/third_party/webdriver/pylib': |
200 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2
7ca4835fb6c5ce4b42275bd', | 200 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2
7ca4835fb6c5ce4b42275bd', |
201 | 201 |
202 'src/third_party/libvpx': | 202 'src/third_party/libvpx': |
203 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi
on'), | 203 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi
on'), |
204 | 204 |
205 'src/third_party/ffmpeg': | 205 'src/third_party/ffmpeg': |
206 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '62512b980ce
409fda75037e893a0fe0f5be30326', | 206 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'efa2e5d00c2
18551242fa50931cd81332359a509', |
207 | 207 |
208 'src/third_party/libjingle/source/talk': | 208 'src/third_party/libjingle/source/talk': |
209 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + 'b25f2cd3bd9
b8444d2a1d48ca26e2721b42c78e1', | 209 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + 'b25f2cd3bd9
b8444d2a1d48ca26e2721b42c78e1', |
210 | 210 |
211 'src/third_party/usrsctp/usrsctplib': | 211 'src/third_party/usrsctp/usrsctplib': |
212 Var('chromium_git') + '/external/usrsctplib.git' + '@' + '8975bd5397c2ec97f5
0e0b87b544054e0536bfe1', | 212 Var('chromium_git') + '/external/usrsctplib.git' + '@' + '8975bd5397c2ec97f5
0e0b87b544054e0536bfe1', |
213 | 213 |
214 'src/third_party/libsrtp': | 214 'src/third_party/libsrtp': |
215 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + 'dcc1fc62771b4f25f
a5f91cddec8e9a491d0ee6d', | 215 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + 'dcc1fc62771b4f25f
a5f91cddec8e9a491d0ee6d', |
216 | 216 |
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
792 # corresponding .py files have already been deleted. | 792 # corresponding .py files have already been deleted. |
793 'name': 'remove_stale_pyc_files', | 793 'name': 'remove_stale_pyc_files', |
794 'pattern': 'src/tools/.*\\.py', | 794 'pattern': 'src/tools/.*\\.py', |
795 'action': [ | 795 'action': [ |
796 'python', | 796 'python', |
797 'src/tools/remove_stale_pyc_files.py', | 797 'src/tools/remove_stale_pyc_files.py', |
798 'src/tools', | 798 'src/tools', |
799 ], | 799 ], |
800 }, | 800 }, |
801 ] | 801 ] |
OLD | NEW |