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

Unified Diff: ui/aura/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/DEPS
diff --git a/ui/aura/DEPS b/ui/aura/DEPS
index 7db76bbbc10f60b9c6a57ff51029619cb4cc513c..cf4ac51d11cea5bd7b589c40783712da730cc2ea 100644
--- a/ui/aura/DEPS
+++ b/ui/aura/DEPS
@@ -1,7 +1,7 @@
include_rules = [
- "+cc/surfaces/surface_id.h",
- "+cc/surfaces/surface_sequence.h",
+ "+cc/output/compositor_frame_sink.h",
sky 2017/05/08 22:36:43 Is there a reason to only include certain files fr
Peng 2017/05/09 17:26:57 Changed it to folder. Done
"+cc/surfaces/frame_sink_id.h",
+ "+cc/surfaces/surface_id.h",
"+mojo/common",
"+mojo/public/cpp/bindings",
"+net/base/filename_util.h",

Powered by Google App Engine
This is Rietveld 408576698