blob: 10ea5e2d80d5691f8a6c30b3040f9f59785edc55 [file] [log] [blame]
[email protected]4ec7327e2008-08-18 23:59:511include_rules = [
[email protected]c2e2b6d2013-01-22 02:23:292 "+apps",
[email protected]f82ef062012-04-27 17:52:543 "+breakpad",
[email protected]a8cf61b2009-02-05 17:41:384 "+chrome/app",
[email protected]4ec7327e2008-08-18 23:59:515 "+chrome/installer",
[email protected]4ec7327e2008-08-18 23:59:516 "+chrome/tools/profiles", # For history unit tests.
[email protected]5cf19b92012-03-21 22:25:057 "+chromeos",
[email protected]e4b2fa32013-03-09 22:56:568 "+components/autofill/browser",
[email protected]edf48d42013-03-07 05:44:439 "+components/autofill/common",
[email protected]b88450e72013-01-18 21:52:3410 "+components/auto_login_parser",
[email protected]f08c3c22013-03-08 20:39:4411 "+components/autofill/common",
[email protected]da84fa42013-03-24 20:57:3612 "+components/webdata",
[email protected]62885ab2013-01-23 03:55:1613 "+components/navigation_interception",
[email protected]75fee372013-03-06 00:42:4414 "+components/user_prefs",
[email protected]1f371fa2013-01-23 00:35:1415 "+components/visitedlink/browser",
[email protected]434a1322013-01-12 23:04:3116 "+components/web_contents_delegate_android",
[email protected]fd31c2212011-10-17 19:43:4317 "+content/public/browser",
[email protected]06af6a42012-12-14 00:16:4018 "+device/bluetooth",
[email protected]4b6de892013-01-04 18:06:0619 "+device/media_transfer_protocol",
[email protected]993da5e2013-03-23 21:25:1620 "+extensions/browser",
[email protected]885c0e92012-11-13 20:27:4221 "+extensions/common",
[email protected]83c29502012-08-22 19:34:4822 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
[email protected]6386cf52012-09-07 04:26:3723 "+google_apis",
[email protected]cec99842012-02-10 03:24:2324 "+google_update",
[email protected]79a634352009-02-12 17:14:0725 "+grit", # For generated headers
[email protected]b4d08ea2012-05-24 19:26:5726 "+installer_util_strings", # For generated headers
[email protected]e2e8e322012-09-12 04:37:0227 "+media/base", # For media switches
[email protected]98818cdc2011-01-28 13:24:3228 "+policy", # For generated headers and source
[email protected]1b4209f2011-01-07 00:25:4029 "+ppapi/c", # For various types.
[email protected]b7631cc2012-09-15 05:08:3830 "+ppapi/host",
[email protected]709a847e2010-11-10 01:16:1131 "+ppapi/proxy",
[email protected]e0ada9c2012-03-20 03:54:4332 "+ppapi/shared_impl/api_id.h",
[email protected]ee4dd682012-06-12 15:49:3333 # Defines some types that are marshalled over IPC.
34 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
[email protected]5b7937e2010-11-04 23:37:1835 "+rlz",
36 "+sandbox/linux",
[email protected]181491782012-07-18 00:59:1537 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbox.
[email protected]5b7937e2010-11-04 23:37:1838 "+skia/ext",
[email protected]a8cf61b2009-02-05 17:41:3839 "+skia/include",
[email protected]895a1e52012-05-15 02:50:1240 "+sync/api", # Sync API files.
[email protected]83c29502012-08-22 19:34:4841 "+sync/notifier", # Sync invalidation API files.
[email protected]1bcf30e2012-03-10 01:06:4142 "+sync/protocol", # Sync protobuf files.
[email protected]4404e5b2011-08-16 19:08:4643 "+third_party/cros_system_api",
[email protected]bd04f2492012-12-06 00:40:3144 "+win8/util",
[email protected]895701a2012-09-13 10:07:3445 "+xib_localizers", # For generated mac localization helpers
46
47 # TODO(stuartmorgan): Remove these by refactoring necessary code out of
48 # webkit/. See crbug.com/146251
49 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
50 "+webkit/appcache",
[email protected]391550b2013-05-10 04:34:1251 "+webkit/base/origin_url_conversions.h",
[email protected]895701a2012-09-13 10:07:3452 "+webkit/blob",
[email protected]da34ae02009-09-22 20:41:2053 "+webkit/database",
[email protected]832c03ac2012-11-06 12:43:2454 "+webkit/dom_storage/dom_storage_types.h",
[email protected]895701a2012-09-13 10:07:3455 "+webkit/fileapi",
[email protected]0bd753682010-12-16 18:15:5256 "+webkit/plugins", # Defines some types that are marshalled over IPC.
[email protected]cca147172011-02-17 01:29:2957 "+webkit/quota",
[email protected]f87d7cb2012-09-10 10:01:0758 "+webkit/user_agent",
[email protected]895701a2012-09-13 10:07:3459 # webkit/glue files are listed individually since they aren't conceptually
60 # grouped like the other webkit/ files, and can therefore be tackled one at
61 # a time.
62 "+webkit/glue/glue_serialize.h",
63 "+webkit/glue/image_decoder.h",
64 "+webkit/glue/image_resource_fetcher.h",
65 "+webkit/glue/resource_loader_bridge.h",
66 "+webkit/glue/resource_type.h",
67 "+webkit/glue/web_intent_data.h",
68 "+webkit/glue/web_intent_reply_data.h",
69 "+webkit/glue/web_intent_service_data.h",
70 "+webkit/glue/webcursor.h",
71 "+webkit/glue/webdropdata.h",
72 "+webkit/glue/webkit_glue.h",
73 "+webkit/glue/webmenuitem.h",
74 "+webkit/glue/webpreferences.h",
[email protected]895701a2012-09-13 10:07:3475 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
[email protected]9bec2392011-11-29 17:03:3576
[email protected]81963ad2012-05-17 19:25:0377 "-chrome/browser/ui/views",
78 # TODO(tfarina): Remove all these. crbug.com/125846.
79 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
[email protected]8c2ff2f2012-09-11 01:11:0680 "!chrome/browser/ui/views/extensions/extension_view_views.h",
[email protected]0aa12e02012-07-31 10:40:0181 "!chrome/browser/ui/views/location_bar/location_bar_view.h",
82 "!chrome/browser/ui/views/location_bar/location_icon_view.h",
[email protected]0aa12e02012-07-31 10:40:0183 "!chrome/browser/ui/views/notifications/balloon_view_host.h",
[email protected]0aa12e02012-07-31 10:40:0184 "!chrome/browser/ui/views/reload_button.h",
85 "!chrome/browser/ui/views/select_file_dialog_extension.h",
[email protected]81963ad2012-05-17 19:25:0386 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
87
[email protected]4ec7327e2008-08-18 23:59:5188 # Other libraries.
[email protected]e505a9002010-02-26 22:38:2089 "+chrome/third_party/mozilla_security_manager",
[email protected]5b7937e2010-11-04 23:37:1890 "+libxml", # For search engine definition parsing.
[email protected]2eef3e02011-11-03 16:32:4791 "+third_party/apple_sample_code", # Apple code ImageAndTextCell.
[email protected]67e2d0f2013-03-19 22:36:4292 "+third_party/bzip2",
[email protected]3828d6f2011-02-24 18:32:2193 "+third_party/cld",
[email protected]ec64212b2010-03-18 01:02:4394 "+third_party/expat",
[email protected]2b733b32011-09-22 06:18:2495 "+third_party/iaccessible2",
[email protected]f82ef062012-04-27 17:52:5496 "+third_party/icu",
[email protected]b54b7c62011-09-22 09:01:3897 "+third_party/isimpledom",
[email protected]f82ef062012-04-27 17:52:5498 "+third_party/leveldatabase",
[email protected]5b7937e2010-11-04 23:37:1899 "+third_party/libevent", # For the remote V8 debugging server
100 "+third_party/libjingle",
[email protected]3828d6f2011-02-24 18:32:21101 "+third_party/protobuf/src/google/protobuf",
[email protected]4728ca82012-08-24 10:39:59102 "+third_party/re2",
[email protected]2b733b32011-09-22 06:18:24103 "+third_party/sqlite",
[email protected]5b7937e2010-11-04 23:37:18104 "+third_party/undoview",
[email protected]4ec7327e2008-08-18 23:59:51105]