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

Unified Diff: content/test/BUILD.gn

Issue 2774373002: Use MojoCompositorFrameSink in RendererCompositorFrameSink (Closed)
Patch Set: Survive renderer crash 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 b19e1c909cfad9d361e15bd416db330065745824..d131f2cd042fb580f7925251f0966bf39b123c06 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