blob: 6b727f9f30d6ab576e98a01fbaf213e74c89019a [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",
[email protected]4ec7327e2008-08-18 23:59:515 "+chrome/installer",
[email protected]5cf19b92012-03-21 22:25:056 "+chromeos",
[email protected]758c7022013-06-07 15:20:467 "+components/autofill/content/browser",
[email protected]45b53fb2013-12-12 19:28:068 "+components/autofill/content/common",
[email protected]526a16b2013-06-20 11:44:339 "+components/autofill/core/browser",
[email protected]d04f81912013-06-18 14:52:1310 "+components/autofill/core/common",
[email protected]73929052013-10-11 12:22:0911 "+components/breakpad",
[email protected]0dd6f2032013-05-20 23:33:4012 "+components/browser_context_keyed_service",
[email protected]bdf2ab92013-11-22 06:27:1713 "+components/dom_distiller",
[email protected]ef42ee8c82013-11-01 05:26:1314 "+components/nacl/browser",
[email protected]cbb22eb2013-06-24 23:53:1015 "+components/nacl/common",
[email protected]62885ab2013-01-23 03:55:1616 "+components/navigation_interception",
[email protected]e6005422013-10-23 20:58:2517 "+components/navigation_metrics",
[email protected]183be4e2013-08-14 14:41:1018 "+components/policy",
[email protected]35558812013-12-18 21:58:3619 "+components/precache",
[email protected]1249f322013-10-23 21:03:1620 "+components/sessions",
[email protected]7a83dd072013-09-03 12:09:1721 "+components/startup_metric_utils",
[email protected]499e7c52013-10-04 16:03:0922 "+components/translate/common",
[email protected]716c0162013-12-13 20:36:5323 "+components/url_matcher",
[email protected]75fee372013-03-06 00:42:4424 "+components/user_prefs",
[email protected]e41d0082013-05-16 04:37:5425 "+components/webdata",
[email protected]e41d0082013-05-16 04:37:5426 "+components/web_modal",
[email protected]fd31c2212011-10-17 19:43:4327 "+content/public/browser",
[email protected]1249f322013-10-23 21:03:1628 "+content/test/net",
[email protected]06af6a42012-12-14 00:16:4029 "+device/bluetooth",
[email protected]4b6de892013-01-04 18:06:0630 "+device/media_transfer_protocol",
[email protected]993da5e2013-03-23 21:25:1631 "+extensions/browser",
[email protected]885c0e92012-11-13 20:27:4232 "+extensions/common",
[email protected]83c29502012-08-22 19:34:4833 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
[email protected]6386cf52012-09-07 04:26:3734 "+google_apis",
[email protected]cec99842012-02-10 03:24:2335 "+google_update",
[email protected]79a634352009-02-12 17:14:0736 "+grit", # For generated headers
[email protected]b4d08ea2012-05-24 19:26:5737 "+installer_util_strings", # For generated headers
[email protected]1249f322013-10-23 21:03:1638 "+jni",
[email protected]e2e8e322012-09-12 04:37:0239 "+media/base", # For media switches
[email protected]1249f322013-10-23 21:03:1640 "+native_client/src/shared/imc",
[email protected]98818cdc2011-01-28 13:24:3241 "+policy", # For generated headers and source
[email protected]1b4209f2011-01-07 00:25:4042 "+ppapi/c", # For various types.
[email protected]b7631cc2012-09-15 05:08:3843 "+ppapi/host",
[email protected]709a847e2010-11-10 01:16:1144 "+ppapi/proxy",
[email protected]8ddc6b7c2013-12-12 20:42:0645 "+ppapi/shared_impl",
[email protected]ee4dd682012-06-12 15:49:3346 # Defines some types that are marshalled over IPC.
47 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
[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.
[email protected]5b7937e2010-11-04 23:37:1850 "+skia/ext",
[email protected]895a1e52012-05-15 02:50:1251 "+sync/api", # Sync API files.
[email protected]83c29502012-08-22 19:34:4852 "+sync/notifier", # Sync invalidation API files.
[email protected]1bcf30e2012-03-10 01:06:4153 "+sync/protocol", # Sync protobuf files.
[email protected]4404e5b2011-08-16 19:08:4654 "+third_party/cros_system_api",
[email protected]bd04f2492012-12-06 00:40:3155 "+win8/util",
[email protected]895701a2012-09-13 10:07:3456
[email protected]1249f322013-10-23 21:03:1657 # chrome only needs switches from cc. All usage of the compositor is from
58 # content. Definitely don't include generic stuff from cc/base here, if this
59 # is needed these files need to move to base/
60 "+cc/base/switches.h",
61
[email protected]bbe2f512013-08-16 12:54:3962 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo
63 "-content/public/test/test_browser_context.h",
64
[email protected]895701a2012-09-13 10:07:3465 # TODO(stuartmorgan): Remove these by refactoring necessary code out of
66 # webkit/. See crbug.com/146251
67 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
[email protected]c4298d02013-05-20 05:42:5268
69 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned
70 # up webkit/. crbug.com/239710
71 "+webkit/browser",
[email protected]b76b556d2013-05-29 03:09:4372 "+webkit/common",
[email protected]c4298d02013-05-20 05:42:5273
[email protected]81963ad2012-05-17 19:25:0374 "-chrome/browser/ui/views",
[email protected]e8b6ca02013-07-10 18:00:5175 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h",
76 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
[email protected]81963ad2012-05-17 19:25:0377
[email protected]4ec7327e2008-08-18 23:59:5178 # Other libraries.
[email protected]5b7937e2010-11-04 23:37:1879 "+libxml", # For search engine definition parsing.
[email protected]8bbf6192013-07-18 11:14:0480 "+third_party/icu/source/common/unicode",
81 "+third_party/icu/source/i18n/unicode",
[email protected]f82ef062012-04-27 17:52:5482 "+third_party/leveldatabase",
[email protected]3828d6f2011-02-24 18:32:2183 "+third_party/protobuf/src/google/protobuf",
[email protected]4728ca82012-08-24 10:39:5984 "+third_party/re2",
[email protected]2b733b32011-09-22 06:18:2485 "+third_party/sqlite",
[email protected]537c638d2013-07-04 00:49:1986 "+third_party/zlib",
[email protected]af6e0752013-06-21 15:50:3887
88 # No inclusion of WebKit from the browser, other than strictly enum/POD,
89 # header-only types, and some selected common code.
90 "-third_party/WebKit",
[email protected]ec173b522013-11-14 11:01:1891 "+third_party/WebKit/public/platform/WebCursorInfo.h",
[email protected]af6e0752013-06-21 15:50:3892 "+third_party/WebKit/public/platform/WebRect.h",
93 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
94 "+third_party/WebKit/public/platform/WebScreenInfo.h",
[email protected]ec173b522013-11-14 11:01:1895 "+third_party/WebKit/public/platform/WebScreenInfo.h",
[email protected]af6e0752013-06-21 15:50:3896 "+third_party/WebKit/public/web/WebAutofillClient.h",
97 "+third_party/WebKit/public/web/WebCache.h",
98 "+third_party/WebKit/public/web/WebContextMenuData.h",
[email protected]af6e0752013-06-21 15:50:3899 "+third_party/WebKit/public/web/WebFindOptions.h",
100 "+third_party/WebKit/public/web/WebInputEvent.h",
101 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
102 "+third_party/WebKit/public/web/WebNotificationPresenter.h",
103 "+third_party/WebKit/public/web/WebPluginAction.h",
[email protected]af6e0752013-06-21 15:50:38104 "+third_party/WebKit/public/web/WebTextDirection.h",
[email protected]453c1b22013-07-23 09:31:48105 "+third_party/WebKit/public/web/WebWindowFeatures.h",
[email protected]4ec7327e2008-08-18 23:59:51106]