Index: extensions/common/DEPS |
diff --git a/extensions/common/DEPS b/extensions/common/DEPS |
index 6a9adcee6ae4819f6d2c4ac7e9d1a87d0326fc8f..01823a91f177e9cfb96be57903360b5039c686f0 100644 |
--- a/extensions/common/DEPS |
+++ b/extensions/common/DEPS |
@@ -16,3 +16,11 @@ include_rules = [ |
# TODO(jamescook): Extract extensions-related strings from this file. |
"+grit/generated_resources.h", |
] |
+ |
+specific_include_rules = { |
+ ".*test\.cc": [ |
+ # Temporarily allowed testing includes. See above. |
+ # TODO(benwells): Remove these. http://crbug.com/162530 |
+ "+chrome/common/extensions/manifest_tests/extension_manifest_test.h", |
+ ] |
+} |