Chromium Code Reviews| Index: ui/aura/mus/DEPS |
| diff --git a/ui/aura/mus/DEPS b/ui/aura/mus/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..df5212de012355d175950408f2c9a315a754075c |
| --- /dev/null |
| +++ b/ui/aura/mus/DEPS |
| @@ -0,0 +1,16 @@ |
| +include_rules = [ |
| + "+cc/ipc/mojo_compositor_frame_sink.mojom.h", |
|
sky
2016/11/01 20:46:53
I noticed no new dependencies in BUILD.gn. Is that
mfomitchev
2016/11/01 21:01:59
I forgot to add them. Somehow everything compiled
mfomitchev
2016/11/02 20:00:31
Done. Also removed a few dependencies/imports whic
|
| + "+cc/output/compositor_frame.h", |
| + "+cc/output/compositor_frame_sink_client.h", |
| + "+cc/output/compositor_frame_sink.h", |
| + "+cc/output/context_provider.h", |
| + "+cc/scheduler/begin_frame_source.h", |
| + "+gpu/command_buffer/client/gpu_memory_buffer_manager.h", |
| + "+gpu/command_buffer/common/sync_token.h", |
| + "+gpu/ipc/client/gpu_channel_host.h", |
| + "+gpu/ipc/common/gpu_info.mojom.h", |
| + "+mojo/public/cpp/system/buffer.h", |
| + "+mojo/public/cpp/system/platform_handle.h", |
| + "+services/ui/common/switches.h", |
| +] |
| + |