| 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 "src/third_party/libsrtp": | 195 "src/third_party/libsrtp": |
| 196 "/trunk/deps/third_party/libsrtp@214783", | 196 "/trunk/deps/third_party/libsrtp@214783", |
| 197 | 197 |
| 198 "src/third_party/speex": | 198 "src/third_party/speex": |
| 199 "/trunk/deps/third_party/speex@198168", | 199 "/trunk/deps/third_party/speex@198168", |
| 200 | 200 |
| 201 "src/third_party/yasm/source/patched-yasm": | 201 "src/third_party/yasm/source/patched-yasm": |
| 202 "/trunk/deps/third_party/yasm/patched-yasm@167605", | 202 "/trunk/deps/third_party/yasm/patched-yasm@167605", |
| 203 | 203 |
| 204 "src/third_party/libjpeg_turbo": | 204 "src/third_party/libjpeg_turbo": |
| 205 "/trunk/deps/third_party/libjpeg_turbo@238232", | 205 "/trunk/deps/third_party/libjpeg_turbo@238478", |
| 206 | 206 |
| 207 "src/third_party/flac": | 207 "src/third_party/flac": |
| 208 "/trunk/deps/third_party/flac@222897", | 208 "/trunk/deps/third_party/flac@222897", |
| 209 | 209 |
| 210 "src/third_party/pyftpdlib/src": | 210 "src/third_party/pyftpdlib/src": |
| 211 (Var("googlecode_url") % "pyftpdlib") + "/trunk@977", | 211 (Var("googlecode_url") % "pyftpdlib") + "/trunk@977", |
| 212 | 212 |
| 213 "src/third_party/scons-2.0.1": | 213 "src/third_party/scons-2.0.1": |
| 214 Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" + | 214 Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" + |
| 215 Var("nacl_tools_revision"), | 215 Var("nacl_tools_revision"), |
| (...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 "pattern": ".", | 692 "pattern": ".", |
| 693 "action": ["python", "src/build/gyp_chromium"], | 693 "action": ["python", "src/build/gyp_chromium"], |
| 694 }, | 694 }, |
| 695 { | 695 { |
| 696 # Check for landmines (reasons to clobber the build). | 696 # Check for landmines (reasons to clobber the build). |
| 697 "name": "landmines", | 697 "name": "landmines", |
| 698 "pattern": ".", | 698 "pattern": ".", |
| 699 "action": ["python", "src/build/landmines.py"], | 699 "action": ["python", "src/build/landmines.py"], |
| 700 }, | 700 }, |
| 701 ] | 701 ] |
| OLD | NEW |