Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1812)

Unified Diff: gpu/gpu.gyp

Issue 138433004: Normalize _unittest.cc filename suffix for unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert ash_unittest change Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/command_buffer/tests/occlusion_query_unittests.cc ('k') | mojo/mojo_public.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 3aeedfc174fa59e824830e199f63b818003f3c2b..cd8a59d553e50884ebf8d1e64ef2421d9d870ece 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"', {
« no previous file with comments | « gpu/command_buffer/tests/occlusion_query_unittests.cc ('k') | mojo/mojo_public.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698