| 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 "+components/variations", |
| 4 "+services/ui/public", | 5 "+services/ui/public", |
| 5 "+third_party/zlib", | 6 "+third_party/zlib", |
| 6 | 7 |
| 7 # 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 |
| 8 # delegate interfaces. | 9 # delegate interfaces. |
| 9 "-content/browser/frame_host", | 10 "-content/browser/frame_host", |
| 10 "-content/browser/web_contents", | 11 "-content/browser/web_contents", |
| 11 "-content/public/browser/web_contents.h", | 12 "-content/public/browser/web_contents.h", |
| 12 "-content/public/browser/web_contents_delegate.h", | 13 "-content/public/browser/web_contents_delegate.h", |
| 13 "-content/public/browser/web_contents_view.h", | 14 "-content/public/browser/web_contents_view.h", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 41 ], | 42 ], |
| 42 "render_widget_host_view_event_handler\.cc": [ | 43 "render_widget_host_view_event_handler\.cc": [ |
| 43 "+content/browser/frame_host", | 44 "+content/browser/frame_host", |
| 44 ], | 45 ], |
| 45 # TODO(kenrb): RenderWidgetHostViewChildFrame should eventually be moved | 46 # TODO(kenrb): RenderWidgetHostViewChildFrame should eventually be moved |
| 46 # to content/renderer_host, at which time this can be removed. | 47 # to content/renderer_host, at which time this can be removed. |
| 47 "render_widget_host_input_event_router.cc": [ | 48 "render_widget_host_input_event_router.cc": [ |
| 48 "+content/browser/frame_host/render_widget_host_view_child_frame.h", | 49 "+content/browser/frame_host/render_widget_host_view_child_frame.h", |
| 49 ], | 50 ], |
| 50 } | 51 } |
| OLD | NEW |