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

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

Issue 1164933006: Create LineLayout api (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase + nits Created 5 years, 5 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/dom/Position.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 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 'html/MediaKeyEvent.idl', 492 'html/MediaKeyEvent.idl',
493 'html/track/TrackEvent.idl', 493 'html/track/TrackEvent.idl',
494 'svg/SVGZoomEvent.idl', 494 'svg/SVGZoomEvent.idl',
495 'xmlhttprequest/XMLHttpRequestProgressEvent.idl', 495 'xmlhttprequest/XMLHttpRequestProgressEvent.idl',
496 ], 496 ],
497 # IDL files that only have typedefs/enums. 497 # IDL files that only have typedefs/enums.
498 'core_typedefs_enums_only_idl_files': [ 498 'core_typedefs_enums_only_idl_files': [
499 'dom/CommonDefinitions.idl', 499 'dom/CommonDefinitions.idl',
500 ], 500 ],
501 'webcore_rendering_files': [ 501 'webcore_rendering_files': [
502 'layout/api/LineLayoutBlockFlow.h',
503 'layout/api/LineLayoutBox.h',
504 'layout/api/LineLayoutInline.h',
505 'layout/api/LineLayoutItem.h',
506 'layout/api/LineLayoutText.h',
502 'layout/BidiRun.h', 507 'layout/BidiRun.h',
503 'layout/BidiRunForLine.cpp', 508 'layout/BidiRunForLine.cpp',
504 'layout/BidiRunForLine.h', 509 'layout/BidiRunForLine.h',
505 'layout/ClipRect.cpp', 510 'layout/ClipRect.cpp',
506 'layout/ClipRect.h', 511 'layout/ClipRect.h',
507 'layout/ClipRects.h', 512 'layout/ClipRects.h',
508 'layout/ClipRectsCache.h', 513 'layout/ClipRectsCache.h',
509 'layout/CounterNode.cpp', 514 'layout/CounterNode.cpp',
510 'layout/CounterNode.h', 515 'layout/CounterNode.h',
511 'layout/FloatingObjects.cpp', 516 'layout/FloatingObjects.cpp',
(...skipping 3279 matching lines...) Expand 10 before | Expand all | Expand 10 after
3791 'style/OutlineValueTest.cpp', 3796 'style/OutlineValueTest.cpp',
3792 'style/SVGComputedStyleTest.cpp', 3797 'style/SVGComputedStyleTest.cpp',
3793 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3798 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3794 'testing/PrivateScriptTestTest.cpp', 3799 'testing/PrivateScriptTestTest.cpp',
3795 'timing/MemoryInfoTest.cpp', 3800 'timing/MemoryInfoTest.cpp',
3796 'workers/WorkerThreadTest.cpp', 3801 'workers/WorkerThreadTest.cpp',
3797 'xml/parser/SharedBufferReaderTest.cpp', 3802 'xml/parser/SharedBufferReaderTest.cpp',
3798 ], 3803 ],
3799 } 3804 }
3800 } 3805 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Position.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698