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

Unified Diff: athena/content/DEPS

Issue 487843003: ExtensionDelegate to abstract extension implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed Created 6 years, 4 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
Index: athena/content/DEPS
diff --git a/athena/content/DEPS b/athena/content/DEPS
index 0d15742f86c2a0ba7fa53199e21f6fe3b9f198f3..4bb6f7dbaa5fa2e0463c48392e2b54f48f999e3c 100644
--- a/athena/content/DEPS
+++ b/athena/content/DEPS
@@ -1,5 +1,6 @@
include_rules = [
"+athena/activity/public",
+ "+athena/extensions/public",
"+athena/home/public",
"+athena/input/public",
"+components/renderer_context_menu",
@@ -7,7 +8,6 @@ include_rules = [
"+content/public",
"+extensions/browser",
"+extensions/common",
- "+extensions/shell/browser",
"+ui/app_list",
"+ui/aura",
"+ui/gfx",
@@ -17,3 +17,10 @@ include_rules = [
# strictly enum/POD, header-only types, and some selected common code.
"+third_party/WebKit/public/web/WebContextMenuData.h",
]
+
+specific_include_rules = {
+ # Remove this once app shell uses app_wnidow.h (crbug.com/403726)
Yoyo Zhou 2014/08/21 22:40:29 typo: window
oshima 2014/08/21 23:22:57 Done.
+ "app_activity\.cc": [
+ "+extensions/shell/browser/shell_app_window.h",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698