Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index fb2c575aa1ff48b3a90dbac588ded232eaf238b6..1951837050c60c152d9bd047b4bf20d5e1d1db90 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -294,6 +294,9 @@ deps = { |
| Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" + |
| Var("nacl_tools_revision"), |
| + "src/third_party/qcms/src": |
| + "https://github.com/jrmuizel/qcms.git@7ee04f093a", |
|
Evan Stade
2012/04/03 19:19:36
since this is the first github repo in this file,
|
| + |
| "src/third_party/webrtc": |
| (Var("googlecode_url") % "webrtc") + "/stable/src@" + Var("webrtc_revision"), |