summaryrefslogtreecommitdiffstats
path: root/android_webview/browser/DEPS
blob: 2892748fb5be86ad1fd474537026f0aa9f9d02a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include_rules = [
  "-android_webview",
  "+android_webview/browser",
  "+android_webview/common",

  "+content/public/browser",

  # 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",
]