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

Unified Diff: ui/aura/mus/DEPS

Issue 2464123003: Enabling Aura-Mus clients to submit frames to Mus. (Closed)
Patch Set: Rebase, addressing feedback, removing some unneded imports/deps. Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/aura/mus/gpu_memory_buffer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/DEPS
diff --git a/ui/aura/mus/DEPS b/ui/aura/mus/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..cae31abe02ea3f1ba327cb52a91d359ae92308d1
--- /dev/null
+++ b/ui/aura/mus/DEPS
@@ -0,0 +1,10 @@
+include_rules = [
+ "+cc/ipc/mojo_compositor_frame_sink.mojom.h",
+ "+cc/output/compositor_frame_sink_client.h",
+ "+cc/output/compositor_frame_sink.h",
+ "+cc/scheduler/begin_frame_source.h",
+ "+gpu/command_buffer/client/gpu_memory_buffer_manager.h",
+ "+gpu/ipc/client/gpu_channel_host.h",
+ "+mojo/public/cpp/system/buffer.h",
+ "+mojo/public/cpp/system/platform_handle.h",
+]
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/aura/mus/gpu_memory_buffer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698