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

Unified Diff: components/exo/BUILD.gn

Issue 2493223002: Change exo::SurfaceFactoryOwner to exo::ExoCompositorFrameSink (Closed)
Patch Set: Override DesktopMediaListAshTest::TearDown() to reset list_ Created 4 years 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 | « chrome/browser/media/webrtc/desktop_media_list_ash_unittest.cc ('k') | components/exo/DEPS » ('j') | no next file with comments »
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 d4aebaf0185b9f7d575c6739c488a266276f9260..0086efe7f43bf75be9ee915a0237ad2168ac86ef 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -9,6 +9,10 @@ source_set("exo") {
sources = [
"buffer.cc",
"buffer.h",
+ "compositor_frame_sink.cc",
+ "compositor_frame_sink.h",
+ "compositor_frame_sink_holder.cc",
+ "compositor_frame_sink_holder.h",
"display.cc",
"display.h",
"gamepad.cc",
@@ -156,6 +160,7 @@ test("exo_unittests") {
"//base",
"//base/test:test_support",
"//device/gamepad:test_helpers",
+ "//mojo/edk/embedder:headers",
]
data_deps = [
« no previous file with comments | « chrome/browser/media/webrtc/desktop_media_list_ash_unittest.cc ('k') | components/exo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698