| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+cc/switches.h", # For cc command line switches. | 2 "+cc/switches.h", # For cc command line switches. |
| 3 "+media/base", # For media command line switches. | 3 "+media/base", # For media command line switches. |
| 4 "+media/audio/audio_util.h", # For audio hardware sample-rate. | 4 "+media/audio/audio_util.h", # For audio hardware sample-rate. |
| 5 "+third_party/zlib", | 5 "+third_party/zlib", |
| 6 "+third_party/libyuv", | 6 "+third_party/libyuv", |
| 7 | 7 |
| 8 # The renderer_host files should only call upwards in the layering via the | 8 # The renderer_host files should only call upwards in the layering via the |
| 9 # delegate interfaces. | 9 # delegate interfaces. |
| 10 "-content/browser/frame_host", | 10 "-content/browser/frame_host", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 "+content/public/browser/web_contents_view.h", | 22 "+content/public/browser/web_contents_view.h", |
| 23 "+media/filters", | 23 "+media/filters", |
| 24 ], | 24 ], |
| 25 "render_sandbox_host_linux\.cc": [ | 25 "render_sandbox_host_linux\.cc": [ |
| 26 "+third_party/WebKit/public/platform/linux/WebFontInfo.h", | 26 "+third_party/WebKit/public/platform/linux/WebFontInfo.h", |
| 27 "+third_party/WebKit/public/web/WebKit.h", | 27 "+third_party/WebKit/public/web/WebKit.h", |
| 28 ], | 28 ], |
| 29 "render_process_host_impl\.cc": [ | 29 "render_process_host_impl\.cc": [ |
| 30 "+content/browser/frame_host/render_frame_message_filter.h", | 30 "+content/browser/frame_host/render_frame_message_filter.h", |
| 31 ], | 31 ], |
| 32 "render_widget_host_view_mac\.mm": [ |
| 33 "+content/browser/frame_host", |
| 34 ], |
| 35 "ime_adapter_android\.cc": [ |
| 36 "+content/browser/frame_host", |
| 37 ], |
| 32 # TODO(nasko): Remove these exceptions once we've untangled the dependency | 38 # TODO(nasko): Remove these exceptions once we've untangled the dependency |
| 33 # of RenderViewHost on the FrameTree. | 39 # of RenderViewHost on the FrameTree. |
| 34 "render_view_host_impl\.(cc|h)": [ | 40 "render_view_host_impl\.(cc|h)": [ |
| 35 "+content/browser/frame_host/frame_tree.h", | 41 "+content/browser/frame_host/frame_tree.h", |
| 36 ], | 42 ], |
| 37 } | 43 } |
| OLD | NEW |