Index: third_party/WebKit/Source/wtf/wtf.gypi |
diff --git a/third_party/WebKit/Source/wtf/wtf.gypi b/third_party/WebKit/Source/wtf/wtf.gypi |
index eaf572759bac204536d38dd01e4b6f010d232e68..e6ae9545f5c585ba8553dacc887ffc27e8080d2b 100644 |
--- a/third_party/WebKit/Source/wtf/wtf.gypi |
+++ b/third_party/WebKit/Source/wtf/wtf.gypi |
@@ -223,7 +223,6 @@ |
'TypeTraitsTest.cpp', |
'VectorTest.cpp', |
'dtoa_test.cpp', |
- 'testing/WTFTestPrintersTest.cpp', |
'text/AtomicStringTest.cpp', |
'text/CStringTest.cpp', |
'text/StringBufferTest.cpp', |
@@ -234,8 +233,5 @@ |
'text/TextCodecUTF8Test.cpp', |
'text/WTFStringTest.cpp', |
], |
- 'wtf_unittest_helper_files': [ |
- 'testing/WTFTestPrinters.cpp', |
- ], |
}, |
} |