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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 "dtoa/strtod.cc", | 164 "dtoa/strtod.cc", |
165 "dtoa/strtod.h", | 165 "dtoa/strtod.h", |
166 "dtoa/utils.h", | 166 "dtoa/utils.h", |
167 "text/ASCIIFastPath.h", | 167 "text/ASCIIFastPath.h", |
168 "text/AtomicString.cpp", | 168 "text/AtomicString.cpp", |
169 "text/AtomicString.h", | 169 "text/AtomicString.h", |
170 "text/AtomicStringCF.cpp", | 170 "text/AtomicStringCF.cpp", |
171 "text/AtomicStringHash.h", | 171 "text/AtomicStringHash.h", |
172 "text/AtomicStringTable.cpp", | 172 "text/AtomicStringTable.cpp", |
173 "text/AtomicStringTable.h", | 173 "text/AtomicStringTable.h", |
| 174 "text/Base64.cpp", |
| 175 "text/Base64.h", |
174 "text/CString.cpp", | 176 "text/CString.cpp", |
175 "text/CString.h", | 177 "text/CString.h", |
176 "text/CharacterNames.h", | 178 "text/CharacterNames.h", |
| 179 "text/Collator.h", |
177 "text/IntegerToStringConversion.h", | 180 "text/IntegerToStringConversion.h", |
| 181 "text/ParsingUtilities.h", |
178 "text/StringBuffer.h", | 182 "text/StringBuffer.h", |
179 "text/StringBuilder.cpp", | 183 "text/StringBuilder.cpp", |
180 "text/StringBuilder.h", | 184 "text/StringBuilder.h", |
181 "text/StringConcatenate.cpp", | 185 "text/StringConcatenate.cpp", |
182 "text/StringConcatenate.h", | 186 "text/StringConcatenate.h", |
183 "text/StringHash.h", | 187 "text/StringHash.h", |
184 "text/StringImpl.cpp", | 188 "text/StringImpl.cpp", |
185 "text/StringImpl.h", | 189 "text/StringImpl.h", |
186 "text/StringImplCF.cpp", | 190 "text/StringImplCF.cpp", |
187 "text/StringImplMac.mm", | 191 "text/StringImplMac.mm", |
188 "text/StringMac.mm", | 192 "text/StringMac.mm", |
189 "text/StringOperators.h", | 193 "text/StringOperators.h", |
190 "text/StringStatics.cpp", | 194 "text/StringStatics.cpp", |
191 "text/StringStatics.h", | 195 "text/StringStatics.h", |
192 "text/StringToNumber.cpp", | 196 "text/StringToNumber.cpp", |
193 "text/StringToNumber.h", | 197 "text/StringToNumber.h", |
| 198 "text/StringUTF8Adaptor.h", |
194 "text/StringView.cpp", | 199 "text/StringView.cpp", |
195 "text/StringView.h", | 200 "text/StringView.h", |
| 201 "text/TextCodec.cpp", |
| 202 "text/TextCodec.h", |
| 203 "text/TextCodecASCIIFastPath.h", |
| 204 "text/TextCodecICU.cpp", |
| 205 "text/TextCodecICU.h", |
| 206 "text/TextCodecLatin1.cpp", |
| 207 "text/TextCodecLatin1.h", |
| 208 "text/TextCodecReplacement.cpp", |
| 209 "text/TextCodecReplacement.h", |
| 210 "text/TextCodecUTF16.cpp", |
| 211 "text/TextCodecUTF16.h", |
| 212 "text/TextCodecUTF8.cpp", |
| 213 "text/TextCodecUTF8.h", |
| 214 "text/TextCodecUserDefined.cpp", |
| 215 "text/TextCodecUserDefined.h", |
| 216 "text/TextEncoding.cpp", |
| 217 "text/TextEncoding.h", |
| 218 "text/TextEncodingRegistry.cpp", |
| 219 "text/TextEncodingRegistry.h", |
| 220 "text/TextPosition.cpp", |
| 221 "text/TextPosition.h", |
196 "text/UTF8.cpp", | 222 "text/UTF8.cpp", |
197 "text/UTF8.h", | 223 "text/UTF8.h", |
198 "text/Unicode.h", | 224 "text/Unicode.h", |
199 "text/WTFString.cpp", | 225 "text/WTFString.cpp", |
200 "text/WTFString.h", | 226 "text/WTFString.h", |
| 227 "text/icu/CollatorICU.cpp", |
201 "text/icu/UnicodeIcu.h", | 228 "text/icu/UnicodeIcu.h", |
202 ] | 229 ] |
203 | 230 |
204 configs += [ | 231 configs += [ |
205 "//third_party/WebKit/Source:config", | 232 "//third_party/WebKit/Source:config", |
206 "//third_party/WebKit/Source:non_test_config", | 233 "//third_party/WebKit/Source:non_test_config", |
207 "//third_party/WebKit/Source:blink_pch", | 234 "//third_party/WebKit/Source:blink_pch", |
208 ] | 235 ] |
209 | 236 |
210 defines = [ "WTF_IMPLEMENTATION=1" ] | 237 defines = [ "WTF_IMPLEMENTATION=1" ] |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
254 "text/AtomicStringCF.cpp", | 281 "text/AtomicStringCF.cpp", |
255 "text/StringImplCF.cpp", | 282 "text/StringImplCF.cpp", |
256 ] | 283 ] |
257 } | 284 } |
258 | 285 |
259 if (remove_webcore_debug_symbols) { | 286 if (remove_webcore_debug_symbols) { |
260 configs -= [ "//build/config/compiler:default_symbols" ] | 287 configs -= [ "//build/config/compiler:default_symbols" ] |
261 configs += [ "//build/config/compiler:no_symbols" ] | 288 configs += [ "//build/config/compiler:no_symbols" ] |
262 } | 289 } |
263 } | 290 } |
OLD | NEW |