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

Side by Side Diff: athena/content/DEPS

Issue 550643002: [Athena] Hack to display favicons for web activities in overview mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/activity/public/activity_view_model.h ('k') | athena/content/app_activity.h » ('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 "+athena/wm/public", 7 "+athena/wm/public",
8 "+components/favicon_base",
8 "+components/renderer_context_menu", 9 "+components/renderer_context_menu",
9 "+components/web_modal", 10 "+components/web_modal",
10 "+content/public", 11 "+content/public",
11 "+ui/aura", 12 "+ui/aura",
12 "+ui/compositor", 13 "+ui/compositor",
13 "+ui/gfx", 14 "+ui/gfx",
14 "+ui/views", 15 "+ui/views",
15 16
16 # No inclusion of WebKit from the athena main process, other than 17 # No inclusion of WebKit from the athena main process, other than
17 # strictly enum/POD, header-only types, and some selected common code. 18 # strictly enum/POD, header-only types, and some selected common code.
18 "+third_party/WebKit/public/web/WebContextMenuData.h", 19 "+third_party/WebKit/public/web/WebContextMenuData.h",
19 ] 20 ]
20 21
21 specific_include_rules = { 22 specific_include_rules = {
22 "app_activity_unittest.cc": [ 23 "app_activity_unittest.cc": [
23 "+extensions/common", 24 "+extensions/common",
24 ], 25 ],
25 } 26 }
OLDNEW
« no previous file with comments | « athena/activity/public/activity_view_model.h ('k') | athena/content/app_activity.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698