| Index: gpu/BUILD.gn
|
| diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
|
| index 1522b7f279c2e277e964617441e8d678002f1e83..1ba360e0d46c341a34631063b0612d5bc3d9333c 100644
|
| --- a/gpu/BUILD.gn
|
| +++ b/gpu/BUILD.gn
|
| @@ -151,6 +151,7 @@ test("gl_tests") {
|
| sources = [
|
| "command_buffer/tests/compressed_texture_test.cc",
|
| "command_buffer/tests/es3_misc_functions_unittest.cc",
|
| + "command_buffer/tests/gl_bgra_mipmap_unittest.cc",
|
| "command_buffer/tests/gl_bind_uniform_location_unittest.cc",
|
| "command_buffer/tests/gl_chromium_framebuffer_mixed_samples_unittest.cc",
|
| "command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc",
|
|
|