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

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

Issue 2345633007: Don't overflow in LayoutText::width() on a huge length. (Closed)
Patch Set: Tweak test ranges for Mac results. 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutText.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 dcfbbd603d6135d4498154decf95d3f73c33b87e..149b33a35e3f21eb27db6c9a81d94018c8afb640 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -1144,6 +1144,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",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698