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

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

Issue 2228843003: [LayoutNG] Change core/layout/ng to Chromium style and rename files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/LayoutObject.cpp » ('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 fced7582bdb19cc9353704a076c3d071ccc792e6..fbc81471e80acd97f3a9bc65c3c7cae5b0e683aa 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -541,17 +541,18 @@
'layout/api/LineLayoutText.h',
'layout/api/LineLayoutTextCombine.h',
'layout/api/SelectionState.h',
- 'layout/ng/LayoutNGBlockFlow.cpp',
- 'layout/ng/LayoutNGBlockFlow.h',
- 'layout/ng/NGBlockLayoutAlgorithm.cpp',
- 'layout/ng/NGBlockLayoutAlgorithm.h',
- 'layout/ng/NGConstraintSpace.cpp',
- 'layout/ng/NGConstraintSpace.h',
- 'layout/ng/NGFragment.cpp',
- 'layout/ng/NGFragment.h',
- 'layout/ng/NGMarginStrut.h',
- 'layout/ng/NGText.cpp',
- 'layout/ng/NGText.h',
+ 'layout/ng/layout_ng_block_flow.cc',
+ 'layout/ng/layout_ng_block_flow.h',
+ 'layout/ng/ng_block_layout_algorithm.cc',
+ 'layout/ng/ng_block_layout_algorithm.h',
+ 'layout/ng/ng_constraint_space.cc',
+ 'layout/ng/ng_constraint_space.h',
+ 'layout/ng/ng_fragment.cc',
+ 'layout/ng/ng_fragment.h',
+ 'layout/ng/ng_margin_strut.h',
+ 'layout/ng/ng_text.cc',
+ 'layout/ng/ng_text.h',
+ 'layout/ng/ng_units.h',
'layout/BidiRun.h',
'layout/BidiRunForLine.cpp',
'layout/BidiRunForLine.h',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698