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