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

Unified Diff: cc/BUILD.gn

Issue 2795683003: [cc]Replace use of SurfaceFactory with CompositorFrameSinkSupport in tests (Closed)
Patch Set: Add EmptyCompositorFrameSinkSupportClient Class 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.h » ('j') | cc/surfaces/surface_manager_unittest.cc » ('J')
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 6ffaeddd3670dbde3cb77e8515ba87106109ef93..3531f1598603b991ddd1c7f3e14cf94a488dd29a 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -518,6 +518,8 @@ cc_static_library("test_support") {
"test/begin_frame_args_test.h",
"test/begin_frame_source_test.cc",
"test/begin_frame_source_test.h",
+ "test/empty_compositor_frame_sink_support_client.cc",
+ "test/empty_compositor_frame_sink_support_client.h",
"test/fake_compositor_frame_sink.cc",
"test/fake_compositor_frame_sink.h",
"test/fake_compositor_frame_sink_client.cc",
« no previous file with comments | « no previous file | cc/surfaces/compositor_frame_sink_support.h » ('j') | cc/surfaces/surface_manager_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698