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

Unified Diff: content/test/BUILD.gn

Issue 2774373002: Use MojoCompositorFrameSink in RendererCompositorFrameSink (Closed)
Patch Set: Fixed mac Created 3 years, 8 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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index c545c69a28459bf1481c7797f41ea4971f48b862..fd8795e85af7f99e830f7a80a5c680553eee23cd 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -165,6 +165,8 @@ static_library("test_support") {
"fake_compositor_dependencies.h",
"fake_plugin_service.cc",
"fake_plugin_service.h",
+ "fake_renderer_compositor_frame_sink.cc",
+ "fake_renderer_compositor_frame_sink.h",
"mock_background_sync_controller.cc",
"mock_background_sync_controller.h",
"mock_google_streaming_server.cc",
@@ -245,6 +247,7 @@ static_library("test_support") {
"//cc:test_support",
"//cc/blink",
"//cc/ipc",
+ "//cc/ipc:interfaces",
"//cc/surfaces",
"//components/display_compositor",
"//components/leveldb/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698