1 include_rules = [ 2 "-android_webview", 3 "+android_webview/browser", 4 "+android_webview/common", 5 "+android_webview/public/browser", 6 7 "+cc", 8 9 "+components/auto_login_parser", 10 "+components/autofill/content/browser", 11 "+components/autofill/core/browser", 12 "+components/autofill/core/common", 13 "+components/navigation_interception", 14 "+components/user_prefs", 15 "+components/visitedlink/browser", 16 "+components/webdata/common", 17 18 "+content/public/browser", 19 "+content/public/test", 20 21 # START: Printing fork b/10190508 22 "+printing", 23 # END: Printing fork b/10190508 24 25 "+ui/gfx", 26 "+ui/gl", 27 28 "+webkit/gpu", 29 30 # Temporary until we bundle our own favicon. See 31 # AwContentBrowserClient::GetDefaultFavicon 32 "!grit/ui_resources.h", 33 34 # POD structure required by the find-in-page IPC messages. 35 "+third_party/WebKit/public/web/WebFindOptions.h", 36 # Interface required for in-process input event handling. 37 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" 38 ] 39