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

Unified Diff: base/allocator/allocator.gyp

Issue 138433004: Normalize _unittest.cc filename suffix for unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Resync to trunk for mojo conflicts 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
Index: base/allocator/allocator.gyp
diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp
index 4841f58c9a40a2101f629b5304ed246cbaf4e2f8..05c570145c62394fcec7f02adff09a0b3855e61a 100644
--- a/base/allocator/allocator.gyp
+++ b/base/allocator/allocator.gyp
@@ -513,7 +513,7 @@
'../..',
],
'sources': [
- 'allocator_unittests.cc',
+ 'allocator_unittest.cc',
'../profiler/alternate_timer.cc',
'../profiler/alternate_timer.h',
],
@@ -616,7 +616,7 @@
'sources': [
'type_profiler_control.cc',
'type_profiler_control.h',
- 'type_profiler_unittests.cc',
+ 'type_profiler_unittest.cc',
],
},
{
@@ -638,7 +638,7 @@
'../..',
],
'sources': [
- 'type_profiler_map_unittests.cc',
+ 'type_profiler_map_unittest.cc',
'<(tcmalloc_dir)/src/gperftools/type_profiler_map.h',
'<(tcmalloc_dir)/src/type_profiler_map.cc',
],

Powered by Google App Engine
This is Rietveld 408576698