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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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"), |
216 | 216 |
217 "src/third_party/webrtc": | 217 "src/third_party/webrtc": |
218 (Var("googlecode_url") % "webrtc") + "/stable/webrtc@" + Var("webrtc_revisio
n"), | 218 (Var("googlecode_url") % "webrtc") + "/stable/webrtc@" + Var("webrtc_revisio
n"), |
219 | 219 |
220 "src/third_party/openmax_dl": | 220 "src/third_party/openmax_dl": |
221 (Var("googlecode_url") % "webrtc") + "/deps/third_party/openmax@5124", | 221 (Var("googlecode_url") % "webrtc") + "/deps/third_party/openmax@5205", |
222 | 222 |
223 "src/third_party/jsoncpp/source/include": | 223 "src/third_party/jsoncpp/source/include": |
224 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + | 224 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + |
225 "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"), | 225 "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"), |
226 | 226 |
227 "src/third_party/jsoncpp/source/src/lib_json": | 227 "src/third_party/jsoncpp/source/src/lib_json": |
228 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + | 228 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + |
229 "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"), | 229 "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"), |
230 | 230 |
231 "src/third_party/libyuv": | 231 "src/third_party/libyuv": |
(...skipping 460 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 |