| 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/viz/common", | 3 "+components/viz/common", |
| 4 "+components/viz/host", | 4 "+components/viz/host", |
| 5 "+components/viz/service", | 5 "+components/viz/service", |
| 6 "+components/variations", | |
| 7 "+services/ui/public", | 6 "+services/ui/public", |
| 8 "+third_party/zlib", | 7 "+third_party/zlib", |
| 9 "+ui/latency", | 8 "+ui/latency", |
| 10 | 9 |
| 11 # The renderer_host files should only call upwards in the layering via the | 10 # The renderer_host files should only call upwards in the layering via the |
| 12 # delegate interfaces. | 11 # delegate interfaces. |
| 13 "-content/browser/frame_host", | 12 "-content/browser/frame_host", |
| 14 "-content/browser/web_contents", | 13 "-content/browser/web_contents", |
| 15 "-content/public/browser/web_contents.h", | 14 "-content/public/browser/web_contents.h", |
| 16 "-content/public/browser/web_contents_delegate.h", | 15 "-content/public/browser/web_contents_delegate.h", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 # when all inner WebContents are based on OOPIF structure (as opposed to | 53 # when all inner WebContents are based on OOPIF structure (as opposed to |
| 55 # BrowserPlugin). | 54 # BrowserPlugin). |
| 56 "render_widget_host_input_event_router.cc": [ | 55 "render_widget_host_input_event_router.cc": [ |
| 57 "+content/browser/frame_host/render_widget_host_view_child_frame.h", | 56 "+content/browser/frame_host/render_widget_host_view_child_frame.h", |
| 58 "+content/browser/frame_host/render_widget_host_view_guest.h", | 57 "+content/browser/frame_host/render_widget_host_view_guest.h", |
| 59 ], | 58 ], |
| 60 "touch_selection_controller_client_child_frame\.cc": [ | 59 "touch_selection_controller_client_child_frame\.cc": [ |
| 61 "+content/browser/frame_host/render_widget_host_view_child_frame.h", | 60 "+content/browser/frame_host/render_widget_host_view_child_frame.h", |
| 62 ], | 61 ], |
| 63 } | 62 } |
| OLD | NEW |