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

Unified Diff: components/exo/BUILD.gn

Issue 2493223002: Change exo::SurfaceFactoryOwner to exo::ExoCompositorFrameSink (Closed)
Patch Set: Added CompositorFrameSinkHolder class and addressed comments" 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 | « no previous file | components/exo/DEPS » ('j') | components/exo/compositor_frame_sink_holder.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/BUILD.gn
diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
index bc63830913e5468e92f26b78095e7afada485c19..5f09187d6ab1772766579488b6c8b2a298705121 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -9,8 +9,12 @@ source_set("exo") {
sources = [
"buffer.cc",
"buffer.h",
+ "compositor_frame_sink_holder.cc",
+ "compositor_frame_sink_holder.h",
"display.cc",
"display.h",
+ "exo_compositor_frame_sink.cc",
+ "exo_compositor_frame_sink.h",
"gamepad.cc",
"gamepad.h",
"keyboard.cc",
« no previous file with comments | « no previous file | components/exo/DEPS » ('j') | components/exo/compositor_frame_sink_holder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698