| 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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 Var("webrtc_revision"), | 218 Var("webrtc_revision"), |
| 219 | 219 |
| 220 "src/third_party/usrsctp/usrsctplib": | 220 "src/third_party/usrsctp/usrsctplib": |
| 221 (Var("googlecode_url") % "sctp-refimpl") + | 221 (Var("googlecode_url") % "sctp-refimpl") + |
| 222 "/trunk/KERN/usrsctp/usrsctplib@8875", | 222 "/trunk/KERN/usrsctp/usrsctplib@8875", |
| 223 | 223 |
| 224 "src/third_party/libsrtp": | 224 "src/third_party/libsrtp": |
| 225 "/trunk/deps/third_party/libsrtp@261337", | 225 "/trunk/deps/third_party/libsrtp@261337", |
| 226 | 226 |
| 227 "src/third_party/speex": | 227 "src/third_party/speex": |
| 228 "/trunk/deps/third_party/speex@198168", | 228 "/trunk/deps/third_party/speex@272757", |
| 229 | 229 |
| 230 "src/third_party/yasm/source/patched-yasm": | 230 "src/third_party/yasm/source/patched-yasm": |
| 231 "/trunk/deps/third_party/yasm/patched-yasm@167605", | 231 "/trunk/deps/third_party/yasm/patched-yasm@167605", |
| 232 | 232 |
| 233 "src/third_party/libjpeg_turbo": | 233 "src/third_party/libjpeg_turbo": |
| 234 "/trunk/deps/third_party/libjpeg_turbo@272637", | 234 "/trunk/deps/third_party/libjpeg_turbo@272637", |
| 235 | 235 |
| 236 "src/third_party/flac": | 236 "src/third_party/flac": |
| 237 "/trunk/deps/third_party/flac@222897", | 237 "/trunk/deps/third_party/flac@222897", |
| 238 | 238 |
| (...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 791 "src/third_party/apache-win32", | 791 "src/third_party/apache-win32", |
| 792 ], | 792 ], |
| 793 }, | 793 }, |
| 794 { | 794 { |
| 795 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 795 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 796 "name": "gyp", | 796 "name": "gyp", |
| 797 "pattern": ".", | 797 "pattern": ".", |
| 798 "action": ["python", "src/build/gyp_chromium"], | 798 "action": ["python", "src/build/gyp_chromium"], |
| 799 }, | 799 }, |
| 800 ] | 800 ] |
| OLD | NEW |