blob: 241d728ef7b43f70c9365d66e50a18f01370105d [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)": [
nzolghadr3fddfc52016-12-13 21:52:1222 "+components/rappor/test_rappor_service.h",
[email protected]44327692013-02-26 21:21:2223 "+content/browser/web_contents",
[email protected]37b735e2013-07-10 16:59:5924 "+content/public/browser/web_contents.h",
Malay Keshav87c42c02019-01-15 08:37:4725 "+content/public/browser/web_contents_delegate.h",
[email protected]37b735e2013-07-10 16:59:5926 "+content/public/browser/web_contents_view.h",
[email protected]44327692013-02-26 21:21:2227 ],
Christopher Camerona5ff6572019-05-07 01:41:2728 ".*_mac.*": [
29 "+content/app_shim_remote_cocoa",
Christopher Cameron0f7b84ce2019-05-30 18:29:3730 "+components/remote_cocoa",
Christopher Camerona5ff6572019-05-07 01:41:2731 ],
kylechar2a25e772020-01-14 20:23:3232 "embedded_frame_sink_provider_impl_unittest\.cc": [
33 "+components/viz/service",
34 ],
avi2dfabeac2015-09-01 20:18:0435 "render_process_host_impl\.cc": [
Mikel Astizd749e492019-10-21 14:09:1536 "+google_apis/gaia/gaia_switches.h",
Elliot Glaysher2f18c482017-08-17 18:18:4437 # TODO(crbug.com/734668): Dependencies on ozone should be removed, as content
38 # embedded in mus won't be able to talk to the native ozone.
39 "+ui/ozone/public/ozone_switches.h",
avi2dfabeac2015-09-01 20:18:0440 ],
[email protected]9c9343b2014-03-08 02:56:0741 "render_widget_host_view_mac\.mm": [
[email protected]959be4c2014-04-08 15:01:3342 "+content/public/browser/web_contents.h",
[email protected]9c9343b2014-03-08 02:56:0743 ],
danakjc492bf82020-09-09 20:02:4444 "popup_menu_helper_mac.mm": [
45 "+content/app_shim_remote_cocoa/render_widget_host_view_cocoa.h",
46 ]
[email protected]44327692013-02-26 21:21:2247}