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

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

Issue 2760043004: Move NGConstraintSpace utility methods to a separate file (Closed)
Patch Set: Created 3 years, 9 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 b6acee642c0e1bf26ccb95d92be9778bbc58a678..031ea8df91164a4aa9a4b635154609f61e75309b 100644
--- a/third_party/WebKit/Source/core/layout/BUILD.gn
+++ b/third_party/WebKit/Source/core/layout/BUILD.gn
@@ -358,6 +358,8 @@ blink_core_sources("layout") {
"ng/ng_physical_fragment.cc",
"ng/ng_physical_fragment.h",
"ng/ng_physical_text_fragment.h",
+ "ng/ng_space_utils.cc",
+ "ng/ng_space_utils.h",
"ng/ng_text_fragment.cc",
"ng/ng_text_fragment.h",
"ng/ng_text_layout_algorithm.cc",

Powered by Google App Engine
This is Rietveld 408576698