blob: ec8d855c1d9b9591f1ccc546fffe2d841be4fb1f [file] [log] [blame]
[email protected]4ec7327e2008-08-18 23:59:511include_rules = [
[email protected]c2e2b6d2013-01-22 02:23:292 "+apps",
[email protected]1249f322013-10-23 21:03:163 "+ash",
[email protected]a8cf61b2009-02-05 17:41:384 "+chrome/app",
erikwright0cdddbff2015-03-12 18:05:345 "+chrome/chrome_watcher",
[email protected]b58d2f82014-08-09 05:36:146 "+chrome/grit", # For generated headers
[email protected]4ec7327e2008-08-18 23:59:517 "+chrome/installer",
[email protected]c80b35022014-03-03 17:01:418 "+chrome_elf/blacklist",
[email protected]e5890e12014-02-27 17:15:059 "+chrome_elf/chrome_elf_constants.h",
[email protected]ce05fd02014-02-25 21:22:2110 "+chrome_elf/create_file",
[email protected]c80b35022014-03-03 17:01:4111 "+chrome_elf/dll_hash",
[email protected]5cf19b92012-03-21 22:25:0512 "+chromeos",
brettwb1fc1b82016-02-02 00:19:0813 "+components",
[email protected]fd31c2212011-10-17 19:43:4314 "+content/public/browser",
[email protected]1249f322013-10-23 21:03:1615 "+content/test/net",
[email protected]94a481b2014-03-28 19:41:5516 "+courgette",
[email protected]06af6a42012-12-14 00:16:4017 "+device/bluetooth",
reillyge471fab2014-08-29 01:58:4318 "+device/core",
rockot1a51b922014-09-05 08:02:4419 "+device/hid",
[email protected]4b6de892013-01-04 18:06:0620 "+device/media_transfer_protocol",
thestig5e9352a2016-04-04 21:44:0421 "+device/usb",
[email protected]993da5e2013-03-23 21:25:1622 "+extensions/browser",
[email protected]885c0e92012-11-13 20:27:4223 "+extensions/common",
oshima758abebc2014-11-06 10:55:5024 "+extensions/components/javascript_dialog_extensions_client",
mukai4245dfe82014-09-05 17:40:5125 "+extensions/grit",
yoze8dc2f12014-09-09 23:16:3226 "+extensions/test",
oth05c26fde2015-04-05 14:30:5727 "+gin",
[email protected]83c29502012-08-22 19:34:4828 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
[email protected]6386cf52012-09-07 04:26:3729 "+google_apis",
[email protected]cec99842012-02-10 03:24:2330 "+google_update",
[email protected]b58d2f82014-08-09 05:36:1431 "+grit", # TODO(thestig) Remove. For generated headers
[email protected]b4d08ea2012-05-24 19:26:5732 "+installer_util_strings", # For generated headers
[email protected]1249f322013-10-23 21:03:1633 "+jni",
dalecurtis1620bd3a2015-04-28 20:26:2934 "+media/audio", # For media audio hang monitor.
[email protected]e2e8e322012-09-12 04:37:0235 "+media/base", # For media switches
xhwangc3a252b2016-05-23 02:35:4836 "+media/cdm/cdm_paths.h",
yhiranobbea6272015-09-17 07:09:0337 "+media/midi", # For midi switches
alokp6ecb2382016-01-27 00:40:0038 "+media/mojo", # For mojo media services.
bencccedf12015-11-10 07:56:1639 "+mojo/converters",
ben0cc0be92015-11-09 21:49:0640 "+mojo/runner/child",
benf709a3092016-04-12 22:38:2241 "+services/shell/public/cpp",
ben6b0453d12016-07-02 04:27:1942 "+services/ui/public",
[email protected]98818cdc2011-01-28 13:24:3243 "+policy", # For generated headers and source
[email protected]1b4209f2011-01-07 00:25:4044 "+ppapi/c", # For various types.
[email protected]b7631cc2012-09-15 05:08:3845 "+ppapi/host",
[email protected]709a847e2010-11-10 01:16:1146 "+ppapi/proxy",
[email protected]8ddc6b7c2013-12-12 20:42:0647 "+ppapi/shared_impl",
[email protected]5b7937e2010-11-04 23:37:1848 "+rlz",
[email protected]181491782012-07-18 00:59:1549 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbox.
ben6c85c4492016-06-16 20:40:5150 "+services/shell",
[email protected]5b7937e2010-11-04 23:37:1851 "+skia/ext",
[email protected]895a1e52012-05-15 02:50:1252 "+sync/api", # Sync API files.
[email protected]a826db6d2014-08-05 22:41:0753 "+sync/internal_api/public/attachments", # Needed for tests.
maxbogued6ca2ce2016-01-09 01:13:2554 "+sync/internal_api/public/base",
[email protected]1bcf30e2012-03-10 01:06:4155 "+sync/protocol", # Sync protobuf files.
staniscd0df0182014-09-26 06:17:3656 "+sync/util", # Sync utilities like GetSessionName.
erikwright0cdddbff2015-03-12 18:05:3457 "+syzygy/kasko",
[email protected]4404e5b2011-08-16 19:08:4658 "+third_party/cros_system_api",
pmonette502a83e2016-01-08 00:21:1659 "+third_party/kasko",
[email protected]bd04f2492012-12-06 00:40:3160 "+win8/util",
[email protected]895701a2012-09-13 10:07:3461
[email protected]1249f322013-10-23 21:03:1662 # chrome only needs switches from cc. All usage of the compositor is from
63 # content. Definitely don't include generic stuff from cc/base here, if this
64 # is needed these files need to move to base/
65 "+cc/base/switches.h",
66
[email protected]bbe2f512013-08-16 12:54:3967 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo
68 "-content/public/test/test_browser_context.h",
69
pilgrime92c5fcd2014-09-10 23:31:2370 "+storage/browser",
pilgrim16330552014-09-10 01:32:2271 "+storage/common",
[email protected]c4298d02013-05-20 05:42:5272
[email protected]81963ad2012-05-17 19:25:0373 "-chrome/browser/ui/views",
[email protected]e8b6ca02013-07-10 18:00:5174 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h",
estaded3aa0e82016-02-17 22:55:2175 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h",
[email protected]e8b6ca02013-07-10 18:00:5176 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
[email protected]81963ad2012-05-17 19:25:0377
boliu60df2072015-10-26 22:55:1978 # Explicitly disallow using SyncMessageFilter to prevent browser from
79 # sending synchronous IPC messages on non-UI threads.
80 "-ipc/ipc_sync_message_filter.h",
81
[email protected]4ec7327e2008-08-18 23:59:5182 # Other libraries.
tfarinac28691d2015-07-23 19:22:5183 "+libxml",
[email protected]17a444c2014-06-24 01:44:3284 "+third_party/google_toolbox_for_mac/src",
[email protected]8bbf6192013-07-18 11:14:0485 "+third_party/icu/source/common/unicode",
86 "+third_party/icu/source/i18n/unicode",
[email protected]f82ef062012-04-27 17:52:5487 "+third_party/leveldatabase",
tfarinac28691d2015-07-23 19:22:5188 "+third_party/libxml",
[email protected]17a444c2014-06-24 01:44:3289 "+third_party/mozilla", # Mozilla interface headers.
[email protected]3828d6f2011-02-24 18:32:2190 "+third_party/protobuf/src/google/protobuf",
[email protected]4728ca82012-08-24 10:39:5991 "+third_party/re2",
[email protected]b84ee6e2014-03-15 22:51:5492 "+third_party/smhasher",
[email protected]2b733b32011-09-22 06:18:2493 "+third_party/sqlite",
[email protected]537c638d2013-07-04 00:49:1994 "+third_party/zlib",
[email protected]af6e0752013-06-21 15:50:3895
96 # No inclusion of WebKit from the browser, other than strictly enum/POD,
97 # header-only types, and some selected common code.
98 "-third_party/WebKit",
mlamouri1239f9a2016-04-18 18:15:1099 "+third_party/WebKit/public/platform/WebDisplayMode.h",
csharrisonb9a657d2016-04-14 00:41:40100 "+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h",
[email protected]af6e0752013-06-21 15:50:38101 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
mlamouri01fe080d2015-03-11 14:27:17102 "+third_party/WebKit/public/platform/modules/app_banner/WebAppBannerPromptReply.h",
miguelg163fc152016-05-20 18:02:44103 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationConstants.h",
peterbffa93bac2015-02-06 12:25:53104 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionStatus.h",
mlamouri957082d2015-06-11 15:12:48105 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h",
mathpcc29ae52016-05-04 15:22:17106 "+third_party/WebKit/public/platform/modules/permissions/permission_status.mojom.h",
[email protected]af6e0752013-06-21 15:50:38107 "+third_party/WebKit/public/web/WebCache.h",
108 "+third_party/WebKit/public/web/WebContextMenuData.h",
[email protected]af6e0752013-06-21 15:50:38109 "+third_party/WebKit/public/web/WebFindOptions.h",
110 "+third_party/WebKit/public/web/WebInputEvent.h",
111 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
[email protected]af6e0752013-06-21 15:50:38112 "+third_party/WebKit/public/web/WebPluginAction.h",
[email protected]af6e0752013-06-21 15:50:38113 "+third_party/WebKit/public/web/WebTextDirection.h",
[email protected]453c1b22013-07-23 09:31:48114 "+third_party/WebKit/public/web/WebWindowFeatures.h",
[email protected]4ec7327e2008-08-18 23:59:51115]