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

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

Issue 1160613004: Fold and remove SVGTextChunk (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Switch again. 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/layout/svg/SVGTextChunk.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 3206 matching lines...) Expand 10 before | Expand all | Expand 10 after
3217 'layout/svg/SVGLayoutSupport.cpp', 3217 'layout/svg/SVGLayoutSupport.cpp',
3218 'layout/svg/SVGLayoutSupport.h', 3218 'layout/svg/SVGLayoutSupport.h',
3219 'layout/svg/SVGLayoutTreeAsText.cpp', 3219 'layout/svg/SVGLayoutTreeAsText.cpp',
3220 'layout/svg/SVGLayoutTreeAsText.h', 3220 'layout/svg/SVGLayoutTreeAsText.h',
3221 'layout/svg/SVGMarkerData.h', 3221 'layout/svg/SVGMarkerData.h',
3222 'layout/svg/SVGResources.cpp', 3222 'layout/svg/SVGResources.cpp',
3223 'layout/svg/SVGResources.h', 3223 'layout/svg/SVGResources.h',
3224 'layout/svg/SVGResourcesCache.cpp', 3224 'layout/svg/SVGResourcesCache.cpp',
3225 'layout/svg/SVGResourcesCycleSolver.cpp', 3225 'layout/svg/SVGResourcesCycleSolver.cpp',
3226 'layout/svg/SVGResourcesCycleSolver.h', 3226 'layout/svg/SVGResourcesCycleSolver.h',
3227 'layout/svg/SVGTextChunk.cpp',
3228 'layout/svg/SVGTextChunk.h',
3229 'layout/svg/SVGTextChunkBuilder.cpp', 3227 'layout/svg/SVGTextChunkBuilder.cpp',
3230 'layout/svg/SVGTextChunkBuilder.h', 3228 'layout/svg/SVGTextChunkBuilder.h',
3231 'layout/svg/SVGTextFragment.h', 3229 'layout/svg/SVGTextFragment.h',
3232 'layout/svg/SVGTextLayoutAttributes.cpp', 3230 'layout/svg/SVGTextLayoutAttributes.cpp',
3233 'layout/svg/SVGTextLayoutAttributes.h', 3231 'layout/svg/SVGTextLayoutAttributes.h',
3234 'layout/svg/SVGTextLayoutAttributesBuilder.cpp', 3232 'layout/svg/SVGTextLayoutAttributesBuilder.cpp',
3235 'layout/svg/SVGTextLayoutAttributesBuilder.h', 3233 'layout/svg/SVGTextLayoutAttributesBuilder.h',
3236 'layout/svg/SVGTextLayoutEngine.cpp', 3234 'layout/svg/SVGTextLayoutEngine.cpp',
3237 'layout/svg/SVGTextLayoutEngine.h', 3235 'layout/svg/SVGTextLayoutEngine.h',
3238 'layout/svg/SVGTextLayoutEngineBaseline.cpp', 3236 'layout/svg/SVGTextLayoutEngineBaseline.cpp',
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
3926 'style/ComputedStyleTest.cpp', 3924 'style/ComputedStyleTest.cpp',
3927 'style/OutlineValueTest.cpp', 3925 'style/OutlineValueTest.cpp',
3928 'style/SVGComputedStyleTest.cpp', 3926 'style/SVGComputedStyleTest.cpp',
3929 'testing/PrivateScriptTestTest.cpp', 3927 'testing/PrivateScriptTestTest.cpp',
3930 'timing/MemoryInfoTest.cpp', 3928 'timing/MemoryInfoTest.cpp',
3931 'workers/WorkerThreadTest.cpp', 3929 'workers/WorkerThreadTest.cpp',
3932 'xml/parser/SharedBufferReaderTest.cpp', 3930 'xml/parser/SharedBufferReaderTest.cpp',
3933 ], 3931 ],
3934 } 3932 }
3935 } 3933 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/layout/svg/SVGTextChunk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698