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

Side by Side Diff: third_party/WebKit/Source/wtf/wtf.gypi

Issue 2231953003: Added ASSERT_SIZE macro for checking size of size-sensitive classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 'Alignment.h', 8 'Alignment.h',
9 'Allocator.h', 9 'Allocator.h',
10 'Assertions.cpp', 10 'Assertions.cpp',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'NotFound.h', 63 'NotFound.h',
64 'Optional.h', 64 'Optional.h',
65 'PassRefPtr.h', 65 'PassRefPtr.h',
66 'PrintStream.cpp', 66 'PrintStream.cpp',
67 'PrintStream.h', 67 'PrintStream.h',
68 'PtrUtil.h', 68 'PtrUtil.h',
69 'RefCounted.h', 69 'RefCounted.h',
70 'RefPtr.h', 70 'RefPtr.h',
71 'RetainPtr.h', 71 'RetainPtr.h',
72 'SaturatedArithmetic.h', 72 'SaturatedArithmetic.h',
73 'SizeAssertions.h',
73 'SizeLimits.cpp', 74 'SizeLimits.cpp',
74 'SpinLock.cpp', 75 'SpinLock.cpp',
75 'SpinLock.h', 76 'SpinLock.h',
76 'StaticConstructors.h', 77 'StaticConstructors.h',
77 'StdLibExtras.h', 78 'StdLibExtras.h',
78 'StringExtras.h', 79 'StringExtras.h',
79 'StringHasher.h', 80 'StringHasher.h',
80 'ThreadRestrictionVerifier.h', 81 'ThreadRestrictionVerifier.h',
81 'ThreadSafeRefCounted.h', 82 'ThreadSafeRefCounted.h',
82 'ThreadSpecific.h', 83 'ThreadSpecific.h',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 'text/StringOperatorsTest.cpp', 235 'text/StringOperatorsTest.cpp',
235 'text/StringViewTest.cpp', 236 'text/StringViewTest.cpp',
236 'text/TextCodecTest.cpp', 237 'text/TextCodecTest.cpp',
237 'text/TextCodecReplacementTest.cpp', 238 'text/TextCodecReplacementTest.cpp',
238 'text/TextCodecUTF8Test.cpp', 239 'text/TextCodecUTF8Test.cpp',
239 'text/WTFStringTest.cpp', 240 'text/WTFStringTest.cpp',
240 'typed_arrays/ArrayBufferBuilderTest.cpp', 241 'typed_arrays/ArrayBufferBuilderTest.cpp',
241 ], 242 ],
242 }, 243 },
243 } 244 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698