| 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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@198168", |
| 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@263594", | 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 |
| 239 "src/third_party/pyftpdlib/src": | 239 "src/third_party/pyftpdlib/src": |
| 240 (Var("googlecode_url") % "pyftpdlib") + "/trunk@977", | 240 (Var("googlecode_url") % "pyftpdlib") + "/trunk@977", |
| 241 | 241 |
| 242 "src/third_party/scons-2.0.1": | 242 "src/third_party/scons-2.0.1": |
| 243 Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" + | 243 Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" + |
| 244 Var("nacl_tools_revision"), | 244 Var("nacl_tools_revision"), |
| (...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 768 "-s", "src/build/linux/bin/eu-strip.sha1", | 768 "-s", "src/build/linux/bin/eu-strip.sha1", |
| 769 ], | 769 ], |
| 770 }, | 770 }, |
| 771 { | 771 { |
| 772 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 772 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 773 "name": "gyp", | 773 "name": "gyp", |
| 774 "pattern": ".", | 774 "pattern": ".", |
| 775 "action": ["python", "src/build/gyp_chromium"], | 775 "action": ["python", "src/build/gyp_chromium"], |
| 776 }, | 776 }, |
| 777 ] | 777 ] |
| OLD | NEW |