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

Unified Diff: third_party/WebKit/Source/core/layout/BUILD.gn

Issue 2446243003: [LayoutNG] Add NGConstraintSpaceBuilder class. (Closed)
Patch Set: it's -> its \o/ Created 4 years, 2 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/layout/BUILD.gn
diff --git a/third_party/WebKit/Source/core/layout/BUILD.gn b/third_party/WebKit/Source/core/layout/BUILD.gn
index f0d5e07eb8401ced2ed05a319996dbf35c309d79..6611650dc7369a7dec90031413b5005c01d37939 100644
--- a/third_party/WebKit/Source/core/layout/BUILD.gn
+++ b/third_party/WebKit/Source/core/layout/BUILD.gn
@@ -285,6 +285,8 @@ blink_core_sources("layout") {
"ng/ng_box.h",
"ng/ng_constraint_space.cc",
"ng/ng_constraint_space.h",
+ "ng/ng_constraint_space_builder.cc",
+ "ng/ng_constraint_space_builder.h",
"ng/ng_direction.cc",
"ng/ng_direction.h",
"ng/ng_fragment.cc",

Powered by Google App Engine
This is Rietveld 408576698