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

Unified Diff: ui/aura/BUILD.gn

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/BUILD.gn
diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
index 76dd501d8729944e639d46b9077dbea833c6d611..f0d256ae60b4f91c2ed42432a8346692d61757db 100644
--- a/ui/aura/BUILD.gn
+++ b/ui/aura/BUILD.gn
@@ -68,6 +68,10 @@ component("aura") {
"input_state_lookup_win.h",
"layout_manager.cc",
"layout_manager.h",
+ "local/compositor_frame_sink_local.cc",
+ "local/compositor_frame_sink_local.h",
+ "local/window_port_local.cc",
+ "local/window_port_local.h",
"mus/capture_synchronizer.cc",
"mus/capture_synchronizer.h",
"mus/capture_synchronizer_delegate.h",
@@ -126,8 +130,6 @@ component("aura") {
"window_observer.h",
"window_port.cc",
"window_port.h",
- "window_port_local.cc",
- "window_port_local.h",
"window_targeter.cc",
"window_targeter.h",
"window_tracker.h",

Powered by Google App Engine
This is Rietveld 408576698