Index: third_party/WebKit/Source/wtf/BUILD.gn |
diff --git a/third_party/WebKit/Source/wtf/BUILD.gn b/third_party/WebKit/Source/wtf/BUILD.gn |
index 9abc61debfb70231dad4b226c8cf6d52c292adf5..f46830e7461d0b3ca3661f8f7257317f38268c4c 100644 |
--- a/third_party/WebKit/Source/wtf/BUILD.gn |
+++ b/third_party/WebKit/Source/wtf/BUILD.gn |
@@ -108,58 +108,36 @@ component("wtf") { |
"build_config.h", |
"debug/Alias.h", |
"debug/CrashLogging.h", |
- "dtoa.cpp", |
"dtoa.h", |
- "dtoa/bignum-dtoa.cc", |
"dtoa/bignum-dtoa.h", |
- "dtoa/bignum.cc", |
"dtoa/bignum.h", |
- "dtoa/cached-powers.cc", |
"dtoa/cached-powers.h", |
- "dtoa/diy-fp.cc", |
"dtoa/diy-fp.h", |
- "dtoa/double-conversion.cc", |
"dtoa/double-conversion.h", |
"dtoa/double.h", |
- "dtoa/fast-dtoa.cc", |
"dtoa/fast-dtoa.h", |
- "dtoa/fixed-dtoa.cc", |
"dtoa/fixed-dtoa.h", |
- "dtoa/strtod.cc", |
"dtoa/strtod.h", |
"dtoa/utils.h", |
"text/ASCIIFastPath.h", |
- "text/AtomicString.cpp", |
"text/AtomicString.h", |
- "text/AtomicStringCF.cpp", |
"text/AtomicStringHash.h", |
- "text/AtomicStringTable.cpp", |
"text/AtomicStringTable.h", |
"text/Base64.cpp", |
"text/Base64.h", |
- "text/CString.cpp", |
"text/CString.h", |
"text/CharacterNames.h", |
"text/Collator.h", |
"text/IntegerToStringConversion.h", |
"text/ParsingUtilities.h", |
"text/StringBuffer.h", |
- "text/StringBuilder.cpp", |
"text/StringBuilder.h", |
- "text/StringConcatenate.cpp", |
"text/StringConcatenate.h", |
"text/StringHash.h", |
- "text/StringImpl.cpp", |
"text/StringImpl.h", |
- "text/StringImplCF.cpp", |
- "text/StringImplMac.mm", |
- "text/StringMac.mm", |
"text/StringOperators.h", |
- "text/StringStatics.cpp", |
- "text/StringToNumber.cpp", |
"text/StringToNumber.h", |
"text/StringUTF8Adaptor.h", |
- "text/StringView.cpp", |
"text/StringView.h", |
"text/TextCodec.cpp", |
"text/TextCodec.h", |
@@ -176,10 +154,8 @@ component("wtf") { |
"text/TextEncodingRegistry.cpp", |
"text/TextPosition.cpp", |
"text/TextPosition.h", |
- "text/UTF8.cpp", |
"text/UTF8.h", |
"text/Unicode.h", |
- "text/WTFString.cpp", |
"text/WTFString.h", |
"text/icu/CollatorICU.cpp", |
"text/icu/UnicodeIcu.h", |
@@ -251,11 +227,6 @@ component("wtf") { |
"CoreFoundation.framework", |
"Foundation.framework", |
] |
- } else { |
- sources -= [ |
- "text/AtomicStringCF.cpp", |
- "text/StringImplCF.cpp", |
- ] |
} |
if (remove_webcore_debug_symbols) { |