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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # For GN compatibility, this file can not have any conditions. 1 # For GN compatibility, this file can not have any conditions.
2 { 2 {
3 'variables': { 3 'variables': {
4 'wtf_files': [ 4 'wtf_files': [
5 'ASCIICType.cpp', 5 'ASCIICType.cpp',
6 'ASCIICType.h', 6 'ASCIICType.h',
7 'AddressSanitizer.h', 7 'AddressSanitizer.h',
8 'AddressSpaceRandomization.cpp', 8 'AddressSpaceRandomization.cpp',
9 'AddressSpaceRandomization.h', 9 'AddressSpaceRandomization.h',
10 'Alignment.h', 10 'Alignment.h',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 'PartitionAllocTest.cpp', 215 'PartitionAllocTest.cpp',
216 'RefPtrTest.cpp', 216 'RefPtrTest.cpp',
217 'SaturatedArithmeticTest.cpp', 217 'SaturatedArithmeticTest.cpp',
218 'StringExtrasTest.cpp', 218 'StringExtrasTest.cpp',
219 'StringHasherTest.cpp', 219 'StringHasherTest.cpp',
220 'TemporaryChangeTest.cpp', 220 'TemporaryChangeTest.cpp',
221 'TreeNodeTest.cpp', 221 'TreeNodeTest.cpp',
222 'TypeTraitsTest.cpp', 222 'TypeTraitsTest.cpp',
223 'VectorTest.cpp', 223 'VectorTest.cpp',
224 'dtoa_test.cpp', 224 'dtoa_test.cpp',
225 'testing/WTFTestPrintersTest.cpp',
226 'text/AtomicStringTest.cpp', 225 'text/AtomicStringTest.cpp',
227 'text/CStringTest.cpp', 226 'text/CStringTest.cpp',
228 'text/StringBufferTest.cpp', 227 'text/StringBufferTest.cpp',
229 'text/StringBuilderTest.cpp', 228 'text/StringBuilderTest.cpp',
230 'text/StringImplTest.cpp', 229 'text/StringImplTest.cpp',
231 'text/StringOperatorsTest.cpp', 230 'text/StringOperatorsTest.cpp',
232 'text/TextCodecReplacementTest.cpp', 231 'text/TextCodecReplacementTest.cpp',
233 'text/TextCodecUTF8Test.cpp', 232 'text/TextCodecUTF8Test.cpp',
234 'text/WTFStringTest.cpp', 233 'text/WTFStringTest.cpp',
235 ], 234 ],
236 'wtf_unittest_helper_files': [
237 'testing/WTFTestPrinters.cpp',
238 ],
239 }, 235 },
240 } 236 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698