Chromium Code Reviews| 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", |