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

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

Issue 2230683003: [LayoutNG] Initial implementation of NGBoxIterator (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 adfa2e57eb6b9232a4f19635e40d3c694020ce3e..9d804f5ac71e5f38c8f81aa86ef363e4c2b47e59 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -546,6 +546,8 @@
'layout/ng/ng_block_layout_algorithm.h',
'layout/ng/ng_box.cc',
'layout/ng/ng_box.h',
+ 'layout/ng/ng_box_iterator.cc',
+ 'layout/ng/ng_box_iterator.h',
'layout/ng/ng_constraint_space.cc',
'layout/ng/ng_constraint_space.h',
'layout/ng/ng_fragment.cc',

Powered by Google App Engine
This is Rietveld 408576698