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

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

Issue 2612103004: [ng_layout] Rename NGFragmentBase,NGFragment,NGPhysicalFragment (Closed)
Patch Set: CR: rename ifdef guards Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 978bd2cbfca576eac8fb55c5539aecc9ec46245d..524d6e55230a59c5b8eb60477204c9550cdb2ea4 100644
--- a/third_party/WebKit/Source/core/layout/BUILD.gn
+++ b/third_party/WebKit/Source/core/layout/BUILD.gn
@@ -290,6 +290,8 @@ blink_core_sources("layout") {
"ng/ng_block_layout_algorithm.h",
"ng/ng_block_node.cc",
"ng/ng_block_node.h",
+ "ng/ng_box_fragment.cc",
+ "ng/ng_box_fragment.h",
"ng/ng_break_token.h",
"ng/ng_constraint_space.cc",
"ng/ng_constraint_space.h",
@@ -297,8 +299,6 @@ blink_core_sources("layout") {
"ng/ng_constraint_space_builder.h",
"ng/ng_fragment.cc",
"ng/ng_fragment.h",
- "ng/ng_fragment_base.cc",
- "ng/ng_fragment_base.h",
"ng/ng_fragment_builder.cc",
"ng/ng_fragment_builder.h",
"ng/ng_inline_layout_algorithm.cc",
@@ -324,10 +324,10 @@ blink_core_sources("layout") {
"ng/ng_macros.h",
"ng/ng_out_of_flow_layout_part.cc",
"ng/ng_out_of_flow_layout_part.h",
+ "ng/ng_physical_box_fragment.cc",
+ "ng/ng_physical_box_fragment.h",
"ng/ng_physical_fragment.cc",
"ng/ng_physical_fragment.h",
- "ng/ng_physical_fragment_base.cc",
- "ng/ng_physical_fragment_base.h",
"ng/ng_physical_text_fragment.h",
"ng/ng_text_fragment.cc",
"ng/ng_text_fragment.h",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698