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

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

Issue 1164933006: Create LineLayout api (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: non-working version with explicit constructors Created 5 years, 6 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 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 'html/canvas/WebGLContextEvent.idl', 543 'html/canvas/WebGLContextEvent.idl',
544 'html/track/TrackEvent.idl', 544 'html/track/TrackEvent.idl',
545 'svg/SVGZoomEvent.idl', 545 'svg/SVGZoomEvent.idl',
546 'xmlhttprequest/XMLHttpRequestProgressEvent.idl', 546 'xmlhttprequest/XMLHttpRequestProgressEvent.idl',
547 ], 547 ],
548 # IDL files that only have typedefs/enums. 548 # IDL files that only have typedefs/enums.
549 'core_typedefs_enums_only_idl_files': [ 549 'core_typedefs_enums_only_idl_files': [
550 'dom/CommonDefinitions.idl', 550 'dom/CommonDefinitions.idl',
551 ], 551 ],
552 'webcore_rendering_files': [ 552 'webcore_rendering_files': [
553 'layout/api/LineLayoutBlockFlow.h',
554 'layout/api/LineLayoutBox.h',
555 'layout/api/LineLayoutInline.h',
556 'layout/api/LineLayoutItem.h',
557 'layout/api/LineLayoutText.h',
553 'layout/BidiRun.h', 558 'layout/BidiRun.h',
554 'layout/BidiRunForLine.cpp', 559 'layout/BidiRunForLine.cpp',
555 'layout/BidiRunForLine.h', 560 'layout/BidiRunForLine.h',
556 'layout/ClipRect.cpp', 561 'layout/ClipRect.cpp',
557 'layout/ClipRect.h', 562 'layout/ClipRect.h',
558 'layout/ClipRects.h', 563 'layout/ClipRects.h',
559 'layout/ClipRectsCache.h', 564 'layout/ClipRectsCache.h',
560 'layout/CounterNode.cpp', 565 'layout/CounterNode.cpp',
561 'layout/CounterNode.h', 566 'layout/CounterNode.h',
562 'layout/FloatingObjects.cpp', 567 'layout/FloatingObjects.cpp',
(...skipping 3391 matching lines...) Expand 10 before | Expand all | Expand 10 after
3954 'style/OutlineValueTest.cpp', 3959 'style/OutlineValueTest.cpp',
3955 'style/SVGComputedStyleTest.cpp', 3960 'style/SVGComputedStyleTest.cpp',
3956 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3961 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3957 'testing/PrivateScriptTestTest.cpp', 3962 'testing/PrivateScriptTestTest.cpp',
3958 'timing/MemoryInfoTest.cpp', 3963 'timing/MemoryInfoTest.cpp',
3959 'workers/WorkerThreadTest.cpp', 3964 'workers/WorkerThreadTest.cpp',
3960 'xml/parser/SharedBufferReaderTest.cpp', 3965 'xml/parser/SharedBufferReaderTest.cpp',
3961 ], 3966 ],
3962 } 3967 }
3963 } 3968 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/layout/FloatingObjects.cpp » ('j') | Source/core/layout/api/LineLayoutItem.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698