Check if drivers support GL_OES_texture_float even with GLES3 context.
[chromium-blink-merge.git] / athena / content / DEPS
blob5fc372e507aafb428391ba2e66383f3f06c9de24
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_dialogs",
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/gfx",
20   "+ui/views",
21   "+ui/wm/core",
23   # No inclusion of WebKit from the athena main process, other than
24   # strictly enum/POD, header-only types, and some selected common code.
25   "+third_party/WebKit/public/web/WebContextMenuData.h",
28 specific_include_rules = {
29   "app_activity_unittest.cc": [
30     "+extensions",
31   ],
32   "content_proxy_browsertest.cc": [
33     "+athena/test",
34   ],
35   "app_activity_browsertest.cc": [
36     "+athena/test",
37   ],