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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 # Make sure you update the two functional.DEPS and webdriver.DEPS too. | 201 # Make sure you update the two functional.DEPS and webdriver.DEPS too. |
202 "src/third_party/webdriver/pylib": | 202 "src/third_party/webdriver/pylib": |
203 (Var("googlecode_url") % "selenium") + "/trunk/py@18337", | 203 (Var("googlecode_url") % "selenium") + "/trunk/py@18337", |
204 | 204 |
205 "src/third_party/libvpx": | 205 "src/third_party/libvpx": |
206 "/trunk/deps/third_party/libvpx@" + | 206 "/trunk/deps/third_party/libvpx@" + |
207 Var("libvpx_revision"), | 207 Var("libvpx_revision"), |
208 | 208 |
209 "src/third_party/ffmpeg": | 209 "src/third_party/ffmpeg": |
210 Var("chromium_git") + | 210 Var("chromium_git") + |
211 "/chromium/third_party/ffmpeg.git@96481cb9163681998d1407b0c951a4c951be1b04", | 211 "/chromium/third_party/ffmpeg.git@9caa384561d53a85b4d86bf6ab7426c1362914cf", |
212 | 212 |
213 "src/third_party/libjingle/source/talk": | 213 "src/third_party/libjingle/source/talk": |
214 (Var("googlecode_url") % "webrtc") + "/trunk/talk@" + | 214 (Var("googlecode_url") % "webrtc") + "/trunk/talk@" + |
215 Var("webrtc_revision"), | 215 Var("webrtc_revision"), |
216 | 216 |
217 "src/third_party/usrsctp/usrsctplib": | 217 "src/third_party/usrsctp/usrsctplib": |
218 (Var("googlecode_url") % "sctp-refimpl") + | 218 (Var("googlecode_url") % "sctp-refimpl") + |
219 "/trunk/KERN/usrsctp/usrsctplib@8875", | 219 "/trunk/KERN/usrsctp/usrsctplib@8875", |
220 | 220 |
221 "src/third_party/libsrtp": | 221 "src/third_party/libsrtp": |
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
774 "-s", "src/third_party/drmemory/drmemory-windows-sfx.exe.sha1", | 774 "-s", "src/third_party/drmemory/drmemory-windows-sfx.exe.sha1", |
775 ], | 775 ], |
776 }, | 776 }, |
777 { | 777 { |
778 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 778 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
779 "name": "gyp", | 779 "name": "gyp", |
780 "pattern": ".", | 780 "pattern": ".", |
781 "action": ["python", "src/build/gyp_chromium"], | 781 "action": ["python", "src/build/gyp_chromium"], |
782 }, | 782 }, |
783 ] | 783 ] |
OLD | NEW |