| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 7ea62c4472c9472315147b7b15012fbd6f86f0cf..3098a8e088f803230514a9dd989bc3fbd20b0800 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -1112,7 +1112,6 @@ test("content_unittests") {
|
| "../browser/cache_storage/cache_storage_scheduler_unittest.cc",
|
| "../browser/child_process_security_policy_unittest.cc",
|
| "../browser/cocoa/system_hotkey_map_unittest.mm",
|
| - "../browser/compositor/gpu_vsync_begin_frame_source_unittest.cc",
|
| "../browser/compositor/reflector_impl_unittest.cc",
|
| "../browser/compositor/software_browser_compositor_output_surface_unittest.cc",
|
| "../browser/compositor/software_output_device_mac_unittest.mm",
|
| @@ -1832,7 +1831,6 @@ test("content_unittests") {
|
| }
|
| if (!use_aura && !is_mac) {
|
| sources -= [
|
| - "../browser/compositor/gpu_vsync_begin_frame_source_unittest.cc",
|
| "../browser/compositor/reflector_impl_unittest.cc",
|
| "../browser/compositor/software_browser_compositor_output_surface_unittest.cc",
|
| "../browser/renderer_host/compositor_resize_lock_unittest.cc",
|
|
|