Home | History | Annotate | Download | only in content
      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/favicon_base",
     10   "+components/metrics/proto",
     11   "+components/omnibox",
     12   "+components/renderer_context_menu",
     13   "+components/web_modal",
     14   "+content/public",
     15   "+extensions/browser/app_window/app_window.h",
     16   "+net/url_request",
     17   "+ui/aura",
     18   "+ui/base",
     19   "+ui/compositor",
     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/common",
     32   ],
     33 }
     34