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

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

Issue 2878113002: mus: Embedder can request and observe BeginFrame for embedded client. (Closed)
Patch Set: . Created 3 years, 7 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+cc/base/switches.h", 2 "+cc/base/switches.h",
3 "+cc/ipc/frame_sink_manager.mojom.h",
3 "+cc/ipc/mojo_compositor_frame_sink.mojom.h", 4 "+cc/ipc/mojo_compositor_frame_sink.mojom.h",
4 "+cc/output/compositor_frame_sink_client.h", 5 "+cc/output/compositor_frame_sink_client.h",
5 "+cc/output/compositor_frame_sink.h", 6 "+cc/output/compositor_frame_sink.h",
6 "+cc/scheduler/begin_frame_source.h", 7 "+cc/scheduler/begin_frame_source.h",
7 "+cc/surfaces/local_surface_id.h", 8 "+cc/surfaces/local_surface_id.h",
8 "+cc/surfaces/local_surface_id_allocator.h", 9 "+cc/surfaces/local_surface_id_allocator.h",
9 "+cc/surfaces/surface_info.h", 10 "+cc/surfaces/surface_info.h",
10 "+cc/surfaces/surface_manager.h", 11 "+cc/surfaces/surface_manager.h",
11 "+cc/surfaces/surface_reference_factory.h", 12 "+cc/surfaces/surface_reference_factory.h",
12 "+components/discardable_memory/client/client_discardable_shared_memory_manage r.h", 13 "+components/discardable_memory/client/client_discardable_shared_memory_manage r.h",
13 "+gpu/command_buffer/client/gpu_memory_buffer_manager.h", 14 "+gpu/command_buffer/client/gpu_memory_buffer_manager.h",
14 "+gpu/ipc/client/gpu_channel_host.h", 15 "+gpu/ipc/client/gpu_channel_host.h",
15 "+mojo/public/cpp/system/buffer.h", 16 "+mojo/public/cpp/system/buffer.h",
16 "+mojo/public/cpp/system/platform_handle.h", 17 "+mojo/public/cpp/system/platform_handle.h",
17 "+services/ui/common/accelerator_util.h", 18 "+services/ui/common/accelerator_util.h",
18 "+services/ui/common/task_runner_test_base.h", 19 "+services/ui/common/task_runner_test_base.h",
19 "+services/ui/public/cpp/gpu", 20 "+services/ui/public/cpp/gpu",
20 "+services/ui/public/cpp/property_type_converters.h", 21 "+services/ui/public/cpp/property_type_converters.h",
21 "+services/ui/public/cpp/raster_thread_helper.h", 22 "+services/ui/public/cpp/raster_thread_helper.h",
22 "+services/ui/public/cpp/client_compositor_frame_sink.h", 23 "+services/ui/public/cpp/client_compositor_frame_sink.h",
23 "+ui/gl/gl_bindings.h", 24 "+ui/gl/gl_bindings.h",
24 ] 25 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698