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