summaryrefslogtreecommitdiffstats
path: root/extensions/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/DEPS')
-rw-r--r--extensions/DEPS10
1 files changed, 7 insertions, 3 deletions
diff --git a/extensions/DEPS b/extensions/DEPS
index 14eae2f..29ebf1e 100644
--- a/extensions/DEPS
+++ b/extensions/DEPS
@@ -7,11 +7,15 @@ include_rules = [
# More specific rules for what we are allowed to include.
specific_include_rules = {
- ".*test\.cc": [
+ ".*test\.cc$": [
"+content/public/test",
],
- "api_permission_set_unittest\.cc": [
- # Temporary include for tests.
+ # Temporary includes for tests.
+ "^api_permission_set_unittest\.cc$": [
"+chrome/common/extensions/extension_messages.h",
],
+ "^manifest_handler_unittest\.cc$": [
+ "+chrome/common/extensions/extension_builder.h",
+ "+chrome/common/extensions/value_builder.h",
+ ],
}