include_rules = [ "+chrome/app", # The plugins use the theme library to get the sad plugin bitmap. "+components/autofill/common", "+components/autofill/renderer", "+components/visitedlink/renderer", "+content/public/renderer", "+extensions/common", "+grit", # For generated headers "+media/base", # For initializing media library and media switches. "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl registration. "+ppapi/c", "+ppapi/proxy", "+ppapi/shared_impl", "+sandbox/win/src", "+skia", "+webkit/extensions", "+webkit/fileapi", "+webkit/glue", "+webkit/glue/plugins", "+webkit/gpu", "+webkit/media", "+webkit/plugins", "+third_party/cld/encodings/compact_lang_det/win", "+third_party/npapi/bindings", "+third_party/re2", "+third_party/smhasher", "+third_party/sqlite", ] # TODO(joi): Remove these once Autofill code moves to //components/autofill. specific_include_rules = { 'page_click_listener\.h': [ "-chrome/renderer", ], 'page_click_tracker\.(h|cc)': [ "-chrome/common", "-chrome/renderer", "+chrome/renderer/autofill", "+chrome/renderer/page_click_listener.h", "+chrome/renderer/page_click_tracker.h", ], }