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

Side by Side Diff: athena/content/DEPS

Issue 863033002: Delete athena/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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_export.h ('k') | athena/content/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 include_rules = [
2 "+athena/activity/public",
3 "+athena/extensions/public",
4 "+athena/home/public",
5 "+athena/input/public",
6 "+athena/resource_manager/public",
7 "+athena/strings/grit/athena_strings.h",
8 "+athena/wm/public",
9 "+components/app_modal",
10 "+components/favicon_base",
11 "+components/metrics/proto",
12 "+components/omnibox",
13 "+components/renderer_context_menu",
14 "+components/web_modal",
15 "+content/public",
16 "+ui/aura",
17 "+ui/base",
18 "+ui/compositor",
19 "+ui/content_accelerators",
20 "+ui/gfx",
21 "+ui/views",
22 "+ui/wm/core",
23
24 # No inclusion of WebKit from the athena main process, other than
25 # strictly enum/POD, header-only types, and some selected common code.
26 "+third_party/WebKit/public/web/WebContextMenuData.h",
27 ]
28
29 specific_include_rules = {
30 "app_activity_unittest.cc": [
31 "+extensions",
32 ],
33 "content_proxy_browsertest.cc": [
34 "+athena/test",
35 ],
36 "app_activity_browsertest.cc": [
37 "+athena/test",
38 ],
39 }
OLDNEW
« no previous file with comments | « athena/athena_export.h ('k') | athena/content/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698