summaryrefslogtreecommitdiffstats
path: root/extensions/common/DEPS
diff options
context:
space:
mode:
authorbenwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-01 13:07:38 +0000
committerbenwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-01 13:07:38 +0000
commitd6ec84afaa637fb057ad1cbf5a7c03b02b6a456c (patch)
tree8b0e7c2d2a8ace6fa88a2eca6901564156cea539 /extensions/common/DEPS
parent62f9063b7cb9bc8cc3bc1aa5ebe19a5d216a54cf (diff)
downloadchromium_src-d6ec84afaa637fb057ad1cbf5a7c03b02b6a456c.zip
chromium_src-d6ec84afaa637fb057ad1cbf5a7c03b02b6a456c.tar.gz
chromium_src-d6ec84afaa637fb057ad1cbf5a7c03b02b6a456c.tar.bz2
Moved extension_api to src/extensions/common
This is part of the move of extensions code into the extensions component. This change does not move the generated API data and API resources. TBR=darin@chromium.org BUG=162530 Review URL: https://codereview.chromium.org/50743005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232345 0039d316-1c4b-4281-b951-d872f2087c98
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"
]