Put screenshot.py back to work
[chromium-blink-merge.git] / athena / content / DEPS
blob244ac1ae741e5bdd09f55d94fe50d0144f45c101
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",
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",
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   ],