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

Unified Diff: cc/BUILD.gn

Issue 2802023002: Remove SurfaceFactory And SurfaceFactoryClient (Closed)
Patch Set: Rebase SurfaceSynchronizationTest Created 3 years, 7 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/BUILD.gn » ('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 a957fa726b49d520d10a534b6ad3071589683000..0684f0fcad7b3e4e8c9b40a8537c2b8a917f5b54 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -592,6 +592,8 @@ cc_static_library("test_support") {
"test/layer_tree_pixel_test.h",
"test/layer_tree_test.cc",
"test/layer_tree_test.h",
+ "test/mock_compositor_frame_sink_support_client.cc",
+ "test/mock_compositor_frame_sink_support_client.h",
"test/mock_helper.h",
"test/mock_occlusion_tracker.h",
"test/ordered_simple_task_runner.cc",
@@ -857,11 +859,11 @@ cc_test("cc_unittests") {
"surfaces/display_unittest.cc",
"surfaces/referenced_surface_tracker_unittest.cc",
"surfaces/surface_aggregator_unittest.cc",
- "surfaces/surface_factory_unittest.cc",
"surfaces/surface_hittest_unittest.cc",
"surfaces/surface_manager_ref_unittest.cc",
"surfaces/surface_manager_unittest.cc",
"surfaces/surface_sequence_generator_unittest.cc",
+ "surfaces/surface_synchronization_unittest.cc",
"surfaces/surface_unittest.cc",
"surfaces/surfaces_pixeltest.cc",
« no previous file with comments | « no previous file | cc/surfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698