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

Unified Diff: athena/content/DEPS

Issue 543263002: Move ContentAppModelBuilder to athena/extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DEPS fix Created 6 years, 3 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 | « athena/athena.gyp ('k') | athena/content/chrome/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/content/DEPS
diff --git a/athena/content/DEPS b/athena/content/DEPS
index 9384749a7a250a62b41dd075f379bef20554a81b..6bda5edfd1bc8a4967d21eb021e1301a6309082c 100644
--- a/athena/content/DEPS
+++ b/athena/content/DEPS
@@ -7,12 +7,7 @@ include_rules = [
"+components/renderer_context_menu",
"+components/web_modal",
"+content/public",
- "+extensions/browser",
- "+extensions/common",
- "+extensions/grit",
- "+ui/app_list",
"+ui/aura",
- "+ui/base/resource",
"+ui/compositor",
"+ui/gfx",
"+ui/views",
@@ -21,3 +16,9 @@ include_rules = [
# strictly enum/POD, header-only types, and some selected common code.
"+third_party/WebKit/public/web/WebContextMenuData.h",
]
+
+specific_include_rules = {
+ "app_activity_unittest.cc": [
+ "+extensions/common",
+ ],
+}
« no previous file with comments | « athena/athena.gyp ('k') | athena/content/chrome/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698