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

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: 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
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 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 ], 500 ],
501 'webcore_rendering_files': [ 501 'webcore_rendering_files': [
502 'layout/api/HitTestAction.h', 502 'layout/api/HitTestAction.h',
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/LineLayoutRubyRun.h', 508 'layout/api/LineLayoutRubyRun.h',
509 'layout/api/LineLayoutText.h', 509 'layout/api/LineLayoutText.h',
510 'layout/api/SelectionState.h',
510 'layout/BidiRun.h', 511 'layout/BidiRun.h',
511 'layout/BidiRunForLine.cpp', 512 'layout/BidiRunForLine.cpp',
512 'layout/BidiRunForLine.h', 513 'layout/BidiRunForLine.h',
513 'layout/ClipRect.cpp', 514 'layout/ClipRect.cpp',
514 'layout/ClipRect.h', 515 'layout/ClipRect.h',
515 'layout/ClipRects.h', 516 'layout/ClipRects.h',
516 'layout/ClipRectsCache.h', 517 'layout/ClipRectsCache.h',
517 'layout/CounterNode.cpp', 518 'layout/CounterNode.cpp',
518 'layout/CounterNode.h', 519 'layout/CounterNode.h',
519 'layout/FloatingObjects.cpp', 520 'layout/FloatingObjects.cpp',
(...skipping 3294 matching lines...) Expand 10 before | Expand all | Expand 10 after
3814 'style/OutlineValueTest.cpp', 3815 'style/OutlineValueTest.cpp',
3815 'style/SVGComputedStyleTest.cpp', 3816 'style/SVGComputedStyleTest.cpp',
3816 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3817 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3817 'testing/PrivateScriptTestTest.cpp', 3818 'testing/PrivateScriptTestTest.cpp',
3818 'timing/MemoryInfoTest.cpp', 3819 'timing/MemoryInfoTest.cpp',
3819 'workers/WorkerThreadTest.cpp', 3820 'workers/WorkerThreadTest.cpp',
3820 'xml/parser/SharedBufferReaderTest.cpp', 3821 'xml/parser/SharedBufferReaderTest.cpp',
3821 ], 3822 ],
3822 } 3823 }
3823 } 3824 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/layout/LayoutBlockFlow.cpp » ('j') | Source/core/layout/api/SelectionState.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698