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

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

Issue 2270983002: [layoutng] Add an NGFragmentBuilder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove SwapChildren 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.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 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 'layout/ng/ng_block_layout_algorithm.h', 548 'layout/ng/ng_block_layout_algorithm.h',
549 'layout/ng/ng_box.cc', 549 'layout/ng/ng_box.cc',
550 'layout/ng/ng_box.h', 550 'layout/ng/ng_box.h',
551 'layout/ng/ng_box_iterator.cc', 551 'layout/ng/ng_box_iterator.cc',
552 'layout/ng/ng_box_iterator.h', 552 'layout/ng/ng_box_iterator.h',
553 'layout/ng/ng_constraint_space.cc', 553 'layout/ng/ng_constraint_space.cc',
554 'layout/ng/ng_constraint_space.h', 554 'layout/ng/ng_constraint_space.h',
555 'layout/ng/ng_derived_constraint_space.h', 555 'layout/ng/ng_derived_constraint_space.h',
556 'layout/ng/ng_fragment_base.cc', 556 'layout/ng/ng_fragment_base.cc',
557 'layout/ng/ng_fragment_base.h', 557 'layout/ng/ng_fragment_base.h',
558 'layout/ng/ng_fragment_builder.cc',
559 'layout/ng/ng_fragment_builder.h',
558 'layout/ng/ng_fragment.cc', 560 'layout/ng/ng_fragment.cc',
559 'layout/ng/ng_fragment.h', 561 'layout/ng/ng_fragment.h',
560 'layout/ng/ng_layout_input_text.h', 562 'layout/ng/ng_layout_input_text.h',
561 'layout/ng/ng_length_utils.cc', 563 'layout/ng/ng_length_utils.cc',
562 'layout/ng/ng_length_utils.h', 564 'layout/ng/ng_length_utils.h',
563 'layout/ng/ng_margin_strut.h', 565 'layout/ng/ng_margin_strut.h',
564 'layout/ng/ng_text_fragment.cc', 566 'layout/ng/ng_text_fragment.cc',
565 'layout/ng/ng_text_fragment.h', 567 'layout/ng/ng_text_fragment.h',
566 'layout/ng/ng_units.h', 568 'layout/ng/ng_units.h',
567 'layout/BidiRun.h', 569 'layout/BidiRun.h',
(...skipping 3726 matching lines...) Expand 10 before | Expand all | Expand 10 after
4294 'timing/MemoryInfoTest.cpp', 4296 'timing/MemoryInfoTest.cpp',
4295 'timing/PerformanceBaseTest.cpp', 4297 'timing/PerformanceBaseTest.cpp',
4296 'timing/PerformanceObserverTest.cpp', 4298 'timing/PerformanceObserverTest.cpp',
4297 'workers/DedicatedWorkerTest.cpp', 4299 'workers/DedicatedWorkerTest.cpp',
4298 'workers/WorkerThreadTest.cpp', 4300 'workers/WorkerThreadTest.cpp',
4299 'workers/WorkerThreadTestHelper.h', 4301 'workers/WorkerThreadTestHelper.h',
4300 'xml/parser/SharedBufferReaderTest.cpp', 4302 'xml/parser/SharedBufferReaderTest.cpp',
4301 ], 4303 ],
4302 } 4304 }
4303 } 4305 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698