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

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

Issue 2668183003: [LayoutNG] Make NG algorithms non-oilpan. (Closed)
Patch Set: fix win compile 2? 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/ng_block_layout_algorithm.h » ('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 885a01ed8eaf90277aef981a096faf725f74aa3c..e7214cb45df46199c64e0cde46cabae14119829b 100644
--- a/third_party/WebKit/Source/core/layout/BUILD.gn
+++ b/third_party/WebKit/Source/core/layout/BUILD.gn
@@ -312,14 +312,11 @@ blink_core_sources("layout") {
"ng/ng_inline_node.h",
"ng/ng_layout_inline_items_builder.cc",
"ng/ng_layout_inline_items_builder.h",
- "ng/ng_layout_input_node.cc",
"ng/ng_layout_input_node.h",
"ng/ng_layout_opportunity_iterator.cc",
"ng/ng_layout_opportunity_iterator.h",
"ng/ng_layout_opportunity_tree_node.cc",
"ng/ng_layout_opportunity_tree_node.h",
- "ng/ng_legacy_block_layout_algorithm.cc",
- "ng/ng_legacy_block_layout_algorithm.h",
"ng/ng_length_utils.cc",
"ng/ng_length_utils.h",
"ng/ng_line_builder.cc",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698