[email protected] | fece3a7e | 2011-04-19 19:48:35 | [diff] [blame] | 1 | include_rules = [ |
[email protected] | 15dabb7 | 2012-10-04 20:07:29 | [diff] [blame] | 2 | "+cc/switches.h", # For cc command line switches. |
danakj | f595b91 | 2017-06-30 22:37:25 | [diff] [blame] | 3 | "+components/viz/common", |
| 4 | "+components/viz/host", |
Donn Denman | e03c880a | 2019-06-24 20:15:39 | [diff] [blame] | 5 | "+jni", |
Katharine Daly | 238cb7c | 2019-11-22 08:10:31 | [diff] [blame] | 6 | "+net/dns/public", |
Blink Reformat | a30d423 | 2018-04-07 15:31:06 | [diff] [blame] | 7 | "+third_party/blink/public/platform/web_gesture_curve.h", |
[email protected] | fece3a7e | 2011-04-19 19:48:35 | [diff] [blame] | 8 | "+third_party/zlib", |
Sahel Sharify | a29ee211 | 2017-12-15 23:22:54 | [diff] [blame] | 9 | "+ui/events/gestures/blink/web_gesture_curve_impl.h", |
mfomitchev | 598a769 | 2017-04-11 00:30:31 | [diff] [blame] | 10 | "+ui/latency", |
[email protected] | fcc9037 | 2012-04-17 22:02:42 | [diff] [blame] | 11 | |
| 12 | # The renderer_host files should only call upwards in the layering via the |
| 13 | # delegate interfaces. |
[email protected] | 4432769 | 2013-02-26 21:21:22 | [diff] [blame] | 14 | "-content/browser/web_contents", |
[email protected] | 37b735e | 2013-07-10 16:59:59 | [diff] [blame] | 15 | "-content/public/browser/web_contents.h", |
[email protected] | ba780c1 | 2013-10-01 17:07:06 | [diff] [blame] | 16 | "-content/public/browser/web_contents_delegate.h", |
[email protected] | 37b735e | 2013-07-10 16:59:59 | [diff] [blame] | 17 | "-content/public/browser/web_contents_view.h", |
[email protected] | fece3a7e | 2011-04-19 19:48:35 | [diff] [blame] | 18 | ] |
[email protected] | 4432769 | 2013-02-26 21:21:22 | [diff] [blame] | 19 | |
| 20 | specific_include_rules = { |
lazyboy | 549b3b4 | 2014-10-20 17:16:04 | [diff] [blame] | 21 | ".*_(unit|browser)test\.(cc|mm)": [ |
[email protected] | 4432769 | 2013-02-26 21:21:22 | [diff] [blame] | 22 | "+content/browser/web_contents", |
[email protected] | 37b735e | 2013-07-10 16:59:59 | [diff] [blame] | 23 | "+content/public/browser/web_contents.h", |
Malay Keshav | 87c42c0 | 2019-01-15 08:37:47 | [diff] [blame] | 24 | "+content/public/browser/web_contents_delegate.h", |
[email protected] | 37b735e | 2013-07-10 16:59:59 | [diff] [blame] | 25 | "+content/public/browser/web_contents_view.h", |
[email protected] | 4432769 | 2013-02-26 21:21:22 | [diff] [blame] | 26 | ], |
Christopher Cameron | a5ff657 | 2019-05-07 01:41:27 | [diff] [blame] | 27 | ".*_mac.*": [ |
| 28 | "+content/app_shim_remote_cocoa", |
Christopher Cameron | 0f7b84ce | 2019-05-30 18:29:37 | [diff] [blame] | 29 | "+components/remote_cocoa", |
Christopher Cameron | a5ff657 | 2019-05-07 01:41:27 | [diff] [blame] | 30 | ], |
Mingyu Lei | 99ffcc6 | 2024-02-20 02:29:41 | [diff] [blame] | 31 | "back_forward_cache_metrics.cc": [ |
| 32 | # For using DisabledReasonId. |
| 33 | "+components/back_forward_cache/disabled_reason_id.h", |
| 34 | ], |
kylechar | 2a25e77 | 2020-01-14 20:23:32 | [diff] [blame] | 35 | "embedded_frame_sink_provider_impl_unittest\.cc": [ |
| 36 | "+components/viz/service", |
| 37 | ], |
Matthew Denton | 3628714 | 2024-06-19 08:37:08 | [diff] [blame] | 38 | "render_process_host_impl(_receiver_bindings)?\.cc": [ |
Mikel Astiz | fca31c5 | 2021-07-08 08:59:44 | [diff] [blame] | 39 | "+google_apis/gaia/gaia_config.h", |
Mikel Astiz | d749e49 | 2019-10-21 14:09:15 | [diff] [blame] | 40 | "+google_apis/gaia/gaia_switches.h", |
Shrek Shao | ac540c1 | 2024-09-19 20:26:43 | [diff] [blame] | 41 | # 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", |
avi | 2dfabeac | 2015-09-01 20:18:04 | [diff] [blame] | 44 | ], |
Orko Garai | f231408 | 2024-09-04 00:53:31 | [diff] [blame] | 45 | "render_widget_host_view_aura_unittest\.cc": [ |
| 46 | "+ui/ozone/public/ozone_platform.h", |
Adam Ettenberger | 043fffd | 2024-11-22 20:19:47 | [diff] [blame] | 47 | "+components/stylus_handwriting/win/features.h", |
Orko Garai | f231408 | 2024-09-04 00:53:31 | [diff] [blame] | 48 | ], |
| 49 | "render_widget_host_view_aura\.cc": [ |
| 50 | "+ui/ozone/public/ozone_platform.h", |
| 51 | ], |
Nick Diego Yamane | 5732e25b | 2024-06-17 17:08:48 | [diff] [blame] | 52 | "render_widget_host_view_base\.cc": [ |
| 53 | "+ui/ozone/public/ozone_platform.h", |
| 54 | ], |
[email protected] | 9c9343b | 2014-03-08 02:56:07 | [diff] [blame] | 55 | "render_widget_host_view_mac\.mm": [ |
Mike Wasserman | 07cfeda | 2023-07-27 21:45:58 | [diff] [blame] | 56 | "+components/device_event_log/device_event_log.h", |
[email protected] | 959be4c | 2014-04-08 15:01:33 | [diff] [blame] | 57 | "+content/public/browser/web_contents.h", |
Joseph Park | f1147f74 | 2024-10-18 17:39:17 | [diff] [blame] | 58 | "+ui/menus/cocoa/text_services_context_menu.h", |
[email protected] | 9c9343b | 2014-03-08 02:56:07 | [diff] [blame] | 59 | ], |
danakj | c492bf8 | 2020-09-09 20:02:44 | [diff] [blame] | 60 | "popup_menu_helper_mac.mm": [ |
| 61 | "+content/app_shim_remote_cocoa/render_widget_host_view_cocoa.h", |
Thomas Nguyen | 583f07e | 2023-07-19 17:45:37 | [diff] [blame] | 62 | "+content/public/browser/web_contents.h", |
danakj | c492bf8 | 2020-09-09 20:02:44 | [diff] [blame] | 63 | ] |
[email protected] | 4432769 | 2013-02-26 21:21:22 | [diff] [blame] | 64 | } |