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

Unified Diff: ui/aura/local/DEPS

Issue 2868473002: Implement aura::Window::CreateCompositorFrameSink() (Closed)
Patch Set: Address review issues 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 side-by-side diff with in-line comments
Download patch
Index: ui/aura/local/DEPS
diff --git a/ui/aura/local/DEPS b/ui/aura/local/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..52032c1086a342cd166f85743ced9996fb4174f4
--- /dev/null
+++ b/ui/aura/local/DEPS
@@ -0,0 +1,12 @@
+include_rules = [
+ "+cc/output/compositor_frame_sink.h",
sky 2017/05/08 22:36:43 Similar comment here about cc includes.
Peng 2017/05/09 17:26:57 Done.
+ "+cc/output/compositor_frame_sink_client.h",
+ "+cc/scheduler/begin_frame_source.h",
+ "+cc/surfaces/compositor_frame_sink_support.h",
+ "+cc/surfaces/compositor_frame_sink_support_client.h",
+ "+cc/surfaces/frame_sink_id.h",
+ "+cc/surfaces/local_surface_id_allocator.h",
+ "+cc/surfaces/surface_id.h",
+ "+cc/surfaces/surface_manager.h",
+]
+

Powered by Google App Engine
This is Rietveld 408576698