| 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 cfb6eae7ec7a33065dde6bd297d31fe340b80e0c..b8d613e3fda4c7d1fb013a1560dc62e44aa5094a 100644
|
| --- a/third_party/WebKit/Source/wtf/BUILD.gn
|
| +++ b/third_party/WebKit/Source/wtf/BUILD.gn
|
| @@ -195,7 +195,6 @@ component("wtf") {
|
| "text/StringImplCF.cpp",
|
| "text/StringImplMac.mm",
|
| "text/StringMac.mm",
|
| - "text/StringOperators.h",
|
| "text/StringStatics.cpp",
|
| "text/StringToNumber.cpp",
|
| "text/StringToNumber.h",
|
| @@ -334,8 +333,8 @@ test("wtf_unittests") {
|
| "text/IntegerToStringConversionTest.cpp",
|
| "text/StringBufferTest.cpp",
|
| "text/StringBuilderTest.cpp",
|
| + "text/StringConcatenateTest.cpp",
|
| "text/StringImplTest.cpp",
|
| - "text/StringOperatorsTest.cpp",
|
| "text/StringViewTest.cpp",
|
| "text/TextCodecReplacementTest.cpp",
|
| "text/TextCodecTest.cpp",
|
|
|