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

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

Issue 2345633007: Don't overflow in LayoutText::width() on a huge length. (Closed)
Patch Set: 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/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index fbb39d171974230d85dd2533aac61232300df1b3..8e267baf0c98effc2ba652fc82d563a73eddc69c 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -1142,6 +1142,7 @@ source_set("unit_tests") {
"layout/LayoutTableSectionTest.cpp",
"layout/LayoutTestHelper.cpp",
"layout/LayoutTestHelper.h",
+ "layout/LayoutTextTest.cpp",
"layout/LayoutThemeTest.cpp",
"layout/MapCoordinatesTest.cpp",
"layout/MultiColumnFragmentainerGroupTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698