Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index 7a887af522b26017d9df14fb143562398c6f2726..95ad10f523a48737c7f82480ea692042e13f85b9 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -334,6 +334,11 @@ deps = { |
| "src/tools/deps2git": |
| "/trunk/tools/deps2git@128331", |
| + |
| + "src/third_party/webpagereplay": |
| + (Var("googlecode_url") % "web-page-replay") + "/trunk@447", |
|
cmp
2012/04/19 00:28:43
hmm, are there other examples of a dep-within-a-de
cmp
2012/04/19 00:30:09
what i'm thinking about is that gclient sync has a
slamm_google
2012/04/19 17:51:51
I had not thought of that. There is one other case
|
| + "src/third_party/webpagereplay/third_party/ipaddr": |
| + (Var("googlecode_url") % "ipaddr") + "/trunk@244", |
| } |