| Index: gpu/BUILD.gn
|
| diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
|
| index 04db18069a0f10fe86c5286ea356b6ecef823b8f..7dceeec5b988af9ce397c81c444f1c3215544335 100644
|
| --- a/gpu/BUILD.gn
|
| +++ b/gpu/BUILD.gn
|
| @@ -140,6 +140,7 @@ test("gl_tests") {
|
| "command_buffer/tests/gl_ext_multisample_compatibility_unittest.cc",
|
| "command_buffer/tests/gl_ext_srgb_unittest.cc",
|
| "command_buffer/tests/gl_fence_sync_unittest.cc",
|
| + "command_buffer/tests/gl_gpu_fence_unittest.cc",
|
| "command_buffer/tests/gl_gpu_memory_buffer_unittest.cc",
|
| "command_buffer/tests/gl_iosurface_readback_workaround_unittest.cc",
|
| "command_buffer/tests/gl_lose_context_chromium_unittest.cc",
|
|
|