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

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

Issue 2755733003: Implement relative utilities (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..a24997a710a68bbbdcebd6b8f5777455ee37c3cb 100644
--- a/third_party/WebKit/Source/core/layout/BUILD.gn
+++ b/third_party/WebKit/Source/core/layout/BUILD.gn
@@ -356,6 +356,8 @@ blink_core_sources("layout") {
"ng/ng_physical_fragment.cc",
"ng/ng_physical_fragment.h",
"ng/ng_physical_text_fragment.h",
+ "ng/ng_relative_utils.cc",
+ "ng/ng_relative_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