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

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

Issue 2267383003: [LayoutNG] Introduces NGPhysicalConstraintSpace and makes NGConstraintSpace a "view". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix win compile? 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_box_iterator.cc', 552 'layout/ng/ng_box_iterator.cc',
553 'layout/ng/ng_box_iterator.h', 553 'layout/ng/ng_box_iterator.h',
554 'layout/ng/ng_constraint_space.cc', 554 'layout/ng/ng_constraint_space.cc',
555 'layout/ng/ng_constraint_space.h', 555 'layout/ng/ng_constraint_space.h',
556 'layout/ng/ng_derived_constraint_space.cc',
556 'layout/ng/ng_derived_constraint_space.h', 557 'layout/ng/ng_derived_constraint_space.h',
558 'layout/ng/ng_physical_constraint_space.cc',
559 'layout/ng/ng_physical_constraint_space.h',
557 'layout/ng/ng_fragment_base.cc', 560 'layout/ng/ng_fragment_base.cc',
558 'layout/ng/ng_fragment_base.h', 561 'layout/ng/ng_fragment_base.h',
559 'layout/ng/ng_fragment_builder.cc', 562 'layout/ng/ng_fragment_builder.cc',
560 'layout/ng/ng_fragment_builder.h', 563 'layout/ng/ng_fragment_builder.h',
561 'layout/ng/ng_fragment.cc', 564 'layout/ng/ng_fragment.cc',
562 'layout/ng/ng_fragment.h', 565 'layout/ng/ng_fragment.h',
563 'layout/ng/ng_layout_input_text.h', 566 'layout/ng/ng_layout_input_text.h',
564 'layout/ng/ng_length_utils.cc', 567 'layout/ng/ng_length_utils.cc',
565 'layout/ng/ng_length_utils.h', 568 'layout/ng/ng_length_utils.h',
566 'layout/ng/ng_margin_strut.h', 569 'layout/ng/ng_margin_strut.h',
567 'layout/ng/ng_text_fragment.cc', 570 'layout/ng/ng_text_fragment.cc',
568 'layout/ng/ng_text_fragment.h', 571 'layout/ng/ng_text_fragment.h',
569 'layout/ng/ng_units.h', 572 'layout/ng/ng_units.h',
573 'layout/ng/ng_writing_mode.cc',
574 'layout/ng/ng_writing_mode.h',
570 'layout/BidiRun.h', 575 'layout/BidiRun.h',
571 'layout/BidiRunForLine.cpp', 576 'layout/BidiRunForLine.cpp',
572 'layout/BidiRunForLine.h', 577 'layout/BidiRunForLine.h',
573 'layout/ClipRect.cpp', 578 'layout/ClipRect.cpp',
574 'layout/ClipRect.h', 579 'layout/ClipRect.h',
575 'layout/ClipRects.h', 580 'layout/ClipRects.h',
576 'layout/ClipRectsCache.h', 581 'layout/ClipRectsCache.h',
577 'layout/ColumnBalancer.cpp', 582 'layout/ColumnBalancer.cpp',
578 'layout/ColumnBalancer.h', 583 'layout/ColumnBalancer.h',
579 'layout/CounterNode.cpp', 584 'layout/CounterNode.cpp',
(...skipping 3663 matching lines...) Expand 10 before | Expand all | Expand 10 after
4243 'layout/MapCoordinatesTest.cpp', 4248 'layout/MapCoordinatesTest.cpp',
4244 'layout/MultiColumnFragmentainerGroupTest.cpp', 4249 'layout/MultiColumnFragmentainerGroupTest.cpp',
4245 'layout/OverflowModelTest.cpp', 4250 'layout/OverflowModelTest.cpp',
4246 'layout/PaginationTest.cpp', 4251 'layout/PaginationTest.cpp',
4247 'layout/PaintContainmentTest.cpp', 4252 'layout/PaintContainmentTest.cpp',
4248 'layout/ScrollAnchorTest.cpp', 4253 'layout/ScrollAnchorTest.cpp',
4249 'layout/TextAutosizerTest.cpp', 4254 'layout/TextAutosizerTest.cpp',
4250 'layout/VisualRectMappingTest.cpp', 4255 'layout/VisualRectMappingTest.cpp',
4251 'layout/compositing/CompositedLayerMappingTest.cpp', 4256 'layout/compositing/CompositedLayerMappingTest.cpp',
4252 'layout/ng/ng_block_layout_algorithm_test.cc', 4257 'layout/ng/ng_block_layout_algorithm_test.cc',
4258 'layout/ng/ng_constraint_space_test.cc',
4253 'layout/ng/ng_length_utils_test.cc', 4259 'layout/ng/ng_length_utils_test.cc',
4254 'layout/shapes/BoxShapeTest.cpp', 4260 'layout/shapes/BoxShapeTest.cpp',
4255 'layout/svg/LayoutSVGRootTest.cpp', 4261 'layout/svg/LayoutSVGRootTest.cpp',
4256 'loader/DocumentLoadTimingTest.cpp', 4262 'loader/DocumentLoadTimingTest.cpp',
4257 'loader/FrameFetchContextTest.cpp', 4263 'loader/FrameFetchContextTest.cpp',
4258 'loader/LinkLoaderTest.cpp', 4264 'loader/LinkLoaderTest.cpp',
4259 'loader/MixedContentCheckerTest.cpp', 4265 'loader/MixedContentCheckerTest.cpp',
4260 'loader/TextResourceDecoderBuilderTest.cpp', 4266 'loader/TextResourceDecoderBuilderTest.cpp',
4261 'loader/ThreadableLoaderTest.cpp', 4267 'loader/ThreadableLoaderTest.cpp',
4262 'origin_trials/OriginTrialContextTest.cpp', 4268 'origin_trials/OriginTrialContextTest.cpp',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
4298 'timing/MemoryInfoTest.cpp', 4304 'timing/MemoryInfoTest.cpp',
4299 'timing/PerformanceBaseTest.cpp', 4305 'timing/PerformanceBaseTest.cpp',
4300 'timing/PerformanceObserverTest.cpp', 4306 'timing/PerformanceObserverTest.cpp',
4301 'workers/DedicatedWorkerTest.cpp', 4307 'workers/DedicatedWorkerTest.cpp',
4302 'workers/WorkerThreadTest.cpp', 4308 'workers/WorkerThreadTest.cpp',
4303 'workers/WorkerThreadTestHelper.h', 4309 'workers/WorkerThreadTestHelper.h',
4304 'xml/parser/SharedBufferReaderTest.cpp', 4310 'xml/parser/SharedBufferReaderTest.cpp',
4305 ], 4311 ],
4306 } 4312 }
4307 } 4313 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698