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

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

Issue 2222133002: [layoutng] Initial version of block layout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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/NGBlockLayoutAlgorithm.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/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 'layout/api/LineLayoutRubyRun.h', 536 'layout/api/LineLayoutRubyRun.h',
537 'layout/api/LineLayoutRubyText.h', 537 'layout/api/LineLayoutRubyText.h',
538 'layout/api/LineLayoutSVGInline.h', 538 'layout/api/LineLayoutSVGInline.h',
539 'layout/api/LineLayoutSVGInlineText.h', 539 'layout/api/LineLayoutSVGInlineText.h',
540 'layout/api/LineLayoutSVGTextPath.h', 540 'layout/api/LineLayoutSVGTextPath.h',
541 'layout/api/LineLayoutText.h', 541 'layout/api/LineLayoutText.h',
542 'layout/api/LineLayoutTextCombine.h', 542 'layout/api/LineLayoutTextCombine.h',
543 'layout/api/SelectionState.h', 543 'layout/api/SelectionState.h',
544 'layout/ng/LayoutNGBlockFlow.cpp', 544 'layout/ng/LayoutNGBlockFlow.cpp',
545 'layout/ng/LayoutNGBlockFlow.h', 545 'layout/ng/LayoutNGBlockFlow.h',
546 'layout/ng/NGBlockLayoutAlgorithm.cpp',
547 'layout/ng/NGBlockLayoutAlgorithm.h',
546 'layout/ng/NGConstraintSpace.cpp', 548 'layout/ng/NGConstraintSpace.cpp',
547 'layout/ng/NGConstraintSpace.h', 549 'layout/ng/NGConstraintSpace.h',
548 'layout/ng/NGFragment.cpp', 550 'layout/ng/NGFragment.cpp',
549 'layout/ng/NGFragment.h', 551 'layout/ng/NGFragment.h',
550 'layout/BidiRun.h', 552 'layout/BidiRun.h',
551 'layout/BidiRunForLine.cpp', 553 'layout/BidiRunForLine.cpp',
552 'layout/BidiRunForLine.h', 554 'layout/BidiRunForLine.h',
553 'layout/ClipRect.cpp', 555 'layout/ClipRect.cpp',
554 'layout/ClipRect.h', 556 'layout/ClipRect.h',
555 'layout/ClipRects.h', 557 'layout/ClipRects.h',
(...skipping 3689 matching lines...) Expand 10 before | Expand all | Expand 10 after
4245 'testing/PrivateScriptTestTest.cpp', 4247 'testing/PrivateScriptTestTest.cpp',
4246 'timing/MemoryInfoTest.cpp', 4248 'timing/MemoryInfoTest.cpp',
4247 'timing/PerformanceBaseTest.cpp', 4249 'timing/PerformanceBaseTest.cpp',
4248 'timing/PerformanceObserverTest.cpp', 4250 'timing/PerformanceObserverTest.cpp',
4249 'workers/WorkerThreadTest.cpp', 4251 'workers/WorkerThreadTest.cpp',
4250 'workers/WorkerThreadTestHelper.h', 4252 'workers/WorkerThreadTestHelper.h',
4251 'xml/parser/SharedBufferReaderTest.cpp', 4253 'xml/parser/SharedBufferReaderTest.cpp',
4252 ], 4254 ],
4253 } 4255 }
4254 } 4256 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/NGBlockLayoutAlgorithm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698