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

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

Issue 2299823002: [LayoutNG] Merge NGDerivedConstraintSpace into NGConstraintSpace (Closed)
Patch Set: Fix copy constructors 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 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 'layout/api/LineLayoutTextCombine.h', 544 'layout/api/LineLayoutTextCombine.h',
545 'layout/api/SelectionState.h', 545 'layout/api/SelectionState.h',
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',
555 'layout/ng/ng_derived_constraint_space.h',
556 'layout/ng/ng_direction.cc', 554 'layout/ng/ng_direction.cc',
557 'layout/ng/ng_direction.h', 555 'layout/ng/ng_direction.h',
558 'layout/ng/ng_physical_constraint_space.cc', 556 'layout/ng/ng_physical_constraint_space.cc',
559 'layout/ng/ng_physical_constraint_space.h', 557 'layout/ng/ng_physical_constraint_space.h',
560 'layout/ng/ng_physical_fragment.h', 558 'layout/ng/ng_physical_fragment.h',
561 'layout/ng/ng_physical_fragment_base.cc', 559 'layout/ng/ng_physical_fragment_base.cc',
562 'layout/ng/ng_physical_fragment_base.h', 560 'layout/ng/ng_physical_fragment_base.h',
563 'layout/ng/ng_physical_text_fragment.h', 561 'layout/ng/ng_physical_text_fragment.h',
564 'layout/ng/ng_fragment_base.cc', 562 'layout/ng/ng_fragment_base.cc',
565 'layout/ng/ng_fragment_base.h', 563 'layout/ng/ng_fragment_base.h',
(...skipping 3468 matching lines...) Expand 10 before | Expand all | Expand 10 after
4034 'testing/TypeConversions.h', 4032 'testing/TypeConversions.h',
4035 'testing/UnionTypesTest.cpp', 4033 'testing/UnionTypesTest.cpp',
4036 'testing/UnionTypesTest.h', 4034 'testing/UnionTypesTest.h',
4037 'testing/v8/WebCoreTestSupport.cpp', 4035 'testing/v8/WebCoreTestSupport.cpp',
4038 'testing/v8/WebCoreTestSupport.h', 4036 'testing/v8/WebCoreTestSupport.h',
4039 'testing/WorkerInternals.cpp', 4037 'testing/WorkerInternals.cpp',
4040 'testing/WorkerInternals.h', 4038 'testing/WorkerInternals.h',
4041 ], 4039 ],
4042 } 4040 }
4043 } 4041 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698