| 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',
|
|
|