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@9caa384561d53a85b4d86bf6ab7426c1362914cf", | 211 "/chromium/third_party/ffmpeg.git@1e661a63bbd0b686d33ba7c875185a044a7be9ce", |
wolenetz
2014/06/16 23:36:08
DEPS roll that was (temporarily) landed in https:/
DaleCurtis
2014/06/19 01:05:51
Still planning on landing this within the other pa
| |
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 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
777 "-s", "src/third_party/drmemory/drmemory-windows-sfx.exe.sha1", | 777 "-s", "src/third_party/drmemory/drmemory-windows-sfx.exe.sha1", |
778 ], | 778 ], |
779 }, | 779 }, |
780 { | 780 { |
781 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 781 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
782 "name": "gyp", | 782 "name": "gyp", |
783 "pattern": ".", | 783 "pattern": ".", |
784 "action": ["python", "src/build/gyp_chromium"], | 784 "action": ["python", "src/build/gyp_chromium"], |
785 }, | 785 }, |
786 ] | 786 ] |
OLD | NEW |