| include_rules = [ |
| "+breakpad", |
| "+chrome/app", |
| "+chrome/installer", |
| "+chrome/tools/profiles", # For history unit tests. |
| "+chromeos", |
| "+content/public/browser", |
| "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
| "+google_apis", |
| "+google_update", |
| "+grit", # For generated headers |
| "+installer_util_strings", # For generated headers |
| "+media/base", # For media switches |
| "+policy", # For generated headers and source |
| "+ppapi/c", # For various types. |
| "+ppapi/host", |
| "+ppapi/proxy", |
| "+ppapi/shared_impl/api_id.h", |
| # Provide debug info for detecting inter-process pepper deadlocks. |
| # TODO(yzshen): Remove when enough information is collected and the hang rate |
| # of pepper/renderer processes is reduced. |
| "+ppapi/shared_impl/ppapi_message_tracker.h", |
| # Defines some types that are marshalled over IPC. |
| "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", |
| "+rlz", |
| "+sandbox/linux", |
| "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbox. |
| "+skia/ext", |
| "+skia/include", |
| "+sync/api", # Sync API files. |
| "+sync/notifier", # Sync invalidation API files. |
| "+sync/protocol", # Sync protobuf files. |
| "+third_party/cros_system_api", |
| "+xib_localizers", # For generated mac localization helpers |
| |
| # TODO(stuartmorgan): Remove these by refactoring necessary code out of |
| # webkit/. See crbug.com/146251 |
| # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
| "+webkit/appcache", |
| "+webkit/blob", |
| "+webkit/database", |
| "+webkit/dom_storage", |
| "+webkit/fileapi", |
| "+webkit/forms", # Defines some types that are marshalled over IPC. |
| "+webkit/plugins", # Defines some types that are marshalled over IPC. |
| "+webkit/quota", |
| "+webkit/user_agent", |
| # webkit/glue files are listed individually since they aren't conceptually |
| # grouped like the other webkit/ files, and can therefore be tackled one at |
| # a time. |
| "+webkit/glue/glue_serialize.h", |
| "+webkit/glue/image_decoder.h", |
| "+webkit/glue/image_resource_fetcher.h", |
| "+webkit/glue/resource_loader_bridge.h", |
| "+webkit/glue/resource_type.h", |
| "+webkit/glue/web_intent_data.h", |
| "+webkit/glue/web_intent_reply_data.h", |
| "+webkit/glue/web_intent_service_data.h", |
| "+webkit/glue/webcursor.h", |
| "+webkit/glue/webdropdata.h", |
| "+webkit/glue/webkit_glue.h", |
| "+webkit/glue/webmenuitem.h", |
| "+webkit/glue/webpreferences.h", |
| "+webkit/glue/window_open_disposition.h", |
| # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! |
| |
| # TODO(jam): Need to remove all these and use only content/public. BUG=98716 |
| # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
| "!content/browser/geolocation/wifi_data_provider_common.h", |
| # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! |
| |
| "-chrome/browser/ui/views", |
| # TODO(tfarina): Remove all these. crbug.com/125846. |
| # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
| "!chrome/browser/ui/views/extensions/extension_view_views.h", |
| "!chrome/browser/ui/views/frame/browser_view.h", |
| "!chrome/browser/ui/views/location_bar/location_bar_view.h", |
| "!chrome/browser/ui/views/location_bar/location_icon_view.h", |
| "!chrome/browser/ui/views/notifications/balloon_view.h", |
| "!chrome/browser/ui/views/notifications/balloon_view_host.h", |
| "!chrome/browser/ui/views/page_info_bubble_view.h", |
| "!chrome/browser/ui/views/reload_button.h", |
| "!chrome/browser/ui/views/select_file_dialog_extension.h", |
| "!chrome/browser/ui/views/unhandled_keyboard_event_handler.h", |
| # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! |
| |
| # Other libraries. |
| "+chrome/third_party/mozilla_security_manager", |
| "+libxml", # For search engine definition parsing. |
| "+third_party/apple_sample_code", # Apple code ImageAndTextCell. |
| "+third_party/cld", |
| "+third_party/expat", |
| "+third_party/iaccessible2", |
| "+third_party/icu", |
| "+third_party/isimpledom", |
| "+third_party/leveldatabase", |
| "+third_party/libevent", # For the remote V8 debugging server |
| "+third_party/libjingle", |
| "+third_party/protobuf/src/google/protobuf", |
| "+third_party/re2", |
| "+third_party/sqlite", |
| "+third_party/undoview", |
| |
| # FIXME: this is used by a browser_test. We need to find a better structure |
| # for this include. |
| "!chrome/renderer/visitedlink_slave.h", |
| ] |