| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index d5db28ecb449f015e580df5819944451fa9209ef..50da5748a35016a90e396f78e6778b44df009b47 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -695,8 +695,6 @@ static_library("test_support") {
|
| "test/pixel_comparator.h",
|
| "test/pixel_test.cc",
|
| "test/pixel_test.h",
|
| - "test/pixel_test_delegating_output_surface.cc",
|
| - "test/pixel_test_delegating_output_surface.h",
|
| "test/pixel_test_output_surface.cc",
|
| "test/pixel_test_output_surface.h",
|
| "test/pixel_test_software_output_device.cc",
|
| @@ -729,6 +727,8 @@ static_library("test_support") {
|
| "test/test_context_provider.h",
|
| "test/test_context_support.cc",
|
| "test/test_context_support.h",
|
| + "test/test_delegating_output_surface.cc",
|
| + "test/test_delegating_output_surface.h",
|
| "test/test_gles2_interface.cc",
|
| "test/test_gles2_interface.h",
|
| "test/test_gpu_memory_buffer_manager.cc",
|
|
|