Chromium Code Reviews| Index: chrome/browser/component/navigation_interception/DEPS |
| diff --git a/chrome/browser/component/navigation_interception/DEPS b/chrome/browser/component/navigation_interception/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4d851675c6a368aafe16fbc6d838b33cff12af37 |
| --- /dev/null |
| +++ b/chrome/browser/component/navigation_interception/DEPS |
| @@ -0,0 +1,12 @@ |
| +include_rules = [ |
| + "+content/public", |
| + "+net/url_request", |
| +] |
| + |
| +specific_include_rules = { |
| + '.*_(a-z)+test\.cc': [ |
|
joth
2012/10/03 22:01:32
wow, not seen this before! we could go mad with th
mkosiba (inactive)
2012/10/08 15:09:12
yes! Joi was kind enough to point this out :)
|
| + # Temporary until test case moves into a separate test runner. |
| + "!chrome/test/base", |
| + "+testing", |
| + ], |
| +} |