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

Unified Diff: Source/wtf/wtf.gypi

Issue 1257203002: Fix ODR violation that can break WTF::String pretty printing in tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 5 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
« Source/wtf/text/WTFString.h ('K') | « Source/wtf/text/WTFString.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/wtf.gypi
diff --git a/Source/wtf/wtf.gypi b/Source/wtf/wtf.gypi
index 05fcec956d8f1eadb50197f6a2b41649ee1d59fe..e2a5435cf4a96a40260413407373ceb465b14af1 100644
--- a/Source/wtf/wtf.gypi
+++ b/Source/wtf/wtf.gypi
@@ -225,7 +225,7 @@
'TemporaryChangeTest.cpp',
'TreeNodeTest.cpp',
'VectorTest.cpp',
- 'testing/WTFTestHelpersTest.cpp',
+ 'testing/WTFTestPrintersTest.cpp',
'text/AtomicStringTest.cpp',
'text/CStringTest.cpp',
'text/StringBufferTest.cpp',
@@ -237,9 +237,7 @@
'text/WTFStringTest.cpp',
],
'wtf_unittest_helper_files': [
- 'testing/WTFTestHelpers.cpp',
- 'testing/WTFTestHelpers.h',
- 'testing/WTFUnitTestHelpersExport.h',
+ 'testing/WTFTestPrinters.cpp',
],
},
}
« Source/wtf/text/WTFString.h ('K') | « Source/wtf/text/WTFString.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698