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

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

Issue 1261653002: Move SelectionState out of LayoutObject and into Line Layout API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 2 legit 5ever Created 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/layout/LayoutBlockFlow.cpp » ('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 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 'layout/api/LineLayoutBlockFlow.h', 503 'layout/api/LineLayoutBlockFlow.h',
504 'layout/api/LineLayoutBox.h', 504 'layout/api/LineLayoutBox.h',
505 'layout/api/LineLayoutBoxModel.h', 505 'layout/api/LineLayoutBoxModel.h',
506 'layout/api/LineLayoutInline.h', 506 'layout/api/LineLayoutInline.h',
507 'layout/api/LineLayoutItem.h', 507 'layout/api/LineLayoutItem.h',
508 'layout/api/LineLayoutListMarker.h', 508 'layout/api/LineLayoutListMarker.h',
509 'layout/api/LineLayoutRubyRun.h', 509 'layout/api/LineLayoutRubyRun.h',
510 'layout/api/LineLayoutSVGInlineText.h', 510 'layout/api/LineLayoutSVGInlineText.h',
511 'layout/api/LineLayoutText.h', 511 'layout/api/LineLayoutText.h',
512 'layout/api/LineLayoutTextCombine.h', 512 'layout/api/LineLayoutTextCombine.h',
513 'layout/api/SelectionState.h',
513 'layout/BidiRun.h', 514 'layout/BidiRun.h',
514 'layout/BidiRunForLine.cpp', 515 'layout/BidiRunForLine.cpp',
515 'layout/BidiRunForLine.h', 516 'layout/BidiRunForLine.h',
516 'layout/ClipRect.cpp', 517 'layout/ClipRect.cpp',
517 'layout/ClipRect.h', 518 'layout/ClipRect.h',
518 'layout/ClipRects.h', 519 'layout/ClipRects.h',
519 'layout/ClipRectsCache.h', 520 'layout/ClipRectsCache.h',
520 'layout/CounterNode.cpp', 521 'layout/CounterNode.cpp',
521 'layout/CounterNode.h', 522 'layout/CounterNode.h',
522 'layout/FloatingObjects.cpp', 523 'layout/FloatingObjects.cpp',
(...skipping 3295 matching lines...) Expand 10 before | Expand all | Expand 10 after
3818 'style/OutlineValueTest.cpp', 3819 'style/OutlineValueTest.cpp',
3819 'style/SVGComputedStyleTest.cpp', 3820 'style/SVGComputedStyleTest.cpp',
3820 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3821 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3821 'testing/PrivateScriptTestTest.cpp', 3822 'testing/PrivateScriptTestTest.cpp',
3822 'timing/MemoryInfoTest.cpp', 3823 'timing/MemoryInfoTest.cpp',
3823 'workers/WorkerThreadTest.cpp', 3824 'workers/WorkerThreadTest.cpp',
3824 'xml/parser/SharedBufferReaderTest.cpp', 3825 'xml/parser/SharedBufferReaderTest.cpp',
3825 ], 3826 ],
3826 } 3827 }
3827 } 3828 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/layout/LayoutBlockFlow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698