| 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 84d1cb15ba370c4dcfdcf54df42e135de7c17446..d14e38e958158f20c42ed87db374486124d5cbac 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -553,8 +553,14 @@
|
| 'layout/ng/ng_constraint_space.h',
|
| 'layout/ng/ng_derived_constraint_space.cc',
|
| 'layout/ng/ng_derived_constraint_space.h',
|
| + 'layout/ng/ng_direction.cc',
|
| + 'layout/ng/ng_direction.h',
|
| 'layout/ng/ng_physical_constraint_space.cc',
|
| 'layout/ng/ng_physical_constraint_space.h',
|
| + 'layout/ng/ng_physical_fragment.h',
|
| + 'layout/ng/ng_physical_fragment_base.cc',
|
| + 'layout/ng/ng_physical_fragment_base.h',
|
| + 'layout/ng/ng_physical_text_fragment.h',
|
| 'layout/ng/ng_fragment_base.cc',
|
| 'layout/ng/ng_fragment_base.h',
|
| 'layout/ng/ng_fragment_builder.cc',
|
| @@ -567,6 +573,7 @@
|
| 'layout/ng/ng_margin_strut.h',
|
| 'layout/ng/ng_text_fragment.cc',
|
| 'layout/ng/ng_text_fragment.h',
|
| + 'layout/ng/ng_units.cc',
|
| 'layout/ng/ng_units.h',
|
| 'layout/ng/ng_writing_mode.cc',
|
| 'layout/ng/ng_writing_mode.h',
|
|
|