| 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 (Var("googlecode_url") % "pyftpdlib") + "/trunk@977", | 233 (Var("googlecode_url") % "pyftpdlib") + "/trunk@977", |
| 234 | 234 |
| 235 "src/third_party/scons-2.0.1": | 235 "src/third_party/scons-2.0.1": |
| 236 Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" + | 236 Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" + |
| 237 Var("nacl_tools_revision"), | 237 Var("nacl_tools_revision"), |
| 238 | 238 |
| 239 "src/third_party/webrtc": | 239 "src/third_party/webrtc": |
| 240 (Var("googlecode_url") % "webrtc") + "/trunk/webrtc@" + Var("webrtc_revision
"), | 240 (Var("googlecode_url") % "webrtc") + "/trunk/webrtc@" + Var("webrtc_revision
"), |
| 241 | 241 |
| 242 "src/third_party/openmax_dl": | 242 "src/third_party/openmax_dl": |
| 243 (Var("googlecode_url") % "webrtc") + "/deps/third_party/openmax@5205", | 243 (Var("googlecode_url") % "webrtc") + "/deps/third_party/openmax@5569", |
| 244 | 244 |
| 245 "src/third_party/jsoncpp/source/include": | 245 "src/third_party/jsoncpp/source/include": |
| 246 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + | 246 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + |
| 247 "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"), | 247 "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"), |
| 248 | 248 |
| 249 "src/third_party/jsoncpp/source/src/lib_json": | 249 "src/third_party/jsoncpp/source/src/lib_json": |
| 250 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + | 250 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + |
| 251 "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"), | 251 "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"), |
| 252 | 252 |
| 253 "src/third_party/libyuv": | 253 "src/third_party/libyuv": |
| (...skipping 500 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 |