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

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

Issue 2050123002: Remove OwnPtr from Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments from Kent; merge. Created 4 years, 6 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'InstanceCounter.h', 52 'InstanceCounter.h',
53 'LeakAnnotations.h', 53 'LeakAnnotations.h',
54 'LinkedStack.h', 54 'LinkedStack.h',
55 'ListHashSet.h', 55 'ListHashSet.h',
56 'Locker.h', 56 'Locker.h',
57 'MathExtras.h', 57 'MathExtras.h',
58 'NonCopyingSort.h', 58 'NonCopyingSort.h',
59 'Noncopyable.h', 59 'Noncopyable.h',
60 'NotFound.h', 60 'NotFound.h',
61 'Optional.h', 61 'Optional.h',
62 'OwnPtr.h',
63 'OwnPtrCommon.h',
64 'PassOwnPtr.h',
65 'PassRefPtr.h', 62 'PassRefPtr.h',
66 'PrintStream.cpp', 63 'PrintStream.cpp',
67 'PrintStream.h', 64 'PrintStream.h',
68 'PtrUtil.h', 65 'PtrUtil.h',
69 'RefCounted.h', 66 'RefCounted.h',
70 'RefPtr.h', 67 'RefPtr.h',
71 'RetainPtr.h', 68 'RetainPtr.h',
72 'SaturatedArithmetic.h', 69 'SaturatedArithmetic.h',
73 'SizeLimits.cpp', 70 'SizeLimits.cpp',
74 'SpinLock.cpp', 71 'SpinLock.cpp',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'text/StringOperatorsTest.cpp', 226 'text/StringOperatorsTest.cpp',
230 'text/StringViewTest.cpp', 227 'text/StringViewTest.cpp',
231 'text/TextCodecTest.cpp', 228 'text/TextCodecTest.cpp',
232 'text/TextCodecReplacementTest.cpp', 229 'text/TextCodecReplacementTest.cpp',
233 'text/TextCodecUTF8Test.cpp', 230 'text/TextCodecUTF8Test.cpp',
234 'text/WTFStringTest.cpp', 231 'text/WTFStringTest.cpp',
235 'typed_arrays/ArrayBufferBuilderTest.cpp', 232 'typed_arrays/ArrayBufferBuilderTest.cpp',
236 ], 233 ],
237 }, 234 },
238 } 235 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698