Chromium Code Reviews| Index: components/keyed_service/core/DEPS |
| diff --git a/components/keyed_service/core/DEPS b/components/keyed_service/core/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a5cea0532f7e776438ecd0840253919177802872 |
| --- /dev/null |
| +++ b/components/keyed_service/core/DEPS |
| @@ -0,0 +1,4 @@ |
| +include_rules = [ |
| + # Only for tests. |
| + "+third_party/re2", |
|
tfarina
2015/10/26 21:44:58
OK. LGTM
|
| +] |