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

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

Issue 1665413003: [Line Layout API] Add LineLayoutSVGInline and LineLayoutSVGTextPath (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
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 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 'webcore_rendering_files': [ 504 'webcore_rendering_files': [
505 'layout/api/HitTestAction.h', 505 'layout/api/HitTestAction.h',
506 'layout/api/LineLayoutAPIShim.h', 506 'layout/api/LineLayoutAPIShim.h',
507 'layout/api/LineLayoutBlockFlow.h', 507 'layout/api/LineLayoutBlockFlow.h',
508 'layout/api/LineLayoutBox.h', 508 'layout/api/LineLayoutBox.h',
509 'layout/api/LineLayoutBoxModel.h', 509 'layout/api/LineLayoutBoxModel.h',
510 'layout/api/LineLayoutInline.h', 510 'layout/api/LineLayoutInline.h',
511 'layout/api/LineLayoutItem.h', 511 'layout/api/LineLayoutItem.h',
512 'layout/api/LineLayoutListMarker.h', 512 'layout/api/LineLayoutListMarker.h',
513 'layout/api/LineLayoutRubyRun.h', 513 'layout/api/LineLayoutRubyRun.h',
514 'layout/api/LineLayoutSVGInline.h',
514 'layout/api/LineLayoutSVGInlineText.h', 515 'layout/api/LineLayoutSVGInlineText.h',
516 'layout/api/LineLayoutSVGTextPath.h',
515 'layout/api/LineLayoutText.h', 517 'layout/api/LineLayoutText.h',
516 'layout/api/LineLayoutTextCombine.h', 518 'layout/api/LineLayoutTextCombine.h',
517 'layout/api/SelectionState.h', 519 'layout/api/SelectionState.h',
518 'layout/BidiRun.h', 520 'layout/BidiRun.h',
519 'layout/BidiRunForLine.cpp', 521 'layout/BidiRunForLine.cpp',
520 'layout/BidiRunForLine.h', 522 'layout/BidiRunForLine.h',
521 'layout/ClipRect.cpp', 523 'layout/ClipRect.cpp',
522 'layout/ClipRect.h', 524 'layout/ClipRect.h',
523 'layout/ClipRects.h', 525 'layout/ClipRects.h',
524 'layout/ClipRectsCache.h', 526 'layout/ClipRectsCache.h',
(...skipping 3532 matching lines...) Expand 10 before | Expand all | Expand 10 after
4057 'style/SVGComputedStyleTest.cpp', 4059 'style/SVGComputedStyleTest.cpp',
4058 'svg/SVGPathParserTest.cpp', 4060 'svg/SVGPathParserTest.cpp',
4059 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4061 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4060 'testing/PrivateScriptTestTest.cpp', 4062 'testing/PrivateScriptTestTest.cpp',
4061 'timing/MemoryInfoTest.cpp', 4063 'timing/MemoryInfoTest.cpp',
4062 'workers/WorkerThreadTest.cpp', 4064 'workers/WorkerThreadTest.cpp',
4063 'xml/parser/SharedBufferReaderTest.cpp', 4065 'xml/parser/SharedBufferReaderTest.cpp',
4064 ], 4066 ],
4065 } 4067 }
4066 } 4068 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698