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