diff options
author | alecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-17 00:30:32 +0000 |
---|---|---|
committer | alecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-17 00:30:32 +0000 |
commit | f791d5dc5945d2410264922389399b9300d7f256 (patch) | |
tree | fd4390cd5f72141811893bf9a9e69a3e39c1d21b /gpu/gpu.gyp | |
parent | f79c5917f8dd23a6d05c19f57537d5eb0ca58ba2 (diff) | |
download | chromium_src-f791d5dc5945d2410264922389399b9300d7f256.zip chromium_src-f791d5dc5945d2410264922389399b9300d7f256.tar.gz chromium_src-f791d5dc5945d2410264922389399b9300d7f256.tar.bz2 |
Normalize _unittest.cc filename suffix for unittests
This allows tools that use filename heuristics to detect tests
(like scythe)
BUG=335193
Review URL: https://codereview.chromium.org/138433004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245392 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index a185ba5..014c5cd 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -309,25 +309,25 @@ '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_gpu_memory_buffer_unittests.cc', - 'command_buffer/tests/gl_lose_context_chromium_unittests.cc', + 'command_buffer/tests/gl_gpu_memory_buffer_unittest.cc', + 'command_buffer/tests/gl_lose_context_chromium_unittest.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_stream_draw_unittests.cc', + 'command_buffer/tests/gl_program_unittest.cc', + 'command_buffer/tests/gl_query_unittest.cc', + 'command_buffer/tests/gl_readback_unittest.cc', + 'command_buffer/tests/gl_shared_resources_unittest.cc', + 'command_buffer/tests/gl_stream_draw_unittest.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_texture_mailbox_unittest.cc', + 'command_buffer/tests/gl_texture_storage_unittest.cc', + 'command_buffer/tests/gl_unittest.cc', 'command_buffer/tests/gl_unittests_android.cc', - 'command_buffer/tests/gl_virtual_contexts_unittests.cc', - 'command_buffer/tests/occlusion_query_unittests.cc', + 'command_buffer/tests/gl_virtual_contexts_unittest.cc', + 'command_buffer/tests/occlusion_query_unittest.cc', ], 'conditions': [ ['OS == "android" and gtest_target_type == "shared_library"', { |