| 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 "+components/display_compositor", | 3 "+components/display_compositor", |
| 4 "+services/ui/public", | 4 "+services/ui/public", |
| 5 "+third_party/zlib", | 5 "+third_party/zlib", |
| 6 "+third_party/libyuv", | |
| 7 | 6 |
| 8 # The renderer_host files should only call upwards in the layering via the | 7 # The renderer_host files should only call upwards in the layering via the |
| 9 # delegate interfaces. | 8 # delegate interfaces. |
| 10 "-content/browser/frame_host", | 9 "-content/browser/frame_host", |
| 11 "-content/browser/web_contents", | 10 "-content/browser/web_contents", |
| 12 "-content/public/browser/web_contents.h", | 11 "-content/public/browser/web_contents.h", |
| 13 "-content/public/browser/web_contents_delegate.h", | 12 "-content/public/browser/web_contents_delegate.h", |
| 14 "-content/public/browser/web_contents_view.h", | 13 "-content/public/browser/web_contents_view.h", |
| 15 ] | 14 ] |
| 16 | 15 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 39 ], | 38 ], |
| 40 "render_widget_host_view_aura\.cc": [ | 39 "render_widget_host_view_aura\.cc": [ |
| 41 "+content/browser/frame_host", | 40 "+content/browser/frame_host", |
| 42 ], | 41 ], |
| 43 # TODO(kenrb): RenderWidgetHostViewChildFrame should eventually be moved | 42 # TODO(kenrb): RenderWidgetHostViewChildFrame should eventually be moved |
| 44 # to content/renderer_host, at which time this can be removed. | 43 # to content/renderer_host, at which time this can be removed. |
| 45 "render_widget_host_input_event_router.cc": [ | 44 "render_widget_host_input_event_router.cc": [ |
| 46 "+content/browser/frame_host/render_widget_host_view_child_frame.h", | 45 "+content/browser/frame_host/render_widget_host_view_child_frame.h", |
| 47 ], | 46 ], |
| 48 } | 47 } |
| OLD | NEW |