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

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

Issue 1471943003: Introduce SVGPathQuery to hold SVG path query methods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years 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/svg/SVGPathBuilder.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 3404 matching lines...) Expand 10 before | Expand all | Expand 10 after
3415 'svg/SVGPathByteStreamBuilder.cpp', 3415 'svg/SVGPathByteStreamBuilder.cpp',
3416 'svg/SVGPathByteStreamBuilder.h', 3416 'svg/SVGPathByteStreamBuilder.h',
3417 'svg/SVGPathByteStreamSource.cpp', 3417 'svg/SVGPathByteStreamSource.cpp',
3418 'svg/SVGPathByteStreamSource.h', 3418 'svg/SVGPathByteStreamSource.h',
3419 'svg/SVGPathConsumer.h', 3419 'svg/SVGPathConsumer.h',
3420 'svg/SVGPathData.h', 3420 'svg/SVGPathData.h',
3421 'svg/SVGPathElement.cpp', 3421 'svg/SVGPathElement.cpp',
3422 'svg/SVGPathElement.h', 3422 'svg/SVGPathElement.h',
3423 'svg/SVGPathParser.cpp', 3423 'svg/SVGPathParser.cpp',
3424 'svg/SVGPathParser.h', 3424 'svg/SVGPathParser.h',
3425 'svg/SVGPathQuery.cpp',
3426 'svg/SVGPathQuery.h',
3425 'svg/SVGPathSource.h', 3427 'svg/SVGPathSource.h',
3426 'svg/SVGPathStringBuilder.cpp', 3428 'svg/SVGPathStringBuilder.cpp',
3427 'svg/SVGPathStringBuilder.h', 3429 'svg/SVGPathStringBuilder.h',
3428 'svg/SVGPathStringSource.cpp', 3430 'svg/SVGPathStringSource.cpp',
3429 'svg/SVGPathStringSource.h', 3431 'svg/SVGPathStringSource.h',
3430 'svg/SVGPathTraversalStateBuilder.cpp',
3431 'svg/SVGPathTraversalStateBuilder.h',
3432 'svg/SVGPathUtilities.cpp', 3432 'svg/SVGPathUtilities.cpp',
3433 'svg/SVGPathUtilities.h', 3433 'svg/SVGPathUtilities.h',
3434 'svg/SVGPatternElement.cpp', 3434 'svg/SVGPatternElement.cpp',
3435 'svg/SVGPatternElement.h', 3435 'svg/SVGPatternElement.h',
3436 'svg/SVGPoint.cpp', 3436 'svg/SVGPoint.cpp',
3437 'svg/SVGPoint.h', 3437 'svg/SVGPoint.h',
3438 'svg/SVGPointList.cpp', 3438 'svg/SVGPointList.cpp',
3439 'svg/SVGPointList.h', 3439 'svg/SVGPointList.h',
3440 'svg/SVGPointTearOff.cpp', 3440 'svg/SVGPointTearOff.cpp',
3441 'svg/SVGPointTearOff.h', 3441 'svg/SVGPointTearOff.h',
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
3933 'style/SVGComputedStyleTest.cpp', 3933 'style/SVGComputedStyleTest.cpp',
3934 'svg/SVGPathParserTest.cpp', 3934 'svg/SVGPathParserTest.cpp',
3935 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3935 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3936 'testing/PrivateScriptTestTest.cpp', 3936 'testing/PrivateScriptTestTest.cpp',
3937 'timing/MemoryInfoTest.cpp', 3937 'timing/MemoryInfoTest.cpp',
3938 'workers/WorkerThreadTest.cpp', 3938 'workers/WorkerThreadTest.cpp',
3939 'xml/parser/SharedBufferReaderTest.cpp', 3939 'xml/parser/SharedBufferReaderTest.cpp',
3940 ], 3940 ],
3941 } 3941 }
3942 } 3942 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/SVGPathBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698