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

Unified Diff: components/exo/BUILD.gn

Issue 2493223002: Change exo::SurfaceFactoryOwner to exo::ExoCompositorFrameSink (Closed)
Patch Set: Added dependency //mojo/edk/embedder:headers to exo_unittests 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
Index: components/exo/BUILD.gn
diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
index 3e2fc4ae1e1d46200ad21ea4ba5f256398b2401b..097586548b0c47a95856316aa26433900d44306b 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",
@@ -154,6 +158,7 @@ test("exo_unittests") {
"//base",
"//base/test:test_support",
"//device/gamepad:test_helpers",
+ "//mojo/edk/embedder:headers",
]
data_deps = [

Powered by Google App Engine
This is Rietveld 408576698