| Index: gpu/BUILD.gn
|
| diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
|
| index 8cb4ec4358902f8d1a1cd9f9bb5eedd4258d6434..ccd1018e32741b494bac8627827d268acbc67d54 100644
|
| --- a/gpu/BUILD.gn
|
| +++ b/gpu/BUILD.gn
|
| @@ -76,6 +76,7 @@ test("gl_tests") {
|
| "command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc",
|
| "command_buffer/tests/gl_chromium_path_rendering_unittest.cc",
|
| "command_buffer/tests/gl_clear_framebuffer_unittest.cc",
|
| + "command_buffer/tests/gl_copy_compressed_texture_CHROMIUM_unittest.cc",
|
| "command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc",
|
| "command_buffer/tests/gl_depth_texture_unittest.cc",
|
| "command_buffer/tests/gl_gpu_memory_buffer_unittest.cc",
|
|
|