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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 2176343006: [LayoutNG] Add NGConstraintSpace class definition (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase w/HEAD Created 4 years, 5 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/NGConstraintSpace.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index c750e2f24d8eb4994b81e0ae4c2e35c00ee276c6..58ebe536136f91d4b425fbea4de6adaa44bb8040 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -541,6 +541,8 @@
'layout/api/LineLayoutText.h',
'layout/api/LineLayoutTextCombine.h',
'layout/api/SelectionState.h',
+ 'layout/ng/NGConstraintSpace.cpp',
+ 'layout/ng/NGConstraintSpace.h',
'layout/BidiRun.h',
'layout/BidiRunForLine.cpp',
'layout/BidiRunForLine.h',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/NGConstraintSpace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698