| Index: gpu/gpu_common.gypi
|
| diff --git a/gpu/gpu_common.gypi b/gpu/gpu_common.gypi
|
| index 6fa682941f8c86be300b21affbd740c71a2c616a..d117fc00902024c95b4a2d9c07b84a45db15e806 100644
|
| --- a/gpu/gpu_common.gypi
|
| +++ b/gpu/gpu_common.gypi
|
| @@ -231,10 +231,10 @@
|
| ],
|
| 'sources': [
|
| '<@(gles2_c_lib_source_files)',
|
| - 'command_buffer/tests/occlusion_query_unittests.cc',
|
| 'command_buffer/tests/gl_bind_uniform_location_unittest.cc',
|
| 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc',
|
| 'command_buffer/tests/gl_depth_texture_unittest.cc',
|
| + 'command_buffer/tests/gl_get_error_query_unittests.cc',
|
| 'command_buffer/tests/gl_manager.cc',
|
| 'command_buffer/tests/gl_manager.h',
|
| 'command_buffer/tests/gl_pointcoord_unittest.cc',
|
| @@ -243,6 +243,7 @@
|
| 'command_buffer/tests/gl_test_utils.h',
|
| 'command_buffer/tests/gl_texture_mailbox_unittests.cc',
|
| 'command_buffer/tests/gl_unittests.cc',
|
| + 'command_buffer/tests/occlusion_query_unittests.cc',
|
| ],
|
| },
|
| {
|
|
|