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

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

Issue 2230683003: [LayoutNG] Initial implementation of NGBoxIterator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: synced to the head 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.h » ('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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 'layout/api/LineLayoutSVGTextPath.h', 538 'layout/api/LineLayoutSVGTextPath.h',
539 'layout/api/LineLayoutText.h', 539 'layout/api/LineLayoutText.h',
540 'layout/api/LineLayoutTextCombine.h', 540 'layout/api/LineLayoutTextCombine.h',
541 'layout/api/SelectionState.h', 541 'layout/api/SelectionState.h',
542 'layout/ng/layout_ng_block_flow.cc', 542 'layout/ng/layout_ng_block_flow.cc',
543 'layout/ng/layout_ng_block_flow.h', 543 'layout/ng/layout_ng_block_flow.h',
544 'layout/ng/ng_block_layout_algorithm.cc', 544 'layout/ng/ng_block_layout_algorithm.cc',
545 'layout/ng/ng_block_layout_algorithm.h', 545 'layout/ng/ng_block_layout_algorithm.h',
546 'layout/ng/ng_box.cc', 546 'layout/ng/ng_box.cc',
547 'layout/ng/ng_box.h', 547 'layout/ng/ng_box.h',
548 'layout/ng/ng_box_iterator.cc',
549 'layout/ng/ng_box_iterator.h',
548 'layout/ng/ng_constraint_space.cc', 550 'layout/ng/ng_constraint_space.cc',
549 'layout/ng/ng_constraint_space.h', 551 'layout/ng/ng_constraint_space.h',
550 'layout/ng/ng_fragment_base.cc', 552 'layout/ng/ng_fragment_base.cc',
551 'layout/ng/ng_fragment_base.h', 553 'layout/ng/ng_fragment_base.h',
552 'layout/ng/ng_fragment.cc', 554 'layout/ng/ng_fragment.cc',
553 'layout/ng/ng_fragment.h', 555 'layout/ng/ng_fragment.h',
554 'layout/ng/ng_length_utils.cc', 556 'layout/ng/ng_length_utils.cc',
555 'layout/ng/ng_length_utils.h', 557 'layout/ng/ng_length_utils.h',
556 'layout/ng/ng_margin_strut.h', 558 'layout/ng/ng_margin_strut.h',
557 'layout/ng/ng_text.cc', 559 'layout/ng/ng_text.cc',
(...skipping 3693 matching lines...) Expand 10 before | Expand all | Expand 10 after
4251 'testing/PrivateScriptTestTest.cpp', 4253 'testing/PrivateScriptTestTest.cpp',
4252 'timing/MemoryInfoTest.cpp', 4254 'timing/MemoryInfoTest.cpp',
4253 'timing/PerformanceBaseTest.cpp', 4255 'timing/PerformanceBaseTest.cpp',
4254 'timing/PerformanceObserverTest.cpp', 4256 'timing/PerformanceObserverTest.cpp',
4255 'workers/WorkerThreadTest.cpp', 4257 'workers/WorkerThreadTest.cpp',
4256 'workers/WorkerThreadTestHelper.h', 4258 'workers/WorkerThreadTestHelper.h',
4257 'xml/parser/SharedBufferReaderTest.cpp', 4259 'xml/parser/SharedBufferReaderTest.cpp',
4258 ], 4260 ],
4259 } 4261 }
4260 } 4262 }
OLDNEW
« no previous file with comments | « no previous file | 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