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

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

Issue 2446403004: NGPhysicalFragment implementation to cc file (Closed)
Patch Set: Created 4 years, 2 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_physical_fragment.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 f0d5e07eb8401ced2ed05a319996dbf35c309d79..fcde0b28b47cac29db229d2bd132985b2fb122f2 100644
--- a/third_party/WebKit/Source/core/layout/BUILD.gn
+++ b/third_party/WebKit/Source/core/layout/BUILD.gn
@@ -302,6 +302,7 @@ blink_core_sources("layout") {
"ng/ng_length_utils.h",
"ng/ng_physical_constraint_space.cc",
"ng/ng_physical_constraint_space.h",
+ "ng/ng_physical_fragment.cc",
"ng/ng_physical_fragment.h",
"ng/ng_physical_fragment_base.cc",
"ng/ng_physical_fragment_base.h",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698