| Index: gpu/BUILD.gn
|
| diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
|
| index 34ca8cba89e880f04696f624592a55075fad6435..f500ef8192e1e731cec3f31864b6131507fa2e0e 100644
|
| --- a/gpu/BUILD.gn
|
| +++ b/gpu/BUILD.gn
|
| @@ -127,6 +127,7 @@ test("gl_tests") {
|
| "command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc",
|
| "command_buffer/tests/gl_cube_map_texture_unittest.cc",
|
| "command_buffer/tests/gl_depth_texture_unittest.cc",
|
| + "command_buffer/tests/gl_ext_blend_func_extended_unittest.cc",
|
| "command_buffer/tests/gl_gpu_memory_buffer_unittest.cc",
|
| "command_buffer/tests/gl_lose_context_chromium_unittest.cc",
|
| "command_buffer/tests/gl_manager.cc",
|
|
|