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

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

Issue 2222363003: [LayoutNG] Add NGText class definition (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [LayoutNG] Add NGText class definition 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/NGText.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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 546 'layout/ng/NGBlockLayoutAlgorithm.cpp',
547 'layout/ng/NGBlockLayoutAlgorithm.h', 547 'layout/ng/NGBlockLayoutAlgorithm.h',
548 'layout/ng/NGConstraintSpace.cpp', 548 'layout/ng/NGConstraintSpace.cpp',
549 'layout/ng/NGConstraintSpace.h', 549 'layout/ng/NGConstraintSpace.h',
550 'layout/ng/NGFragment.cpp', 550 'layout/ng/NGFragment.cpp',
551 'layout/ng/NGFragment.h', 551 'layout/ng/NGFragment.h',
552 'layout/ng/NGText.cpp',
553 'layout/ng/NGText.h',
552 'layout/BidiRun.h', 554 'layout/BidiRun.h',
553 'layout/BidiRunForLine.cpp', 555 'layout/BidiRunForLine.cpp',
554 'layout/BidiRunForLine.h', 556 'layout/BidiRunForLine.h',
555 'layout/ClipRect.cpp', 557 'layout/ClipRect.cpp',
556 'layout/ClipRect.h', 558 'layout/ClipRect.h',
557 'layout/ClipRects.h', 559 'layout/ClipRects.h',
558 'layout/ClipRectsCache.h', 560 'layout/ClipRectsCache.h',
559 'layout/ColumnBalancer.cpp', 561 'layout/ColumnBalancer.cpp',
560 'layout/ColumnBalancer.h', 562 'layout/ColumnBalancer.h',
561 'layout/CounterNode.cpp', 563 'layout/CounterNode.cpp',
(...skipping 3686 matching lines...) Expand 10 before | Expand all | Expand 10 after
4248 'testing/PrivateScriptTestTest.cpp', 4250 'testing/PrivateScriptTestTest.cpp',
4249 'timing/MemoryInfoTest.cpp', 4251 'timing/MemoryInfoTest.cpp',
4250 'timing/PerformanceBaseTest.cpp', 4252 'timing/PerformanceBaseTest.cpp',
4251 'timing/PerformanceObserverTest.cpp', 4253 'timing/PerformanceObserverTest.cpp',
4252 'workers/WorkerThreadTest.cpp', 4254 'workers/WorkerThreadTest.cpp',
4253 'workers/WorkerThreadTestHelper.h', 4255 'workers/WorkerThreadTestHelper.h',
4254 'xml/parser/SharedBufferReaderTest.cpp', 4256 'xml/parser/SharedBufferReaderTest.cpp',
4255 ], 4257 ],
4256 } 4258 }
4257 } 4259 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/NGText.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698