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

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

Issue 2267383003: [LayoutNG] Introduces NGPhysicalConstraintSpace and makes NGConstraintSpace a "view". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: .. Created 4 years, 4 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 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',

Powered by Google App Engine
This is Rietveld 408576698