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

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

Issue 2282213002: [LayoutNG] Introduce NGPhysicalFragment and make NGFragment a 'view' (Closed)
Patch Set: address comments. 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 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',
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698