summaryrefslogtreecommitdiffstats
path: root/extensions/common/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/common/DEPS')
-rw-r--r--extensions/common/DEPS14
1 files changed, 13 insertions, 1 deletions
diff --git a/extensions/common/DEPS b/extensions/common/DEPS
index 972b087..37ad7de 100644
--- a/extensions/common/DEPS
+++ b/extensions/common/DEPS
@@ -1,3 +1,15 @@
include_rules = [
- "+third_party/re2"
+ "+third_party/re2",
+
+ # Temporarily allowed includes as part of the app shell/extensions refactor.
+ #
+ # NOTE: Please do not add includes without talking to the app shell team;
+ # see OWNERS for this directory.
+ #
+ # TODO(benwells): Remove these. http://crbug.com/162530
+ "+chrome/common/extensions/api/generated_schemas.h",
+ "+chrome/common/extensions/extension.h",
+ "+chrome/common/extensions/permissions/permissions_data.h",
+ "+grit/common_resources.h",
+ "+grit/extensions_api_resources.h"
]