diff options
Diffstat (limited to 'gpu/BUILD.gn')
-rw-r--r-- | gpu/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn index ce9f9d0..d918e9f 100644 --- a/gpu/BUILD.gn +++ b/gpu/BUILD.gn @@ -70,6 +70,7 @@ test("gl_tests") { "command_buffer/tests/gl_bind_uniform_location_unittest.cc", "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_texture_CHROMIUM_unittest.cc", "command_buffer/tests/gl_depth_texture_unittest.cc", "command_buffer/tests/gl_gpu_memory_buffer_unittest.cc", |