Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Side by Side Diff: ui/aura/mus/DEPS

Issue 2785703002: Aura-Mus: Plumb LocalSurfaceId to ui::Compositor (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ui/aura/mus/window_tree_client.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+cc/base/switches.h",
2 "+cc/ipc/mojo_compositor_frame_sink.mojom.h", 3 "+cc/ipc/mojo_compositor_frame_sink.mojom.h",
3 "+cc/output/compositor_frame_sink_client.h", 4 "+cc/output/compositor_frame_sink_client.h",
4 "+cc/output/compositor_frame_sink.h", 5 "+cc/output/compositor_frame_sink.h",
5 "+cc/scheduler/begin_frame_source.h", 6 "+cc/scheduler/begin_frame_source.h",
6 "+cc/surfaces/local_surface_id.h", 7 "+cc/surfaces/local_surface_id.h",
7 "+cc/surfaces/local_surface_id_allocator.h", 8 "+cc/surfaces/local_surface_id_allocator.h",
8 "+cc/surfaces/surface_info.h", 9 "+cc/surfaces/surface_info.h",
9 "+cc/surfaces/surface_manager.h", 10 "+cc/surfaces/surface_manager.h",
10 "+cc/surfaces/surface_reference_factory.h", 11 "+cc/surfaces/surface_reference_factory.h",
sadrul 2017/03/29 15:06:15 Should we instead DEPS all of cc, and exclude thin
Fady Samuel 2017/03/29 15:08:06 Until we know/define what the cc public API is exa
11 "+components/discardable_memory/client/client_discardable_shared_memory_manage r.h", 12 "+components/discardable_memory/client/client_discardable_shared_memory_manage r.h",
12 "+gpu/command_buffer/client/gpu_memory_buffer_manager.h", 13 "+gpu/command_buffer/client/gpu_memory_buffer_manager.h",
13 "+gpu/ipc/client/gpu_channel_host.h", 14 "+gpu/ipc/client/gpu_channel_host.h",
14 "+mojo/public/cpp/system/buffer.h", 15 "+mojo/public/cpp/system/buffer.h",
15 "+mojo/public/cpp/system/platform_handle.h", 16 "+mojo/public/cpp/system/platform_handle.h",
16 "+services/ui/common/accelerator_util.h", 17 "+services/ui/common/accelerator_util.h",
17 "+services/ui/common/task_runner_test_base.h", 18 "+services/ui/common/task_runner_test_base.h",
18 "+services/ui/public/cpp/gpu", 19 "+services/ui/public/cpp/gpu",
19 "+services/ui/public/cpp/property_type_converters.h", 20 "+services/ui/public/cpp/property_type_converters.h",
20 "+services/ui/public/cpp/raster_thread_helper.h", 21 "+services/ui/public/cpp/raster_thread_helper.h",
21 "+services/ui/public/cpp/client_compositor_frame_sink.h", 22 "+services/ui/public/cpp/client_compositor_frame_sink.h",
22 "+ui/gl/gl_bindings.h", 23 "+ui/gl/gl_bindings.h",
23 ] 24 ]
OLDNEW
« no previous file with comments | « no previous file | ui/aura/mus/window_tree_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698