Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1904)

Unified Diff: third_party/WebKit/Source/wtf/BUILD.gn

Issue 2315853002: Massively simplify WTF's StringConcatenate (Closed)
Patch Set: missing inlines. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698