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

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

Issue 1879453003: Move SVGTextMetricsCalculator to LayoutSVGInlineText.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/svg/LayoutSVGInlineText.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 3329 matching lines...) Expand 10 before | Expand all | Expand 10 after
3340 'layout/svg/SVGTextLayoutAttributesBuilder.cpp', 3340 'layout/svg/SVGTextLayoutAttributesBuilder.cpp',
3341 'layout/svg/SVGTextLayoutAttributesBuilder.h', 3341 'layout/svg/SVGTextLayoutAttributesBuilder.h',
3342 'layout/svg/SVGTextLayoutEngine.cpp', 3342 'layout/svg/SVGTextLayoutEngine.cpp',
3343 'layout/svg/SVGTextLayoutEngine.h', 3343 'layout/svg/SVGTextLayoutEngine.h',
3344 'layout/svg/SVGTextLayoutEngineBaseline.cpp', 3344 'layout/svg/SVGTextLayoutEngineBaseline.cpp',
3345 'layout/svg/SVGTextLayoutEngineBaseline.h', 3345 'layout/svg/SVGTextLayoutEngineBaseline.h',
3346 'layout/svg/SVGTextLayoutEngineSpacing.cpp', 3346 'layout/svg/SVGTextLayoutEngineSpacing.cpp',
3347 'layout/svg/SVGTextLayoutEngineSpacing.h', 3347 'layout/svg/SVGTextLayoutEngineSpacing.h',
3348 'layout/svg/SVGTextMetrics.cpp', 3348 'layout/svg/SVGTextMetrics.cpp',
3349 'layout/svg/SVGTextMetrics.h', 3349 'layout/svg/SVGTextMetrics.h',
3350 'layout/svg/SVGTextMetricsBuilder.cpp',
3351 'layout/svg/SVGTextMetricsBuilder.h',
3352 'layout/svg/SVGTextQuery.cpp', 3350 'layout/svg/SVGTextQuery.cpp',
3353 'layout/svg/SVGTextQuery.h', 3351 'layout/svg/SVGTextQuery.h',
3354 'svg/ColorDistance.cpp', 3352 'svg/ColorDistance.cpp',
3355 'svg/ColorDistance.h', 3353 'svg/ColorDistance.h',
3356 'svg/GradientAttributes.h', 3354 'svg/GradientAttributes.h',
3357 'svg/LinearGradientAttributes.h', 3355 'svg/LinearGradientAttributes.h',
3358 'svg/PatternAttributes.h', 3356 'svg/PatternAttributes.h',
3359 'svg/RadialGradientAttributes.h', 3357 'svg/RadialGradientAttributes.h',
3360 'svg/SVGAElement.cpp', 3358 'svg/SVGAElement.cpp',
3361 'svg/SVGAElement.h', 3359 'svg/SVGAElement.h',
(...skipping 730 matching lines...) Expand 10 before | Expand all | Expand 10 after
4092 'svg/SVGPathParserTest.cpp', 4090 'svg/SVGPathParserTest.cpp',
4093 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4091 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4094 'testing/PrivateScriptTestTest.cpp', 4092 'testing/PrivateScriptTestTest.cpp',
4095 'timing/MemoryInfoTest.cpp', 4093 'timing/MemoryInfoTest.cpp',
4096 'workers/WorkerThreadTest.cpp', 4094 'workers/WorkerThreadTest.cpp',
4097 'workers/WorkerThreadTestHelper.h', 4095 'workers/WorkerThreadTestHelper.h',
4098 'xml/parser/SharedBufferReaderTest.cpp', 4096 'xml/parser/SharedBufferReaderTest.cpp',
4099 ], 4097 ],
4100 } 4098 }
4101 } 4099 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698