| 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 | 7 # python tools/deps2git/deps2git.py -o .DEPS.git |
| 8 # gclient runhooks | 8 # gclient runhooks |
| 9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by | 9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by |
| 10 # a bot when you modify this one. | 10 # a bot when you modify this one. |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 | 208 |
| 209 "src/third_party/libjingle/source/talk": | 209 "src/third_party/libjingle/source/talk": |
| 210 (Var("googlecode_url") % "webrtc") + "/trunk/talk@" + | 210 (Var("googlecode_url") % "webrtc") + "/trunk/talk@" + |
| 211 Var("webrtc_revision"), | 211 Var("webrtc_revision"), |
| 212 | 212 |
| 213 "src/third_party/usrsctp/usrsctplib": | 213 "src/third_party/usrsctp/usrsctplib": |
| 214 (Var("googlecode_url") % "sctp-refimpl") + | 214 (Var("googlecode_url") % "sctp-refimpl") + |
| 215 "/trunk/KERN/usrsctp/usrsctplib@8723", | 215 "/trunk/KERN/usrsctp/usrsctplib@8723", |
| 216 | 216 |
| 217 "src/third_party/libsrtp": | 217 "src/third_party/libsrtp": |
| 218 "/trunk/deps/third_party/libsrtp@214783", | 218 "/trunk/deps/third_party/libsrtp@250757", |
| 219 | 219 |
| 220 "src/third_party/speex": | 220 "src/third_party/speex": |
| 221 "/trunk/deps/third_party/speex@198168", | 221 "/trunk/deps/third_party/speex@198168", |
| 222 | 222 |
| 223 "src/third_party/yasm/source/patched-yasm": | 223 "src/third_party/yasm/source/patched-yasm": |
| 224 "/trunk/deps/third_party/yasm/patched-yasm@167605", | 224 "/trunk/deps/third_party/yasm/patched-yasm@167605", |
| 225 | 225 |
| 226 "src/third_party/libjpeg_turbo": | 226 "src/third_party/libjpeg_turbo": |
| 227 "/trunk/deps/third_party/libjpeg_turbo@239595", | 227 "/trunk/deps/third_party/libjpeg_turbo@239595", |
| 228 | 228 |
| (...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 754 "-s", "src/build/linux/bin/eu-strip.sha1", | 754 "-s", "src/build/linux/bin/eu-strip.sha1", |
| 755 ], | 755 ], |
| 756 }, | 756 }, |
| 757 { | 757 { |
| 758 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 758 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 759 "name": "gyp", | 759 "name": "gyp", |
| 760 "pattern": ".", | 760 "pattern": ".", |
| 761 "action": ["python", "src/build/gyp_chromium"], | 761 "action": ["python", "src/build/gyp_chromium"], |
| 762 }, | 762 }, |
| 763 ] | 763 ] |
| OLD | NEW |