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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « athena/athena.gyp ('k') | athena/content/chrome/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+athena/activity/public", 2 "+athena/activity/public",
3 "+athena/extensions/public", 3 "+athena/extensions/public",
4 "+athena/home/public", 4 "+athena/home/public",
5 "+athena/input/public", 5 "+athena/input/public",
6 "+athena/resource_manager/public", 6 "+athena/resource_manager/public",
7 "+components/renderer_context_menu", 7 "+components/renderer_context_menu",
8 "+components/web_modal", 8 "+components/web_modal",
9 "+content/public", 9 "+content/public",
10 "+extensions/browser",
11 "+extensions/common",
12 "+extensions/grit",
13 "+ui/app_list",
14 "+ui/aura", 10 "+ui/aura",
15 "+ui/base/resource",
16 "+ui/compositor", 11 "+ui/compositor",
17 "+ui/gfx", 12 "+ui/gfx",
18 "+ui/views", 13 "+ui/views",
19 14
20 # No inclusion of WebKit from the athena main process, other than 15 # No inclusion of WebKit from the athena main process, other than
21 # strictly enum/POD, header-only types, and some selected common code. 16 # strictly enum/POD, header-only types, and some selected common code.
22 "+third_party/WebKit/public/web/WebContextMenuData.h", 17 "+third_party/WebKit/public/web/WebContextMenuData.h",
23 ] 18 ]
19
20 specific_include_rules = {
21 "app_activity_unittest.cc": [
22 "+extensions/common",
23 ],
24 }
OLDNEW
« 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