blob: 83f75617505ed75bc4cd74c8b8a9d27799052d66 [file] [log] [blame]
[email protected]fece3a7e2011-04-19 19:48:351include_rules = [
[email protected]15dabb72012-10-04 20:07:292 "+cc/switches.h", # For cc command line switches.
danakjf595b912017-06-30 22:37:253 "+components/viz/common",
4 "+components/viz/host",
5 "+components/viz/service",
Scott Violet2462c1e2018-08-23 21:50:526 "+services/ws/public",
Blink Reformata30d4232018-04-07 15:31:067 "+third_party/blink/public/platform/web_gesture_curve.h",
[email protected]fece3a7e2011-04-19 19:48:358 "+third_party/zlib",
Sahel Sharifya29ee2112017-12-15 23:22:549 "+ui/events/gestures/blink/web_gesture_curve_impl.h",
mfomitchev598a7692017-04-11 00:30:3110 "+ui/latency",
[email protected]fcc90372012-04-17 22:02:4211
12 # The renderer_host files should only call upwards in the layering via the
13 # delegate interfaces.
[email protected]d4a8ca482013-10-30 21:06:4014 "-content/browser/frame_host",
[email protected]44327692013-02-26 21:21:2215 "-content/browser/web_contents",
[email protected]37b735e2013-07-10 16:59:5916 "-content/public/browser/web_contents.h",
[email protected]ba780c12013-10-01 17:07:0617 "-content/public/browser/web_contents_delegate.h",
[email protected]37b735e2013-07-10 16:59:5918 "-content/public/browser/web_contents_view.h",
[email protected]fece3a7e2011-04-19 19:48:3519]
[email protected]44327692013-02-26 21:21:2220
21specific_include_rules = {
lazyboy549b3b42014-10-20 17:16:0422 ".*_(unit|browser)test\.(cc|mm)": [
nzolghadr3fddfc52016-12-13 21:52:1223 "+components/rappor/test_rappor_service.h",
[email protected]d4a8ca482013-10-30 21:06:4024 "+content/browser/frame_host",
[email protected]44327692013-02-26 21:21:2225 "+content/browser/web_contents",
[email protected]37b735e2013-07-10 16:59:5926 "+content/public/browser/web_contents.h",
Malay Keshav87c42c02019-01-15 08:37:4727 "+content/public/browser/web_contents_delegate.h",
[email protected]37b735e2013-07-10 16:59:5928 "+content/public/browser/web_contents_view.h",
[email protected]44327692013-02-26 21:21:2229 ],
Christopher Camerona5ff6572019-05-07 01:41:2730 ".*_mac.*": [
31 "+content/app_shim_remote_cocoa",
Christopher Cameron0f7b84ce2019-05-30 18:29:3732 "+components/remote_cocoa",
Christopher Camerona5ff6572019-05-07 01:41:2733 ],
avi2dfabeac2015-09-01 20:18:0434 "render_process_host_impl\.cc": [
35 "+content/browser/frame_host/render_frame_message_filter.h",
Elliot Glaysher2f18c482017-08-17 18:18:4436 # TODO(crbug.com/734668): Dependencies on ozone should be removed, as content
37 # embedded in mus won't be able to talk to the native ozone.
38 "+ui/ozone/public/ozone_switches.h",
avi2dfabeac2015-09-01 20:18:0439 ],
[email protected]9c9343b2014-03-08 02:56:0740 "render_widget_host_view_mac\.mm": [
41 "+content/browser/frame_host",
[email protected]959be4c2014-04-08 15:01:3342 "+content/public/browser/web_contents.h",
[email protected]9c9343b2014-03-08 02:56:0743 ],
[email protected]d4a8ca482013-10-30 21:06:4044 # TODO(nasko): Remove these exceptions once we've untangled the dependency
45 # of RenderViewHost on the FrameTree.
46 "render_view_host_impl\.(cc|h)": [
47 "+content/browser/frame_host/frame_tree.h",
[email protected]d4a8ca482013-10-30 21:06:4048 ],
[email protected]e5e438d62014-03-27 21:47:1649 "render_widget_host_view_aura\.cc": [
50 "+content/browser/frame_host",
51 ],
jonross2843ae362016-10-21 16:48:2352 "render_widget_host_view_event_handler\.cc": [
53 "+content/browser/frame_host",
54 ],
ekaramad51ca2092016-11-17 06:05:5855 # RenderWidgetHostViewGuest dependency is needed to allow for routing mouse
56 # events to the correct owner RenderWidgetHostViewBase. It should be removed
57 # when all inner WebContents are based on OOPIF structure (as opposed to
58 # BrowserPlugin).
Ken Buchanandaef006b2017-08-17 18:32:1559 # TODO(kenrb, wjmaclean): Remove this when RenderWidgetHostViewGuest is
60 # deleted. See https://crbug.com/533069.
kenrb89ed0412016-09-14 19:05:4861 "render_widget_host_input_event_router.cc": [
ekaramad51ca2092016-11-17 06:05:5862 "+content/browser/frame_host/render_widget_host_view_guest.h",
kenrb89ed0412016-09-14 19:05:4863 ],
Ria Jiangedcd09ea2018-05-07 18:19:4464 "render_widget_host_view_base\.cc": [
65 "+content/browser/frame_host/render_widget_host_view_guest.h",
66 ],
[email protected]44327692013-02-26 21:21:2267}