| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+cc/ipc", | 2 "+cc/ipc", |
| 3 "-components/viz/common/switches.h", | 3 "-components/viz/common/switches.h", |
| 4 "+components/viz/host", | 4 "+components/viz/host", |
| 5 "+gpu/command_buffer/client", | 5 "+gpu/command_buffer/client", |
| 6 "+gpu/command_buffer/common", | 6 "+gpu/command_buffer/common", |
| 7 "+gpu/ipc/client", | 7 "+gpu/ipc/client", |
| 8 "+gpu/ipc/common", | 8 "+gpu/ipc/common", |
| 9 "+gpu/ipc/host", | 9 "+gpu/ipc/host", |
| 10 "+mojo/public/cpp/bindings", | 10 "+mojo/public/cpp/bindings", |
| 11 "+services/ui/gpu/interfaces", | 11 "+services/ui/gpu/interfaces", |
| 12 "+services/viz/compositing/privileged/interfaces", | 12 "+services/viz/compositing/privileged/interfaces", |
| 13 "+services/viz/public/interfaces/compositing", | 13 "+services/viz/public/interfaces/compositing", |
| 14 "+services/viz/public/interfaces/hit_test", |
| 14 "+ui/gfx", | 15 "+ui/gfx", |
| 15 ] | 16 ] |
| 16 | 17 |
| 17 specific_include_rules = { | 18 specific_include_rules = { |
| 18 "host_frame_sink_manager*": [ | 19 "host_frame_sink_manager*": [ |
| 19 "+components/viz/service/frame_sinks/compositor_frame_sink_support.h", | 20 "+components/viz/service/frame_sinks/compositor_frame_sink_support.h", |
| 20 "+components/viz/service/frame_sinks/compositor_frame_sink_support_client.h"
, | 21 "+components/viz/service/frame_sinks/compositor_frame_sink_support_client.h"
, |
| 21 "+components/viz/service/frame_sinks/compositor_frame_sink_support_manager.h
", | 22 "+components/viz/service/frame_sinks/compositor_frame_sink_support_manager.h
", |
| 22 "+components/viz/service/frame_sinks/frame_sink_manager_impl.h", | 23 "+components/viz/service/frame_sinks/frame_sink_manager_impl.h", |
| 23 "+components/viz/service/surfaces/surface_manager.h", | 24 "+components/viz/service/surfaces/surface_manager.h", |
| 24 ] | 25 ] |
| 25 } | 26 } |
| OLD | NEW |