OLD | NEW |
---|---|
(Empty) | |
1 include_rules = [ | |
2 "+cc/output/compositor_frame_sink.h", | |
sky
2017/05/08 22:36:43
Similar comment here about cc includes.
Peng
2017/05/09 17:26:57
Done.
| |
3 "+cc/output/compositor_frame_sink_client.h", | |
4 "+cc/scheduler/begin_frame_source.h", | |
5 "+cc/surfaces/compositor_frame_sink_support.h", | |
6 "+cc/surfaces/compositor_frame_sink_support_client.h", | |
7 "+cc/surfaces/frame_sink_id.h", | |
8 "+cc/surfaces/local_surface_id_allocator.h", | |
9 "+cc/surfaces/surface_id.h", | |
10 "+cc/surfaces/surface_manager.h", | |
11 ] | |
12 | |
OLD | NEW |