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

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

Issue 1937043002: Remove the LayoutSVGInlineText* context in SVGTextLayoutAttributes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | third_party/WebKit/Source/core/layout/api/LineLayoutSVGInlineText.h » ('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 3332 matching lines...) Expand 10 before | Expand all | Expand 10 after
3343 'layout/svg/LayoutSVGText.cpp', 3343 'layout/svg/LayoutSVGText.cpp',
3344 'layout/svg/LayoutSVGText.h', 3344 'layout/svg/LayoutSVGText.h',
3345 'layout/svg/LayoutSVGTextPath.cpp', 3345 'layout/svg/LayoutSVGTextPath.cpp',
3346 'layout/svg/LayoutSVGTextPath.h', 3346 'layout/svg/LayoutSVGTextPath.h',
3347 'layout/svg/LayoutSVGTransformableContainer.cpp', 3347 'layout/svg/LayoutSVGTransformableContainer.cpp',
3348 'layout/svg/LayoutSVGTransformableContainer.h', 3348 'layout/svg/LayoutSVGTransformableContainer.h',
3349 'layout/svg/LayoutSVGTSpan.cpp', 3349 'layout/svg/LayoutSVGTSpan.cpp',
3350 'layout/svg/LayoutSVGTSpan.h', 3350 'layout/svg/LayoutSVGTSpan.h',
3351 'layout/svg/LayoutSVGViewportContainer.cpp', 3351 'layout/svg/LayoutSVGViewportContainer.cpp',
3352 'layout/svg/LayoutSVGViewportContainer.h', 3352 'layout/svg/LayoutSVGViewportContainer.h',
3353 'layout/svg/SVGCharacterData.h',
3353 'layout/svg/SVGLayoutSupport.cpp', 3354 'layout/svg/SVGLayoutSupport.cpp',
3354 'layout/svg/SVGLayoutSupport.h', 3355 'layout/svg/SVGLayoutSupport.h',
3355 'layout/svg/SVGLayoutTreeAsText.cpp', 3356 'layout/svg/SVGLayoutTreeAsText.cpp',
3356 'layout/svg/SVGLayoutTreeAsText.h', 3357 'layout/svg/SVGLayoutTreeAsText.h',
3357 'layout/svg/SVGMarkerData.h', 3358 'layout/svg/SVGMarkerData.h',
3358 'layout/svg/SVGResources.cpp', 3359 'layout/svg/SVGResources.cpp',
3359 'layout/svg/SVGResources.h', 3360 'layout/svg/SVGResources.h',
3360 'layout/svg/SVGResourcesCache.cpp', 3361 'layout/svg/SVGResourcesCache.cpp',
3361 'layout/svg/SVGResourcesCycleSolver.cpp', 3362 'layout/svg/SVGResourcesCycleSolver.cpp',
3362 'layout/svg/SVGResourcesCycleSolver.h', 3363 'layout/svg/SVGResourcesCycleSolver.h',
3363 'layout/svg/SVGTextChunkBuilder.cpp', 3364 'layout/svg/SVGTextChunkBuilder.cpp',
3364 'layout/svg/SVGTextChunkBuilder.h', 3365 'layout/svg/SVGTextChunkBuilder.h',
3365 'layout/svg/SVGTextFragment.h', 3366 'layout/svg/SVGTextFragment.h',
3366 'layout/svg/SVGTextLayoutAttributes.cpp',
3367 'layout/svg/SVGTextLayoutAttributes.h',
3368 'layout/svg/SVGTextLayoutAttributesBuilder.cpp', 3367 'layout/svg/SVGTextLayoutAttributesBuilder.cpp',
3369 'layout/svg/SVGTextLayoutAttributesBuilder.h', 3368 'layout/svg/SVGTextLayoutAttributesBuilder.h',
3370 'layout/svg/SVGTextLayoutEngine.cpp', 3369 'layout/svg/SVGTextLayoutEngine.cpp',
3371 'layout/svg/SVGTextLayoutEngine.h', 3370 'layout/svg/SVGTextLayoutEngine.h',
3372 'layout/svg/SVGTextLayoutEngineBaseline.cpp', 3371 'layout/svg/SVGTextLayoutEngineBaseline.cpp',
3373 'layout/svg/SVGTextLayoutEngineBaseline.h', 3372 'layout/svg/SVGTextLayoutEngineBaseline.h',
3374 'layout/svg/SVGTextLayoutEngineSpacing.cpp', 3373 'layout/svg/SVGTextLayoutEngineSpacing.cpp',
3375 'layout/svg/SVGTextLayoutEngineSpacing.h', 3374 'layout/svg/SVGTextLayoutEngineSpacing.h',
3376 'layout/svg/SVGTextMetrics.cpp', 3375 'layout/svg/SVGTextMetrics.cpp',
3377 'layout/svg/SVGTextMetrics.h', 3376 'layout/svg/SVGTextMetrics.h',
(...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
4118 'svg/SVGPathParserTest.cpp', 4117 'svg/SVGPathParserTest.cpp',
4119 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4118 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4120 'testing/PrivateScriptTestTest.cpp', 4119 'testing/PrivateScriptTestTest.cpp',
4121 'timing/MemoryInfoTest.cpp', 4120 'timing/MemoryInfoTest.cpp',
4122 'workers/WorkerThreadTest.cpp', 4121 'workers/WorkerThreadTest.cpp',
4123 'workers/WorkerThreadTestHelper.h', 4122 'workers/WorkerThreadTestHelper.h',
4124 'xml/parser/SharedBufferReaderTest.cpp', 4123 'xml/parser/SharedBufferReaderTest.cpp',
4125 ], 4124 ],
4126 } 4125 }
4127 } 4126 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/api/LineLayoutSVGInlineText.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698