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

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: rebase 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 'RefPtr.h', 96 'RefPtr.h',
96 'RetainPtr.h', 97 'RetainPtr.h',
97 'SaturatedArithmetic.h', 98 'SaturatedArithmetic.h',
98 'SizeLimits.cpp', 99 'SizeLimits.cpp',
99 'SpinLock.cpp', 100 'SpinLock.cpp',
100 'SpinLock.h', 101 'SpinLock.h',
101 'StaticConstructors.h', 102 'StaticConstructors.h',
102 'StdLibExtras.h', 103 'StdLibExtras.h',
103 'StringExtras.h', 104 'StringExtras.h',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 'text/StringBufferTest.cpp', 223 'text/StringBufferTest.cpp',
223 'text/StringBuilderTest.cpp', 224 'text/StringBuilderTest.cpp',
224 'text/StringImplTest.cpp', 225 'text/StringImplTest.cpp',
225 'text/StringOperatorsTest.cpp', 226 'text/StringOperatorsTest.cpp',
226 'text/TextCodecReplacementTest.cpp', 227 'text/TextCodecReplacementTest.cpp',
227 'text/TextCodecUTF8Test.cpp', 228 'text/TextCodecUTF8Test.cpp',
228 'text/WTFStringTest.cpp', 229 'text/WTFStringTest.cpp',
229 ], 230 ],
230 }, 231 },
231 } 232 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/wtf/PtrUtil.h ('k') | third_party/WebKit/public/platform/WebCallbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698