Index: extensions/DEPS |
diff --git a/extensions/DEPS b/extensions/DEPS |
index 3a88773365bb6bd7174066b1e922ee848f8ff66d..68da1614668bd9b270fb8fa45e825f3e21d3f06b 100644 |
--- a/extensions/DEPS |
+++ b/extensions/DEPS |
@@ -1,5 +1,17 @@ |
include_rules = [ |
"+base", |
+ "+content/public/common", |
+ "+crypto", |
"+googleurl", |
- "+testing" |
+ "+testing", |
+ "+ui" |
] |
+ |
+# More specific rules for what we are allowed to include. |
+specific_include_rules = { |
+ ".*test\.cc": [ |
+ # For chrome::TEST_DATA_DIR; test data should be migrated to src/extensions. |
+ "+chrome/common/chrome_paths.h", |
+ "+content/public/test", |
+ ] |
+} |