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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 2100013002: Implement the new text-size-adjust CSS property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup convertTextSizeAdjust and add a test that better covers it Created 4 years, 6 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/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index f3beed7f8bbae851352120441764d5395fc9df53..d4fd035697124b64a7068055054ceebd185f0afd 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -848,6 +848,7 @@
'style/StyleVariableData.h',
'style/StyleVisualData.cpp',
'style/StyleWillChangeData.cpp',
+ 'style/TextSizeAdjust.h',
'layout/svg/line/SVGInlineFlowBox.cpp',
'layout/svg/line/SVGInlineFlowBox.h',
'layout/svg/line/SVGInlineTextBox.cpp',
@@ -4151,6 +4152,7 @@
'layout/PaginationTest.cpp',
'layout/PaintContainmentTest.cpp',
'layout/ScrollAnchorTest.cpp',
+ 'layout/TextAutosizerTest.cpp',
'layout/VisualRectMappingTest.cpp',
'layout/compositing/CompositedLayerMappingTest.cpp',
'layout/shapes/BoxShapeTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698