| 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 76a7f9d8a9a45d1e47fe11111eae8c5adde2a62e..1a6065f0524e212ad640192662128e32464b66f8 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -553,7 +553,10 @@
|
| 'layout/ng/ng_box_iterator.h',
|
| 'layout/ng/ng_constraint_space.cc',
|
| 'layout/ng/ng_constraint_space.h',
|
| + 'layout/ng/ng_derived_constraint_space.cc',
|
| 'layout/ng/ng_derived_constraint_space.h',
|
| + 'layout/ng/ng_physical_constraint_space.cc',
|
| + 'layout/ng/ng_physical_constraint_space.h',
|
| 'layout/ng/ng_fragment_base.cc',
|
| 'layout/ng/ng_fragment_base.h',
|
| 'layout/ng/ng_fragment_builder.cc',
|
| @@ -567,6 +570,8 @@
|
| 'layout/ng/ng_text_fragment.cc',
|
| 'layout/ng/ng_text_fragment.h',
|
| 'layout/ng/ng_units.h',
|
| + 'layout/ng/ng_writing_mode.cc',
|
| + 'layout/ng/ng_writing_mode.h',
|
| 'layout/BidiRun.h',
|
| 'layout/BidiRunForLine.cpp',
|
| 'layout/BidiRunForLine.h',
|
| @@ -4250,6 +4255,7 @@
|
| 'layout/VisualRectMappingTest.cpp',
|
| 'layout/compositing/CompositedLayerMappingTest.cpp',
|
| 'layout/ng/ng_block_layout_algorithm_test.cc',
|
| + 'layout/ng/ng_constraint_space_test.cc',
|
| 'layout/ng/ng_length_utils_test.cc',
|
| 'layout/shapes/BoxShapeTest.cpp',
|
| 'layout/svg/LayoutSVGRootTest.cpp',
|
|
|