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

Unified Diff: third_party/WebKit/Source/wtf/wtf.gypi

Issue 1807853003: Deprecate some macros in wtf/Assertions.h in favor of base/logging.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Many updates Created 4 years, 9 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: 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',
- ],
},
}

Powered by Google App Engine
This is Rietveld 408576698