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

Unified Diff: ui/aura/mus/DEPS

Issue 2464123003: Enabling Aura-Mus clients to submit frames to Mus. (Closed)
Patch Set: 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
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",
+]
+

Powered by Google App Engine
This is Rietveld 408576698