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

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

Issue 2757603007: Move NG floats utility methods to the 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 8de522d0f1d6ddfc19a5a1d2e8948436de2a8ac3..b6acee642c0e1bf26ccb95d92be9778bbc58a678 100644
--- a/third_party/WebKit/Source/core/layout/BUILD.gn
+++ b/third_party/WebKit/Source/core/layout/BUILD.gn
@@ -326,6 +326,8 @@ blink_core_sources("layout") {
"ng/ng_exclusion.cc",
"ng/ng_exclusion.h",
"ng/ng_floating_object.h",
+ "ng/ng_floats_utils.cc",
+ "ng/ng_floats_utils.h",
"ng/ng_fragment.cc",
"ng/ng_fragment.h",
"ng/ng_fragment_builder.cc",

Powered by Google App Engine
This is Rietveld 408576698