summaryrefslogtreecommitdiffstats
path: root/android_webview/browser/DEPS
blob: cb5b56112623fa1b66a4c42fbc8ae96cc195d0a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
include_rules = [
  "-android_webview",
  "+android_webview/browser",
  "+android_webview/common",
  "+android_webview/public/browser",

  "+cc",

  "+components/auto_login_parser",
  "+components/navigation_interception",
  "+components/visitedlink/browser",

  "+content/public/browser",

  "+gpu/command_buffer/client",

  "+ui/gfx",
  "+ui/gl",

  # Temporary until we bundle our own favicon. See
  # AwContentBrowserClient::GetDefaultFavicon
  "!grit/ui_resources.h",

  # POD structure required by the find-in-page IPC messages.
  "+third_party/WebKit/Source/WebKit/chromium/public/WebFindOptions.h",
  # Interface required for in-process input event handling.
  "+third_party/WebKit/Source/WebKit/chromium/public/WebCompositorInputHandler.h"
]