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 "+components/variations", |
5 "+services/ui/public", | 5 "+services/ui/public", |
6 "+third_party/zlib", | 6 "+third_party/zlib", |
7 "+ui/latency", | 7 "+ui/latency", |
8 | 8 |
9 # The renderer_host files should only call upwards in the layering via the | 9 # The renderer_host files should only call upwards in the layering via the |
10 # delegate interfaces. | 10 # delegate interfaces. |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 # TODO(kenrb): RenderWidgetHostViewChildFrame should eventually be moved | 48 # TODO(kenrb): RenderWidgetHostViewChildFrame should eventually be moved |
49 # to content/renderer_host, at which time this can be removed. | 49 # to content/renderer_host, at which time this can be removed. |
50 # RenderWidgetHostViewGuest dependency is needed to allow for routing mouse | 50 # RenderWidgetHostViewGuest dependency is needed to allow for routing mouse |
51 # events to the correct owner RenderWidgetHostViewBase. It should be removed | 51 # events to the correct owner RenderWidgetHostViewBase. It should be removed |
52 # when all inner WebContents are based on OOPIF structure (as opposed to | 52 # when all inner WebContents are based on OOPIF structure (as opposed to |
53 # BrowserPlugin). | 53 # BrowserPlugin). |
54 "render_widget_host_input_event_router.cc": [ | 54 "render_widget_host_input_event_router.cc": [ |
55 "+content/browser/frame_host/render_widget_host_view_child_frame.h", | 55 "+content/browser/frame_host/render_widget_host_view_child_frame.h", |
56 "+content/browser/frame_host/render_widget_host_view_guest.h", | 56 "+content/browser/frame_host/render_widget_host_view_guest.h", |
57 ], | 57 ], |
| 58 "touch_selection_controller_client_child_frame\.cc": [ |
| 59 "+content/browser/frame_host/render_widget_host_view_child_frame.h", |
| 60 ], |
58 } | 61 } |
OLD | NEW |