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

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: Const-qualify. 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
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 3402 matching lines...) Expand 10 before | Expand all | Expand 10 after
3413 'svg/SVGPathByteStreamBuilder.cpp', 3413 'svg/SVGPathByteStreamBuilder.cpp',
3414 'svg/SVGPathByteStreamBuilder.h', 3414 'svg/SVGPathByteStreamBuilder.h',
3415 'svg/SVGPathByteStreamSource.cpp', 3415 'svg/SVGPathByteStreamSource.cpp',
3416 'svg/SVGPathByteStreamSource.h', 3416 'svg/SVGPathByteStreamSource.h',
3417 'svg/SVGPathConsumer.h', 3417 'svg/SVGPathConsumer.h',
3418 'svg/SVGPathData.h', 3418 'svg/SVGPathData.h',
3419 'svg/SVGPathElement.cpp', 3419 'svg/SVGPathElement.cpp',
3420 'svg/SVGPathElement.h', 3420 'svg/SVGPathElement.h',
3421 'svg/SVGPathParser.cpp', 3421 'svg/SVGPathParser.cpp',
3422 'svg/SVGPathParser.h', 3422 'svg/SVGPathParser.h',
3423 'svg/SVGPathQuery.cpp',
3424 'svg/SVGPathQuery.h',
3423 'svg/SVGPathSource.h', 3425 'svg/SVGPathSource.h',
3424 'svg/SVGPathStringBuilder.cpp', 3426 'svg/SVGPathStringBuilder.cpp',
3425 'svg/SVGPathStringBuilder.h', 3427 'svg/SVGPathStringBuilder.h',
3426 'svg/SVGPathStringSource.cpp', 3428 'svg/SVGPathStringSource.cpp',
3427 'svg/SVGPathStringSource.h', 3429 'svg/SVGPathStringSource.h',
3428 'svg/SVGPathTraversalStateBuilder.cpp',
3429 'svg/SVGPathTraversalStateBuilder.h',
3430 'svg/SVGPathUtilities.cpp', 3430 'svg/SVGPathUtilities.cpp',
3431 'svg/SVGPathUtilities.h', 3431 'svg/SVGPathUtilities.h',
3432 'svg/SVGPatternElement.cpp', 3432 'svg/SVGPatternElement.cpp',
3433 'svg/SVGPatternElement.h', 3433 'svg/SVGPatternElement.h',
3434 'svg/SVGPoint.cpp', 3434 'svg/SVGPoint.cpp',
3435 'svg/SVGPoint.h', 3435 'svg/SVGPoint.h',
3436 'svg/SVGPointList.cpp', 3436 'svg/SVGPointList.cpp',
3437 'svg/SVGPointList.h', 3437 'svg/SVGPointList.h',
3438 'svg/SVGPointTearOff.cpp', 3438 'svg/SVGPointTearOff.cpp',
3439 'svg/SVGPointTearOff.h', 3439 'svg/SVGPointTearOff.h',
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
3931 'style/SVGComputedStyleTest.cpp', 3931 'style/SVGComputedStyleTest.cpp',
3932 'svg/SVGPathParserTest.cpp', 3932 'svg/SVGPathParserTest.cpp',
3933 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3933 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3934 'testing/PrivateScriptTestTest.cpp', 3934 'testing/PrivateScriptTestTest.cpp',
3935 'timing/MemoryInfoTest.cpp', 3935 'timing/MemoryInfoTest.cpp',
3936 'workers/WorkerThreadTest.cpp', 3936 'workers/WorkerThreadTest.cpp',
3937 'xml/parser/SharedBufferReaderTest.cpp', 3937 'xml/parser/SharedBufferReaderTest.cpp',
3938 ], 3938 ],
3939 } 3939 }
3940 } 3940 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698