| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 1228ac5bdb419de005b02569d310f368152296bb..67d1c88202744aa08c69c535c2bca1ca8f105e1f 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -88,6 +88,10 @@ vars = {
|
| "boringssl_revision": "de620d9c87293fd0ed3b0a348550833565a0b61a",
|
| }
|
|
|
| +# recursedeps controls which sub-repos are also searched for DEPS files
|
| +# that we should also import repos from.
|
| +recursedeps = [ 'src/third_party/WebKit' ]
|
| +
|
| deps = {
|
| "src/breakpad/src":
|
| (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1356",
|
|
|