Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 include_rules = [ | |
| 2 "+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
| |
| 3 "+cc/output/compositor_frame.h", | |
| 4 "+cc/output/compositor_frame_sink_client.h", | |
| 5 "+cc/output/compositor_frame_sink.h", | |
| 6 "+cc/output/context_provider.h", | |
| 7 "+cc/scheduler/begin_frame_source.h", | |
| 8 "+gpu/command_buffer/client/gpu_memory_buffer_manager.h", | |
| 9 "+gpu/command_buffer/common/sync_token.h", | |
| 10 "+gpu/ipc/client/gpu_channel_host.h", | |
| 11 "+gpu/ipc/common/gpu_info.mojom.h", | |
| 12 "+mojo/public/cpp/system/buffer.h", | |
| 13 "+mojo/public/cpp/system/platform_handle.h", | |
| 14 "+services/ui/common/switches.h", | |
| 15 ] | |
| 16 | |
| OLD | NEW |