blob: 7d21550664587219fdb4eb42cc3238716b3d1516 [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.
[email protected]446a9ef02011-06-17 17:35:003 "+media/base", # For media command line switches.
[email protected]f70f0612011-07-23 00:25:234 "+media/audio/audio_util.h", # For audio hardware sample-rate.
[email protected]fece3a7e2011-04-19 19:48:355 "+third_party/zlib",
[email protected]fdbfc4e2012-10-29 19:43:156 "+third_party/libyuv",
[email protected]fcc90372012-04-17 22:02:427
8 # The renderer_host files should only call upwards in the layering via the
9 # delegate interfaces.
[email protected]d4a8ca482013-10-30 21:06:4010 "-content/browser/frame_host",
[email protected]44327692013-02-26 21:21:2211 "-content/browser/web_contents",
[email protected]37b735e2013-07-10 16:59:5912 "-content/public/browser/web_contents.h",
[email protected]ba780c12013-10-01 17:07:0613 "-content/public/browser/web_contents_delegate.h",
[email protected]37b735e2013-07-10 16:59:5914 "-content/public/browser/web_contents_view.h",
[email protected]fece3a7e2011-04-19 19:48:3515]
[email protected]44327692013-02-26 21:21:2216
17specific_include_rules = {
18 ".*_(unit|browser)test\.cc": [
[email protected]d4a8ca482013-10-30 21:06:4019 "+content/browser/frame_host",
[email protected]44327692013-02-26 21:21:2220 "+content/browser/web_contents",
[email protected]37b735e2013-07-10 16:59:5921 "+content/public/browser/web_contents.h",
22 "+content/public/browser/web_contents_view.h",
[email protected]18089a12013-07-14 00:40:3323 "+media/filters",
[email protected]44327692013-02-26 21:21:2224 ],
[email protected]4fedb362013-07-29 05:35:5025 "render_sandbox_host_linux\.cc": [
[email protected]ec173b522013-11-14 11:01:1826 "+third_party/WebKit/public/platform/linux/WebFontInfo.h",
[email protected]a28d4342013-07-31 00:17:3227 "+third_party/WebKit/public/web/WebKit.h",
[email protected]4fedb362013-07-29 05:35:5028 ],
[email protected]d4a8ca482013-10-30 21:06:4029 "render_process_host_impl\.cc": [
30 "+content/browser/frame_host/render_frame_message_filter.h",
31 ],
[email protected]9c9343b2014-03-08 02:56:0732 "render_widget_host_view_mac\.mm": [
33 "+content/browser/frame_host",
34 ],
35 "ime_adapter_android\.cc": [
36 "+content/browser/frame_host",
37 ],
[email protected]d4a8ca482013-10-30 21:06:4038 # TODO(nasko): Remove these exceptions once we've untangled the dependency
39 # of RenderViewHost on the FrameTree.
40 "render_view_host_impl\.(cc|h)": [
41 "+content/browser/frame_host/frame_tree.h",
[email protected]d4a8ca482013-10-30 21:06:4042 ],
[email protected]44327692013-02-26 21:21:2243}