| 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/mus/public", |
| 3 "+media/base", # For media command line switches. | 4 "+media/base", # For media command line switches. |
| 4 "+media/audio/audio_util.h", # For audio hardware sample-rate. | 5 "+media/audio/audio_util.h", # For audio hardware sample-rate. |
| 5 "+third_party/zlib", | 6 "+third_party/zlib", |
| 6 "+third_party/libyuv", | 7 "+third_party/libyuv", |
| 7 | 8 |
| 8 # 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 |
| 9 # delegate interfaces. | 10 # delegate interfaces. |
| 10 "-content/browser/frame_host", | 11 "-content/browser/frame_host", |
| 11 "-content/browser/web_contents", | 12 "-content/browser/web_contents", |
| 12 "-content/public/browser/web_contents.h", | 13 "-content/public/browser/web_contents.h", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 42 ], | 43 ], |
| 43 # TODO(nasko): Remove these exceptions once we've untangled the dependency | 44 # TODO(nasko): Remove these exceptions once we've untangled the dependency |
| 44 # of RenderViewHost on the FrameTree. | 45 # of RenderViewHost on the FrameTree. |
| 45 "render_view_host_impl\.(cc|h)": [ | 46 "render_view_host_impl\.(cc|h)": [ |
| 46 "+content/browser/frame_host/frame_tree.h", | 47 "+content/browser/frame_host/frame_tree.h", |
| 47 ], | 48 ], |
| 48 "render_widget_host_view_aura\.cc": [ | 49 "render_widget_host_view_aura\.cc": [ |
| 49 "+content/browser/frame_host", | 50 "+content/browser/frame_host", |
| 50 ], | 51 ], |
| 51 } | 52 } |
| OLD | NEW |