| 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 aba1a922f4aad6b2751f93ef94d3839e9c2d4bae..e50603898431e8ccb3eb2c88719eefde118f739c 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',
|
| @@ -4148,6 +4149,7 @@
|
| 'layout/PaginationTest.cpp',
|
| 'layout/PaintContainmentTest.cpp',
|
| 'layout/ScrollAnchorTest.cpp',
|
| + 'layout/TextAutosizerTest.cpp',
|
| 'layout/VisualRectMappingTest.cpp',
|
| 'layout/compositing/CompositedLayerMappingTest.cpp',
|
| 'layout/shapes/BoxShapeTest.cpp',
|
|
|