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

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 2282213002: [LayoutNG] Introduce NGPhysicalFragment and make NGFragment a 'view' (Closed)
Patch Set: address comments. Created 4 years, 3 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 'layout/ng/layout_ng_block_flow.cc', 546 'layout/ng/layout_ng_block_flow.cc',
547 'layout/ng/layout_ng_block_flow.h', 547 'layout/ng/layout_ng_block_flow.h',
548 'layout/ng/ng_block_layout_algorithm.cc', 548 'layout/ng/ng_block_layout_algorithm.cc',
549 'layout/ng/ng_block_layout_algorithm.h', 549 'layout/ng/ng_block_layout_algorithm.h',
550 'layout/ng/ng_box.cc', 550 'layout/ng/ng_box.cc',
551 'layout/ng/ng_box.h', 551 'layout/ng/ng_box.h',
552 'layout/ng/ng_constraint_space.cc', 552 'layout/ng/ng_constraint_space.cc',
553 'layout/ng/ng_constraint_space.h', 553 'layout/ng/ng_constraint_space.h',
554 'layout/ng/ng_derived_constraint_space.cc', 554 'layout/ng/ng_derived_constraint_space.cc',
555 'layout/ng/ng_derived_constraint_space.h', 555 'layout/ng/ng_derived_constraint_space.h',
556 'layout/ng/ng_direction.cc',
557 'layout/ng/ng_direction.h',
556 'layout/ng/ng_physical_constraint_space.cc', 558 'layout/ng/ng_physical_constraint_space.cc',
557 'layout/ng/ng_physical_constraint_space.h', 559 'layout/ng/ng_physical_constraint_space.h',
560 'layout/ng/ng_physical_fragment.h',
561 'layout/ng/ng_physical_fragment_base.cc',
562 'layout/ng/ng_physical_fragment_base.h',
563 'layout/ng/ng_physical_text_fragment.h',
558 'layout/ng/ng_fragment_base.cc', 564 'layout/ng/ng_fragment_base.cc',
559 'layout/ng/ng_fragment_base.h', 565 'layout/ng/ng_fragment_base.h',
560 'layout/ng/ng_fragment_builder.cc', 566 'layout/ng/ng_fragment_builder.cc',
561 'layout/ng/ng_fragment_builder.h', 567 'layout/ng/ng_fragment_builder.h',
562 'layout/ng/ng_fragment.cc', 568 'layout/ng/ng_fragment.cc',
563 'layout/ng/ng_fragment.h', 569 'layout/ng/ng_fragment.h',
564 'layout/ng/ng_layout_input_text.h', 570 'layout/ng/ng_layout_input_text.h',
565 'layout/ng/ng_length_utils.cc', 571 'layout/ng/ng_length_utils.cc',
566 'layout/ng/ng_length_utils.h', 572 'layout/ng/ng_length_utils.h',
567 'layout/ng/ng_margin_strut.h', 573 'layout/ng/ng_margin_strut.h',
568 'layout/ng/ng_text_fragment.cc', 574 'layout/ng/ng_text_fragment.cc',
569 'layout/ng/ng_text_fragment.h', 575 'layout/ng/ng_text_fragment.h',
576 'layout/ng/ng_units.cc',
570 'layout/ng/ng_units.h', 577 'layout/ng/ng_units.h',
571 'layout/ng/ng_writing_mode.cc', 578 'layout/ng/ng_writing_mode.cc',
572 'layout/ng/ng_writing_mode.h', 579 'layout/ng/ng_writing_mode.h',
573 'layout/BidiRun.h', 580 'layout/BidiRun.h',
574 'layout/BidiRunForLine.cpp', 581 'layout/BidiRunForLine.cpp',
575 'layout/BidiRunForLine.h', 582 'layout/BidiRunForLine.h',
576 'layout/ClipRect.cpp', 583 'layout/ClipRect.cpp',
577 'layout/ClipRect.h', 584 'layout/ClipRect.h',
578 'layout/ClipRects.h', 585 'layout/ClipRects.h',
579 'layout/ClipRectsCache.h', 586 'layout/ClipRectsCache.h',
(...skipping 3448 matching lines...) Expand 10 before | Expand all | Expand 10 after
4028 'testing/TypeConversions.h', 4035 'testing/TypeConversions.h',
4029 'testing/UnionTypesTest.cpp', 4036 'testing/UnionTypesTest.cpp',
4030 'testing/UnionTypesTest.h', 4037 'testing/UnionTypesTest.h',
4031 'testing/v8/WebCoreTestSupport.cpp', 4038 'testing/v8/WebCoreTestSupport.cpp',
4032 'testing/v8/WebCoreTestSupport.h', 4039 'testing/v8/WebCoreTestSupport.h',
4033 'testing/WorkerInternals.cpp', 4040 'testing/WorkerInternals.cpp',
4034 'testing/WorkerInternals.h', 4041 'testing/WorkerInternals.h',
4035 ], 4042 ],
4036 } 4043 }
4037 } 4044 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | 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