blob: 15717315ea8aa386f3335b14f3c5403891996c54 [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",
Donn Denmane03c880a2019-06-24 20:15:395 "+jni",
Katharine Daly238cb7c2019-11-22 08:10:316 "+net/dns/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]44327692013-02-26 21:21:2214 "-content/browser/web_contents",
[email protected]37b735e2013-07-10 16:59:5915 "-content/public/browser/web_contents.h",
[email protected]ba780c12013-10-01 17:07:0616 "-content/public/browser/web_contents_delegate.h",
[email protected]37b735e2013-07-10 16:59:5917 "-content/public/browser/web_contents_view.h",
[email protected]fece3a7e2011-04-19 19:48:3518]
[email protected]44327692013-02-26 21:21:2219
20specific_include_rules = {
lazyboy549b3b42014-10-20 17:16:0421 ".*_(unit|browser)test\.(cc|mm)": [
[email protected]44327692013-02-26 21:21:2222 "+content/browser/web_contents",
[email protected]37b735e2013-07-10 16:59:5923 "+content/public/browser/web_contents.h",
Malay Keshav87c42c02019-01-15 08:37:4724 "+content/public/browser/web_contents_delegate.h",
[email protected]37b735e2013-07-10 16:59:5925 "+content/public/browser/web_contents_view.h",
[email protected]44327692013-02-26 21:21:2226 ],
Christopher Camerona5ff6572019-05-07 01:41:2727 ".*_mac.*": [
28 "+content/app_shim_remote_cocoa",
Christopher Cameron0f7b84ce2019-05-30 18:29:3729 "+components/remote_cocoa",
Christopher Camerona5ff6572019-05-07 01:41:2730 ],
Mingyu Lei99ffcc62024-02-20 02:29:4131 "back_forward_cache_metrics.cc": [
32 # For using DisabledReasonId.
33 "+components/back_forward_cache/disabled_reason_id.h",
34 ],
kylechar2a25e772020-01-14 20:23:3235 "embedded_frame_sink_provider_impl_unittest\.cc": [
36 "+components/viz/service",
37 ],
Matthew Denton36287142024-06-19 08:37:0838 "render_process_host_impl(_receiver_bindings)?\.cc": [
Mikel Astizfca31c52021-07-08 08:59:4439 "+google_apis/gaia/gaia_config.h",
Mikel Astizd749e492019-10-21 14:09:1540 "+google_apis/gaia/gaia_switches.h",
Shrek Shaoac540c12024-09-19 20:26:4341 # TODO(crbug.com/41326135): Dependencies on ozone should be removed, as content
42 # embedded in mus won't be able to talk to the native ozone.
43 "+ui/ozone/public/ozone_switches.h",
avi2dfabeac2015-09-01 20:18:0444 ],
Orko Garaif2314082024-09-04 00:53:3145 "render_widget_host_view_aura_unittest\.cc": [
46 "+ui/ozone/public/ozone_platform.h",
Adam Ettenberger043fffd2024-11-22 20:19:4747 "+components/stylus_handwriting/win/features.h",
Orko Garaif2314082024-09-04 00:53:3148 ],
49 "render_widget_host_view_aura\.cc": [
50 "+ui/ozone/public/ozone_platform.h",
51 ],
Nick Diego Yamane5732e25b2024-06-17 17:08:4852 "render_widget_host_view_base\.cc": [
53 "+ui/ozone/public/ozone_platform.h",
54 ],
[email protected]9c9343b2014-03-08 02:56:0755 "render_widget_host_view_mac\.mm": [
Mike Wasserman07cfeda2023-07-27 21:45:5856 "+components/device_event_log/device_event_log.h",
[email protected]959be4c2014-04-08 15:01:3357 "+content/public/browser/web_contents.h",
Joseph Parkf1147f742024-10-18 17:39:1758 "+ui/menus/cocoa/text_services_context_menu.h",
[email protected]9c9343b2014-03-08 02:56:0759 ],
danakjc492bf82020-09-09 20:02:4460 "popup_menu_helper_mac.mm": [
61 "+content/app_shim_remote_cocoa/render_widget_host_view_cocoa.h",
Thomas Nguyen583f07e2023-07-19 17:45:3762 "+content/public/browser/web_contents.h",
danakjc492bf82020-09-09 20:02:4463 ]
[email protected]44327692013-02-26 21:21:2264}