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

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

Issue 1865913005: Nuke WebPassOwnPtr<T> and replace it with std::unique_ptr<T>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'PartitionAlloc.cpp', 84 'PartitionAlloc.cpp',
85 'PartitionAlloc.h', 85 'PartitionAlloc.h',
86 'PartitionAllocator.cpp', 86 'PartitionAllocator.cpp',
87 'PartitionAllocator.h', 87 'PartitionAllocator.h',
88 'Partitions.cpp', 88 'Partitions.cpp',
89 'Partitions.h', 89 'Partitions.h',
90 'PassOwnPtr.h', 90 'PassOwnPtr.h',
91 'PassRefPtr.h', 91 'PassRefPtr.h',
92 'PrintStream.cpp', 92 'PrintStream.cpp',
93 'PrintStream.h', 93 'PrintStream.h',
94 'PtrUtil.h',
94 'RefCounted.h', 95 'RefCounted.h',
95 'RefCountedLeakCounter.cpp', 96 'RefCountedLeakCounter.cpp',
96 'RefCountedLeakCounter.h', 97 'RefCountedLeakCounter.h',
97 'RefPtr.h', 98 'RefPtr.h',
98 'RetainPtr.h', 99 'RetainPtr.h',
99 'SaturatedArithmetic.h', 100 'SaturatedArithmetic.h',
100 'SizeLimits.cpp', 101 'SizeLimits.cpp',
101 'SpinLock.cpp', 102 'SpinLock.cpp',
102 'SpinLock.h', 103 'SpinLock.h',
103 'StaticConstructors.h', 104 'StaticConstructors.h',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'text/StringBufferTest.cpp', 225 'text/StringBufferTest.cpp',
225 'text/StringBuilderTest.cpp', 226 'text/StringBuilderTest.cpp',
226 'text/StringImplTest.cpp', 227 'text/StringImplTest.cpp',
227 'text/StringOperatorsTest.cpp', 228 'text/StringOperatorsTest.cpp',
228 'text/TextCodecReplacementTest.cpp', 229 'text/TextCodecReplacementTest.cpp',
229 'text/TextCodecUTF8Test.cpp', 230 'text/TextCodecUTF8Test.cpp',
230 'text/WTFStringTest.cpp', 231 'text/WTFStringTest.cpp',
231 ], 232 ],
232 }, 233 },
233 } 234 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698