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

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

Issue 1646543004: Refactor away SVGPathSource (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use namespace Created 4 years, 10 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
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 3486 matching lines...) Expand 10 before | Expand all | Expand 10 after
3497 'svg/SVGPathByteStreamSource.cpp', 3497 'svg/SVGPathByteStreamSource.cpp',
3498 'svg/SVGPathByteStreamSource.h', 3498 'svg/SVGPathByteStreamSource.h',
3499 'svg/SVGPathConsumer.h', 3499 'svg/SVGPathConsumer.h',
3500 'svg/SVGPathData.h', 3500 'svg/SVGPathData.h',
3501 'svg/SVGPathElement.cpp', 3501 'svg/SVGPathElement.cpp',
3502 'svg/SVGPathElement.h', 3502 'svg/SVGPathElement.h',
3503 'svg/SVGPathParser.cpp', 3503 'svg/SVGPathParser.cpp',
3504 'svg/SVGPathParser.h', 3504 'svg/SVGPathParser.h',
3505 'svg/SVGPathQuery.cpp', 3505 'svg/SVGPathQuery.cpp',
3506 'svg/SVGPathQuery.h', 3506 'svg/SVGPathQuery.h',
3507 'svg/SVGPathSource.h',
3508 'svg/SVGPathStringBuilder.cpp', 3507 'svg/SVGPathStringBuilder.cpp',
3509 'svg/SVGPathStringBuilder.h', 3508 'svg/SVGPathStringBuilder.h',
3510 'svg/SVGPathStringSource.cpp', 3509 'svg/SVGPathStringSource.cpp',
3511 'svg/SVGPathStringSource.h', 3510 'svg/SVGPathStringSource.h',
3512 'svg/SVGPathUtilities.cpp', 3511 'svg/SVGPathUtilities.cpp',
3513 'svg/SVGPathUtilities.h', 3512 'svg/SVGPathUtilities.h',
3514 'svg/SVGPatternElement.cpp', 3513 'svg/SVGPatternElement.cpp',
3515 'svg/SVGPatternElement.h', 3514 'svg/SVGPatternElement.h',
3516 'svg/SVGPoint.cpp', 3515 'svg/SVGPoint.cpp',
3517 'svg/SVGPoint.h', 3516 'svg/SVGPoint.h',
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
4038 'style/SVGComputedStyleTest.cpp', 4037 'style/SVGComputedStyleTest.cpp',
4039 'svg/SVGPathParserTest.cpp', 4038 'svg/SVGPathParserTest.cpp',
4040 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4039 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4041 'testing/PrivateScriptTestTest.cpp', 4040 'testing/PrivateScriptTestTest.cpp',
4042 'timing/MemoryInfoTest.cpp', 4041 'timing/MemoryInfoTest.cpp',
4043 'workers/WorkerThreadTest.cpp', 4042 'workers/WorkerThreadTest.cpp',
4044 'xml/parser/SharedBufferReaderTest.cpp', 4043 'xml/parser/SharedBufferReaderTest.cpp',
4045 ], 4044 ],
4046 } 4045 }
4047 } 4046 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698