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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 "GetPtr.h", | 93 "GetPtr.h", |
94 "HashCountedSet.h", | 94 "HashCountedSet.h", |
95 "HashFunctions.h", | 95 "HashFunctions.h", |
96 "HashIterators.h", | 96 "HashIterators.h", |
97 "HashMap.h", | 97 "HashMap.h", |
98 "HashSet.h", | 98 "HashSet.h", |
99 "HashTable.cpp", | 99 "HashTable.cpp", |
100 "HashTable.h", | 100 "HashTable.h", |
101 "HashTableDeletedValueType.h", | 101 "HashTableDeletedValueType.h", |
102 "HashTraits.h", | 102 "HashTraits.h", |
| 103 "HexNumber.h", |
103 "InstanceCounter.h", | 104 "InstanceCounter.h", |
104 "LeakAnnotations.h", | 105 "LeakAnnotations.h", |
105 "LinkedHashSet.h", | 106 "LinkedHashSet.h", |
106 "ListHashSet.h", | 107 "ListHashSet.h", |
107 "Locker.h", | 108 "Locker.h", |
| 109 "MathExtras.h", |
108 "NonCopyingSort.h", | 110 "NonCopyingSort.h", |
109 "Noncopyable.h", | 111 "Noncopyable.h", |
110 "NotFound.h", | 112 "NotFound.h", |
111 "Optional.h", | 113 "Optional.h", |
112 "PassRefPtr.h", | 114 "PassRefPtr.h", |
113 "PrintStream.h", | 115 "PrintStream.h", |
114 "PtrUtil.h", | 116 "PtrUtil.h", |
115 "RefCounted.h", | 117 "RefCounted.h", |
116 "RefPtr.h", | 118 "RefPtr.h", |
| 119 "RetainPtr.h", |
117 "SizeAssertions.h", | 120 "SizeAssertions.h", |
118 "SpinLock.h", | 121 "SpinLock.h", |
119 "StackUtil.h", | 122 "StackUtil.h", |
120 "StaticConstructors.h", | 123 "StaticConstructors.h", |
121 "StdLibExtras.h", | 124 "StdLibExtras.h", |
122 "StringExtras.h", | 125 "StringExtras.h", |
| 126 "StringHasher.h", |
123 "ThreadRestrictionVerifier.h", | 127 "ThreadRestrictionVerifier.h", |
124 "ThreadSafeRefCounted.h", | 128 "ThreadSafeRefCounted.h", |
125 "ThreadSpecific.h", | 129 "ThreadSpecific.h", |
126 "Threading.h", | 130 "Threading.h", |
127 "ThreadingPrimitives.h", | 131 "ThreadingPrimitives.h", |
128 "Time.h", | 132 "Time.h", |
129 "TreeNode.h", | 133 "TreeNode.h", |
130 "TriState.h", | 134 "TriState.h", |
131 "TypeTraits.h", | 135 "TypeTraits.h", |
132 "Vector.h", | 136 "Vector.h", |
133 "VectorTraits.h", | 137 "VectorTraits.h", |
134 "WTF.h", | 138 "WTF.h", |
135 "WTFExport.h", | 139 "WTFExport.h", |
| 140 "WTFThreadData.h", |
136 "WeakPtr.h", | 141 "WeakPtr.h", |
137 "allocator/PartitionAllocator.cpp", | 142 "allocator/PartitionAllocator.cpp", |
138 "allocator/PartitionAllocator.h", | 143 "allocator/PartitionAllocator.h", |
139 "allocator/Partitions.cpp", | 144 "allocator/Partitions.cpp", |
140 "allocator/Partitions.h", | 145 "allocator/Partitions.h", |
141 "build_config.h", | 146 "build_config.h", |
| 147 "dtoa.cpp", |
| 148 "dtoa.h", |
| 149 "dtoa/bignum-dtoa.cc", |
| 150 "dtoa/bignum-dtoa.h", |
| 151 "dtoa/bignum.cc", |
| 152 "dtoa/bignum.h", |
| 153 "dtoa/cached-powers.cc", |
| 154 "dtoa/cached-powers.h", |
| 155 "dtoa/diy-fp.cc", |
| 156 "dtoa/diy-fp.h", |
| 157 "dtoa/double-conversion.cc", |
| 158 "dtoa/double-conversion.h", |
| 159 "dtoa/double.h", |
| 160 "dtoa/fast-dtoa.cc", |
| 161 "dtoa/fast-dtoa.h", |
| 162 "dtoa/fixed-dtoa.cc", |
| 163 "dtoa/fixed-dtoa.h", |
| 164 "dtoa/strtod.cc", |
| 165 "dtoa/strtod.h", |
| 166 "dtoa/utils.h", |
| 167 "text/ASCIIFastPath.h", |
| 168 "text/AtomicString.cpp", |
| 169 "text/AtomicString.h", |
| 170 "text/AtomicStringCF.cpp", |
| 171 "text/AtomicStringHash.h", |
| 172 "text/AtomicStringTable.cpp", |
| 173 "text/AtomicStringTable.h", |
| 174 "text/CString.cpp", |
| 175 "text/CString.h", |
| 176 "text/CharacterNames.h", |
| 177 "text/IntegerToStringConversion.h", |
| 178 "text/StringBuffer.h", |
| 179 "text/StringBuilder.cpp", |
| 180 "text/StringBuilder.h", |
| 181 "text/StringConcatenate.cpp", |
| 182 "text/StringConcatenate.h", |
| 183 "text/StringHash.h", |
| 184 "text/StringImpl.cpp", |
| 185 "text/StringImpl.h", |
| 186 "text/StringImplCF.cpp", |
| 187 "text/StringImplMac.mm", |
| 188 "text/StringMac.mm", |
| 189 "text/StringOperators.h", |
| 190 "text/StringStatics.cpp", |
| 191 "text/StringStatics.h", |
| 192 "text/StringToNumber.cpp", |
| 193 "text/StringToNumber.h", |
| 194 "text/StringView.cpp", |
| 195 "text/StringView.h", |
| 196 "text/UTF8.cpp", |
| 197 "text/UTF8.h", |
142 "text/Unicode.h", | 198 "text/Unicode.h", |
| 199 "text/WTFString.cpp", |
| 200 "text/WTFString.h", |
143 "text/icu/UnicodeIcu.h", | 201 "text/icu/UnicodeIcu.h", |
144 ] | 202 ] |
145 | 203 |
146 configs += [ | 204 configs += [ |
147 "//third_party/WebKit/Source:config", | 205 "//third_party/WebKit/Source:config", |
148 "//third_party/WebKit/Source:non_test_config", | 206 "//third_party/WebKit/Source:non_test_config", |
149 "//third_party/WebKit/Source:blink_pch", | 207 "//third_party/WebKit/Source:blink_pch", |
150 ] | 208 ] |
151 | 209 |
152 defines = [ "WTF_IMPLEMENTATION=1" ] | 210 defines = [ "WTF_IMPLEMENTATION=1" ] |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 if (is_linux) { | 243 if (is_linux) { |
186 libs = [ "dl" ] | 244 libs = [ "dl" ] |
187 } | 245 } |
188 | 246 |
189 if (is_mac) { | 247 if (is_mac) { |
190 libs = [ | 248 libs = [ |
191 "CoreFoundation.framework", | 249 "CoreFoundation.framework", |
192 "Foundation.framework", | 250 "Foundation.framework", |
193 ] | 251 ] |
194 } else { | 252 } else { |
195 # sources -= [ | 253 sources -= [ |
196 # "text/AtomicStringCF.cpp", | 254 "text/AtomicStringCF.cpp", |
197 # "text/StringImplCF.cpp", | 255 "text/StringImplCF.cpp", |
198 # ] | 256 ] |
199 } | 257 } |
200 | 258 |
201 if (remove_webcore_debug_symbols) { | 259 if (remove_webcore_debug_symbols) { |
202 configs -= [ "//build/config/compiler:default_symbols" ] | 260 configs -= [ "//build/config/compiler:default_symbols" ] |
203 configs += [ "//build/config/compiler:no_symbols" ] | 261 configs += [ "//build/config/compiler:no_symbols" ] |
204 } | 262 } |
205 } | 263 } |
OLD | NEW |