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

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

Issue 2912273002: [LayoutNG] Logicalize NGPaintBorderEdge (Closed)
Patch Set: Rebase, Edge -> Edges Created 3 years, 7 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 7f8d8e62d544ed5a8798c53998c53102c3b6bf7c..8bf30a13246aaad4e57247df4b128c2fe6b6dc9e 100644
--- a/third_party/WebKit/Source/core/layout/BUILD.gn
+++ b/third_party/WebKit/Source/core/layout/BUILD.gn
@@ -323,6 +323,8 @@ blink_core_sources("layout") {
"line/TrailingObjects.cpp",
"line/TrailingObjects.h",
"line/WordMeasurement.h",
+ "ng/geometry/ng_border_edges.cc",
+ "ng/geometry/ng_border_edges.h",
"ng/geometry/ng_box_strut.cc",
"ng/geometry/ng_box_strut.h",
"ng/geometry/ng_edge.h",

Powered by Google App Engine
This is Rietveld 408576698