[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. |
[email protected] | 446a9ef0 | 2011-06-17 17:35:00 | [diff] [blame] | 3 | "+media/base", # For media command line switches. |
[email protected] | f70f061 | 2011-07-23 00:25:23 | [diff] [blame] | 4 | "+media/audio/audio_util.h", # For audio hardware sample-rate. |
[email protected] | fece3a7e | 2011-04-19 19:48:35 | [diff] [blame] | 5 | "+third_party/zlib", |
[email protected] | fdbfc4e | 2012-10-29 19:43:15 | [diff] [blame] | 6 | "+third_party/libyuv", |
[email protected] | fcc9037 | 2012-04-17 22:02:42 | [diff] [blame] | 7 | |
| 8 | # The renderer_host files should only call upwards in the layering via the |
| 9 | # delegate interfaces. |
[email protected] | d4a8ca48 | 2013-10-30 21:06:40 | [diff] [blame] | 10 | "-content/browser/frame_host", |
[email protected] | 4432769 | 2013-02-26 21:21:22 | [diff] [blame] | 11 | "-content/browser/web_contents", |
[email protected] | 37b735e | 2013-07-10 16:59:59 | [diff] [blame] | 12 | "-content/public/browser/web_contents.h", |
[email protected] | ba780c1 | 2013-10-01 17:07:06 | [diff] [blame] | 13 | "-content/public/browser/web_contents_delegate.h", |
[email protected] | 37b735e | 2013-07-10 16:59:59 | [diff] [blame] | 14 | "-content/public/browser/web_contents_view.h", |
[email protected] | fece3a7e | 2011-04-19 19:48:35 | [diff] [blame] | 15 | ] |
[email protected] | 4432769 | 2013-02-26 21:21:22 | [diff] [blame] | 16 | |
| 17 | specific_include_rules = { |
| 18 | ".*_(unit|browser)test\.cc": [ |
[email protected] | d4a8ca48 | 2013-10-30 21:06:40 | [diff] [blame] | 19 | "+content/browser/frame_host", |
[email protected] | 4432769 | 2013-02-26 21:21:22 | [diff] [blame] | 20 | "+content/browser/web_contents", |
[email protected] | 37b735e | 2013-07-10 16:59:59 | [diff] [blame] | 21 | "+content/public/browser/web_contents.h", |
| 22 | "+content/public/browser/web_contents_view.h", |
[email protected] | 18089a1 | 2013-07-14 00:40:33 | [diff] [blame] | 23 | "+media/filters", |
[email protected] | 4432769 | 2013-02-26 21:21:22 | [diff] [blame] | 24 | ], |
[email protected] | 4fedb36 | 2013-07-29 05:35:50 | [diff] [blame] | 25 | "render_sandbox_host_linux\.cc": [ |
[email protected] | ec173b52 | 2013-11-14 11:01:18 | [diff] [blame] | 26 | "+third_party/WebKit/public/platform/linux/WebFontInfo.h", |
[email protected] | a28d434 | 2013-07-31 00:17:32 | [diff] [blame] | 27 | "+third_party/WebKit/public/web/WebKit.h", |
[email protected] | 4fedb36 | 2013-07-29 05:35:50 | [diff] [blame] | 28 | ], |
[email protected] | d4a8ca48 | 2013-10-30 21:06:40 | [diff] [blame] | 29 | "render_process_host_impl\.cc": [ |
| 30 | "+content/browser/frame_host/render_frame_message_filter.h", |
| 31 | ], |
[email protected] | 9c9343b | 2014-03-08 02:56:07 | [diff] [blame^] | 32 | "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] | d4a8ca48 | 2013-10-30 21:06:40 | [diff] [blame] | 38 | # 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] | d4a8ca48 | 2013-10-30 21:06:40 | [diff] [blame] | 42 | ], |
[email protected] | 4432769 | 2013-02-26 21:21:22 | [diff] [blame] | 43 | } |