Chromium Code Reviews| Index: ui/aura/local/DEPS |
| diff --git a/ui/aura/local/DEPS b/ui/aura/local/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..52032c1086a342cd166f85743ced9996fb4174f4 |
| --- /dev/null |
| +++ b/ui/aura/local/DEPS |
| @@ -0,0 +1,12 @@ |
| +include_rules = [ |
| + "+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.
|
| + "+cc/output/compositor_frame_sink_client.h", |
| + "+cc/scheduler/begin_frame_source.h", |
| + "+cc/surfaces/compositor_frame_sink_support.h", |
| + "+cc/surfaces/compositor_frame_sink_support_client.h", |
| + "+cc/surfaces/frame_sink_id.h", |
| + "+cc/surfaces/local_surface_id_allocator.h", |
| + "+cc/surfaces/surface_id.h", |
| + "+cc/surfaces/surface_manager.h", |
| +] |
| + |