| 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',
|
| ],
|
| },
|
| }
|
|
|