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

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

Issue 1011983003: Drop SVGPathSegWithContext (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/svg/SVGPathSeg.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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 3373 matching lines...) Expand 10 before | Expand all | Expand 10 after
3384 'svg/SVGPathSegLinetoVerticalRel.h', 3384 'svg/SVGPathSegLinetoVerticalRel.h',
3385 'svg/SVGPathSegList.cpp', 3385 'svg/SVGPathSegList.cpp',
3386 'svg/SVGPathSegList.h', 3386 'svg/SVGPathSegList.h',
3387 'svg/SVGPathSegListBuilder.cpp', 3387 'svg/SVGPathSegListBuilder.cpp',
3388 'svg/SVGPathSegListBuilder.h', 3388 'svg/SVGPathSegListBuilder.h',
3389 'svg/SVGPathSegListSource.cpp', 3389 'svg/SVGPathSegListSource.cpp',
3390 'svg/SVGPathSegListSource.h', 3390 'svg/SVGPathSegListSource.h',
3391 'svg/SVGPathSegListTearOff.h', 3391 'svg/SVGPathSegListTearOff.h',
3392 'svg/SVGPathSegMovetoAbs.h', 3392 'svg/SVGPathSegMovetoAbs.h',
3393 'svg/SVGPathSegMovetoRel.h', 3393 'svg/SVGPathSegMovetoRel.h',
3394 'svg/SVGPathSegWithContext.h',
3395 'svg/SVGPathSource.h', 3394 'svg/SVGPathSource.h',
3396 'svg/SVGPathStringBuilder.cpp', 3395 'svg/SVGPathStringBuilder.cpp',
3397 'svg/SVGPathStringBuilder.h', 3396 'svg/SVGPathStringBuilder.h',
3398 'svg/SVGPathStringSource.cpp', 3397 'svg/SVGPathStringSource.cpp',
3399 'svg/SVGPathStringSource.h', 3398 'svg/SVGPathStringSource.h',
3400 'svg/SVGPathTraversalStateBuilder.cpp', 3399 'svg/SVGPathTraversalStateBuilder.cpp',
3401 'svg/SVGPathTraversalStateBuilder.h', 3400 'svg/SVGPathTraversalStateBuilder.h',
3402 'svg/SVGPathUtilities.cpp', 3401 'svg/SVGPathUtilities.cpp',
3403 'svg/SVGPathUtilities.h', 3402 'svg/SVGPathUtilities.h',
3404 'svg/SVGPatternElement.cpp', 3403 'svg/SVGPatternElement.cpp',
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
3818 'paint/ViewDisplayListTest.cpp', 3817 'paint/ViewDisplayListTest.cpp',
3819 'streams/ExclusiveStreamReaderTest.cpp', 3818 'streams/ExclusiveStreamReaderTest.cpp',
3820 'streams/ReadableStreamTest.cpp', 3819 'streams/ReadableStreamTest.cpp',
3821 'testing/PrivateScriptTestTest.cpp', 3820 'testing/PrivateScriptTestTest.cpp',
3822 'testing/UnitTestHelpers.cpp', 3821 'testing/UnitTestHelpers.cpp',
3823 'testing/UnitTestHelpers.h', 3822 'testing/UnitTestHelpers.h',
3824 'xml/parser/SharedBufferReaderTest.cpp', 3823 'xml/parser/SharedBufferReaderTest.cpp',
3825 ], 3824 ],
3826 } 3825 }
3827 } 3826 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/svg/SVGPathSeg.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698