OLD | NEW |
1 # Copyright 2017 The Chromium Authors. All rights reserved. | 1 # Copyright 2017 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 # The below is a temporary setup during the WTF migration project: | 5 # The below is a temporary setup during the WTF migration project: |
6 # https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYC
AAJ | 6 # https://groups.google.com/a/chromium.org/d/msg/blink-dev/tLdAZCTlcAA/bYXVT8gYC
AAJ |
7 # | 7 # |
8 # We are moving wtf/ files to platform/wtf/ incrementally, thus, conceptually, | 8 # We are moving wtf/ files to platform/wtf/ incrementally, thus, conceptually, |
9 # the "wtf" target in wtf/BUILD.gn is being split into two, in a way that | 9 # the "wtf" target in wtf/BUILD.gn is being split into two, in a way that |
10 # only wtf/ can refer the contents in platform/wtf/. | 10 # only wtf/ can refer the contents in platform/wtf/. |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 sources = [ | 61 sources = [ |
62 "ASCIICType.cpp", | 62 "ASCIICType.cpp", |
63 "ASCIICType.h", | 63 "ASCIICType.h", |
64 "AddressSanitizer.h", | 64 "AddressSanitizer.h", |
65 "Alignment.h", | 65 "Alignment.h", |
66 "Allocator.h", | 66 "Allocator.h", |
67 "Assertions.cpp", | 67 "Assertions.cpp", |
68 "Assertions.h", | 68 "Assertions.h", |
69 "Atomics.h", | 69 "Atomics.h", |
70 "AutoReset.h", | 70 "AutoReset.h", |
| 71 "BitVector.cpp", |
| 72 "BitVector.h", |
71 "BitwiseOperations.h", | 73 "BitwiseOperations.h", |
72 "ByteSwap.h", | 74 "ByteSwap.h", |
73 "CPU.h", | 75 "CPU.h", |
74 "CheckedNumeric.h", | 76 "CheckedNumeric.h", |
75 "Compiler.h", | 77 "Compiler.h", |
76 "ConditionalDestructor.h", | 78 "ConditionalDestructor.h", |
77 "ContainerAnnotations.h", | 79 "ContainerAnnotations.h", |
78 "CryptographicallyRandomNumber.cpp", | 80 "CryptographicallyRandomNumber.cpp", |
79 "CryptographicallyRandomNumber.h", | 81 "CryptographicallyRandomNumber.h", |
80 "CurrentTime.cpp", | 82 "CurrentTime.cpp", |
81 "CurrentTime.h", | 83 "CurrentTime.h", |
| 84 "DataLog.cpp", |
| 85 "DataLog.h", |
| 86 "Deque.h", |
| 87 "DoublyLinkedList.h", |
82 "DynamicAnnotations.cpp", | 88 "DynamicAnnotations.cpp", |
83 "DynamicAnnotations.h", | 89 "DynamicAnnotations.h", |
| 90 "FilePrintStream.h", |
84 "Forward.h", | 91 "Forward.h", |
85 "Functional.h", | 92 "Functional.h", |
86 "GetPtr.h", | 93 "GetPtr.h", |
| 94 "HashCountedSet.h", |
| 95 "HashFunctions.h", |
| 96 "HashIterators.h", |
| 97 "HashMap.h", |
| 98 "HashSet.h", |
| 99 "HashTable.cpp", |
| 100 "HashTable.h", |
87 "HashTableDeletedValueType.h", | 101 "HashTableDeletedValueType.h", |
| 102 "HashTraits.h", |
88 "InstanceCounter.h", | 103 "InstanceCounter.h", |
89 "LeakAnnotations.h", | 104 "LeakAnnotations.h", |
| 105 "LinkedHashSet.h", |
| 106 "ListHashSet.h", |
90 "Locker.h", | 107 "Locker.h", |
91 "NonCopyingSort.h", | 108 "NonCopyingSort.h", |
92 "Noncopyable.h", | 109 "Noncopyable.h", |
93 "NotFound.h", | 110 "NotFound.h", |
94 "Optional.h", | 111 "Optional.h", |
95 "PassRefPtr.h", | 112 "PassRefPtr.h", |
| 113 "PrintStream.h", |
96 "PtrUtil.h", | 114 "PtrUtil.h", |
97 "RefCounted.h", | 115 "RefCounted.h", |
98 "RefPtr.h", | 116 "RefPtr.h", |
99 "SizeAssertions.h", | 117 "SizeAssertions.h", |
100 "SpinLock.h", | 118 "SpinLock.h", |
101 "StackUtil.h", | 119 "StackUtil.h", |
102 "StaticConstructors.h", | 120 "StaticConstructors.h", |
103 "StdLibExtras.h", | 121 "StdLibExtras.h", |
104 "StringExtras.h", | 122 "StringExtras.h", |
105 "ThreadRestrictionVerifier.h", | 123 "ThreadRestrictionVerifier.h", |
106 "ThreadSafeRefCounted.h", | 124 "ThreadSafeRefCounted.h", |
107 "ThreadSpecific.h", | 125 "ThreadSpecific.h", |
108 "Threading.h", | 126 "Threading.h", |
109 "ThreadingPrimitives.h", | 127 "ThreadingPrimitives.h", |
110 "Time.h", | 128 "Time.h", |
111 "TreeNode.h", | 129 "TreeNode.h", |
112 "TriState.h", | 130 "TriState.h", |
113 "TypeTraits.h", | 131 "TypeTraits.h", |
| 132 "Vector.h", |
| 133 "VectorTraits.h", |
114 "WTF.h", | 134 "WTF.h", |
115 "WTFExport.h", | 135 "WTFExport.h", |
116 "WeakPtr.h", | 136 "WeakPtr.h", |
117 "allocator/PartitionAllocator.cpp", | 137 "allocator/PartitionAllocator.cpp", |
118 "allocator/PartitionAllocator.h", | 138 "allocator/PartitionAllocator.h", |
119 "allocator/Partitions.cpp", | 139 "allocator/Partitions.cpp", |
120 "allocator/Partitions.h", | 140 "allocator/Partitions.h", |
121 "build_config.h", | 141 "build_config.h", |
122 "text/Unicode.h", | 142 "text/Unicode.h", |
123 "text/icu/UnicodeIcu.h", | 143 "text/icu/UnicodeIcu.h", |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
176 # "text/AtomicStringCF.cpp", | 196 # "text/AtomicStringCF.cpp", |
177 # "text/StringImplCF.cpp", | 197 # "text/StringImplCF.cpp", |
178 # ] | 198 # ] |
179 } | 199 } |
180 | 200 |
181 if (remove_webcore_debug_symbols) { | 201 if (remove_webcore_debug_symbols) { |
182 configs -= [ "//build/config/compiler:default_symbols" ] | 202 configs -= [ "//build/config/compiler:default_symbols" ] |
183 configs += [ "//build/config/compiler:no_symbols" ] | 203 configs += [ "//build/config/compiler:no_symbols" ] |
184 } | 204 } |
185 } | 205 } |
OLD | NEW |