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

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: rebase 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 172fe8fcc049f40995053739ec290075fb7fa582..c7c9716a805ad1de5975e4ff4a98b166211a359c 100644
--- a/third_party/WebKit/Source/wtf/wtf.gypi
+++ b/third_party/WebKit/Source/wtf/wtf.gypi
@@ -222,7 +222,6 @@
'TypeTraitsTest.cpp',
'VectorTest.cpp',
'dtoa_test.cpp',
- 'testing/WTFTestPrintersTest.cpp',
'text/AtomicStringTest.cpp',
'text/CStringTest.cpp',
'text/StringBufferTest.cpp',
@@ -233,8 +232,5 @@
'text/TextCodecUTF8Test.cpp',
'text/WTFStringTest.cpp',
],
- 'wtf_unittest_helper_files': [
- 'testing/WTFTestPrinters.cpp',
- ],
},
}

Powered by Google App Engine
This is Rietveld 408576698