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

Unified Diff: cc/BUILD.gn

Issue 2795683003: [cc]Replace use of SurfaceFactory with CompositorFrameSinkSupport in tests (Closed)
Patch Set: Update returned_resources_ in FakeCompositorFrameSinkSupportClient::DidReceiveCompositorFrameAck 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
« no previous file with comments | « no previous file | cc/surfaces/compositor_frame_sink_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 48686b821142c8e49ad4f36e546ff68f712dbb54..f791854447dcbdfbf87d29dc0f48e9b96eb3372c 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -523,6 +523,8 @@ cc_static_library("test_support") {
"test/fake_compositor_frame_sink.h",
"test/fake_compositor_frame_sink_client.cc",
"test/fake_compositor_frame_sink_client.h",
+ "test/fake_compositor_frame_sink_support_client.cc",
+ "test/fake_compositor_frame_sink_support_client.h",
"test/fake_content_layer_client.cc",
"test/fake_content_layer_client.h",
"test/fake_external_begin_frame_source.cc",
« no previous file with comments | « no previous file | cc/surfaces/compositor_frame_sink_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698