Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Unified Diff: extensions/common/DEPS

Issue 50743005: Moved extension_api to src/extensions/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Oops Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/extensions/v8_schema_registry.cc ('k') | extensions/common/extension_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/DEPS
diff --git a/extensions/common/DEPS b/extensions/common/DEPS
index 972b087be351fefc1455c5e79e8557a64cafffa9..37ad7de5982bb0f6863e4b2c489f815dcb8af359 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"
]
« no previous file with comments | « chrome/renderer/extensions/v8_schema_registry.cc ('k') | extensions/common/extension_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698