| Index: gpu/gpu.gyp
|
| diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
|
| index 1bb1105c0f8b845bda577d4bcb7664f669bb13cc..aa4f1f9052c262624bf4d2bff72d1b9def6e905b 100644
|
| --- a/gpu/gpu.gyp
|
| +++ b/gpu/gpu.gyp
|
| @@ -247,21 +247,22 @@
|
| 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc',
|
| 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc',
|
| 'command_buffer/tests/gl_depth_texture_unittest.cc',
|
| - 'command_buffer/tests/gl_query_unittests.cc',
|
| 'command_buffer/tests/gl_lose_context_chromium_unittests.cc',
|
| 'command_buffer/tests/gl_manager.cc',
|
| 'command_buffer/tests/gl_manager.h',
|
| 'command_buffer/tests/gl_pointcoord_unittest.cc',
|
| 'command_buffer/tests/gl_program_unittests.cc',
|
| + 'command_buffer/tests/gl_query_unittests.cc',
|
| + 'command_buffer/tests/gl_readback_unittests.cc',
|
| 'command_buffer/tests/gl_shared_resources_unittests.cc',
|
| - 'command_buffer/tests/gl_tests_main.cc',
|
| + 'command_buffer/tests/gl_stream_draw_unittests.cc',
|
| 'command_buffer/tests/gl_test_utils.cc',
|
| 'command_buffer/tests/gl_test_utils.h',
|
| + 'command_buffer/tests/gl_tests_main.cc',
|
| 'command_buffer/tests/gl_texture_mailbox_unittests.cc',
|
| 'command_buffer/tests/gl_texture_storage_unittests.cc',
|
| 'command_buffer/tests/gl_unittests.cc',
|
| 'command_buffer/tests/gl_virtual_contexts_unittests.cc',
|
| - 'command_buffer/tests/gl_stream_draw_unittests.cc',
|
| 'command_buffer/tests/occlusion_query_unittests.cc',
|
| ],
|
| 'conditions': [
|
|
|