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

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

Issue 1149953007: Create LineLayout api (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: removed source of crash. 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
« no previous file with comments | « no previous file | Source/core/layout/FloatingObjects.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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 'html/canvas/WebGLContextEvent.idl', 538 'html/canvas/WebGLContextEvent.idl',
539 'html/track/TrackEvent.idl', 539 'html/track/TrackEvent.idl',
540 'svg/SVGZoomEvent.idl', 540 'svg/SVGZoomEvent.idl',
541 'xmlhttprequest/XMLHttpRequestProgressEvent.idl', 541 'xmlhttprequest/XMLHttpRequestProgressEvent.idl',
542 ], 542 ],
543 # IDL files that only have typedefs/enums. 543 # IDL files that only have typedefs/enums.
544 'core_typedefs_enums_only_idl_files': [ 544 'core_typedefs_enums_only_idl_files': [
545 'dom/CommonDefinitions.idl', 545 'dom/CommonDefinitions.idl',
546 ], 546 ],
547 'webcore_rendering_files': [ 547 'webcore_rendering_files': [
548 'layout/api/LineLayoutBlockFlow.cpp',
549 'layout/api/LineLayoutBlockFlow.h',
550 'layout/api/LineLayoutBox.cpp',
551 'layout/api/LineLayoutBox.h',
552 'layout/api/LineLayoutInline.cpp',
553 'layout/api/LineLayoutInline.h',
554 'layout/api/LineLayoutItem.cpp',
555 'layout/api/LineLayoutItem.h',
556 'layout/api/LineLayoutText.cpp',
557 'layout/api/LineLayoutText.h',
548 'layout/BidiRun.h', 558 'layout/BidiRun.h',
549 'layout/BidiRunForLine.cpp', 559 'layout/BidiRunForLine.cpp',
550 'layout/BidiRunForLine.h', 560 'layout/BidiRunForLine.h',
551 'layout/ClipRect.cpp', 561 'layout/ClipRect.cpp',
552 'layout/ClipRect.h', 562 'layout/ClipRect.h',
553 'layout/ClipRects.h', 563 'layout/ClipRects.h',
554 'layout/ClipRectsCache.h', 564 'layout/ClipRectsCache.h',
555 'layout/CounterNode.cpp', 565 'layout/CounterNode.cpp',
556 'layout/CounterNode.h', 566 'layout/CounterNode.h',
557 'layout/FloatingObjects.cpp', 567 'layout/FloatingObjects.cpp',
(...skipping 3364 matching lines...) Expand 10 before | Expand all | Expand 10 after
3922 'style/ComputedStyleTest.cpp', 3932 'style/ComputedStyleTest.cpp',
3923 'style/OutlineValueTest.cpp', 3933 'style/OutlineValueTest.cpp',
3924 'style/SVGComputedStyleTest.cpp', 3934 'style/SVGComputedStyleTest.cpp',
3925 'testing/PrivateScriptTestTest.cpp', 3935 'testing/PrivateScriptTestTest.cpp',
3926 'timing/MemoryInfoTest.cpp', 3936 'timing/MemoryInfoTest.cpp',
3927 'workers/WorkerThreadTest.cpp', 3937 'workers/WorkerThreadTest.cpp',
3928 'xml/parser/SharedBufferReaderTest.cpp', 3938 'xml/parser/SharedBufferReaderTest.cpp',
3929 ], 3939 ],
3930 } 3940 }
3931 } 3941 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/layout/FloatingObjects.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698