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

Unified Diff: cc/BUILD.gn

Issue 2802023002: Remove SurfaceFactory And SurfaceFactoryClient (Closed)
Patch Set: Use range in for loop 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/BUILD.gn » ('j') | cc/surfaces/compositor_frame_sink_support.h » ('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 6b7472f4f52fc7ddc6ce532587c73e7ac16957ee..207db478279423f3dc068be7967fac552f9563d5 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",
@@ -684,6 +686,8 @@ cc_static_library("test_support") {
"//media",
"//skia",
"//testing/gmock",
+ "//testing/gmock",
danakj 2017/04/28 17:44:23 These are already both here?
Alex Z. 2017/05/01 14:48:34 Done.
+ "//testing/gtest",
"//testing/gtest",
"//ui/gfx",
"//ui/gfx:test_support",
@@ -854,11 +858,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') | cc/surfaces/compositor_frame_sink_support.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698