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

Unified Diff: gyp/tests.gypi

Issue 185923002: Rename test files to end with Test.cpp. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 10 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 | « no previous file | tests/DiscardableMemoryPool.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tests.gypi
diff --git a/gyp/tests.gypi b/gyp/tests.gypi
index 779ffdecdf1d9f895dc8f4980b41634e291d3955..18908190fe044a4df5ffe6f996f9f04e57b910af 100644
--- a/gyp/tests.gypi
+++ b/gyp/tests.gypi
@@ -58,7 +58,7 @@
'../tests/DeferredCanvasTest.cpp',
'../tests/DequeTest.cpp',
'../tests/DeviceLooperTest.cpp',
- '../tests/DiscardableMemoryPool.cpp',
+ '../tests/DiscardableMemoryPoolTest.cpp',
'../tests/DiscardableMemoryTest.cpp',
'../tests/DocumentTest.cpp',
'../tests/DrawBitmapRectTest.cpp',
@@ -76,7 +76,7 @@
'../tests/FontMgrTest.cpp',
'../tests/FontNamesTest.cpp',
'../tests/FrontBufferedStreamTest.cpp',
- '../tests/GLInterfaceValidation.cpp',
+ '../tests/GLInterfaceValidationTest.cpp',
'../tests/GLProgramsTest.cpp',
'../tests/GeometryTest.cpp',
'../tests/GifTest.cpp',
@@ -154,9 +154,9 @@
'../tests/TSetTest.cpp',
'../tests/TestSize.cpp',
'../tests/TileGridTest.cpp',
- '../tests/ToUnicode.cpp',
+ '../tests/ToUnicodeTest.cpp',
'../tests/TracingTest.cpp',
- '../tests/Typeface.cpp',
+ '../tests/TypefaceTest.cpp',
'../tests/UnicodeTest.cpp',
'../tests/UnitTestTest.cpp',
'../tests/UtilsTest.cpp',
« no previous file with comments | « no previous file | tests/DiscardableMemoryPool.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698