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

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

Issue 361543002: Remove SVGPaint (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix tests Created 6 years, 5 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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 3095 matching lines...) Expand 10 before | Expand all | Expand 10 after
3106 'svg/SVGMissingGlyphElement.cpp', 3106 'svg/SVGMissingGlyphElement.cpp',
3107 'svg/SVGMissingGlyphElement.h', 3107 'svg/SVGMissingGlyphElement.h',
3108 'svg/SVGNumber.cpp', 3108 'svg/SVGNumber.cpp',
3109 'svg/SVGNumber.h', 3109 'svg/SVGNumber.h',
3110 'svg/SVGNumberList.cpp', 3110 'svg/SVGNumberList.cpp',
3111 'svg/SVGNumberList.h', 3111 'svg/SVGNumberList.h',
3112 'svg/SVGNumberOptionalNumber.cpp', 3112 'svg/SVGNumberOptionalNumber.cpp',
3113 'svg/SVGNumberOptionalNumber.h', 3113 'svg/SVGNumberOptionalNumber.h',
3114 'svg/SVGNumberTearOff.cpp', 3114 'svg/SVGNumberTearOff.cpp',
3115 'svg/SVGNumberTearOff.h', 3115 'svg/SVGNumberTearOff.h',
3116 'svg/SVGPaint.cpp',
3117 'svg/SVGParserUtilities.cpp', 3116 'svg/SVGParserUtilities.cpp',
3118 'svg/SVGParserUtilities.h', 3117 'svg/SVGParserUtilities.h',
3119 'svg/SVGParsingError.h', 3118 'svg/SVGParsingError.h',
3120 'svg/SVGPathBlender.cpp', 3119 'svg/SVGPathBlender.cpp',
3121 'svg/SVGPathBlender.h', 3120 'svg/SVGPathBlender.h',
3122 'svg/SVGPathBuilder.cpp', 3121 'svg/SVGPathBuilder.cpp',
3123 'svg/SVGPathBuilder.h', 3122 'svg/SVGPathBuilder.h',
3124 'svg/SVGPathByteStream.h', 3123 'svg/SVGPathByteStream.h',
3125 'svg/SVGPathByteStreamBuilder.cpp', 3124 'svg/SVGPathByteStreamBuilder.cpp',
3126 'svg/SVGPathByteStreamBuilder.h', 3125 'svg/SVGPathByteStreamBuilder.h',
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
3403 'loader/MixedContentCheckerTest.cpp', 3402 'loader/MixedContentCheckerTest.cpp',
3404 'page/NetworkStateNotifierTest.cpp', 3403 'page/NetworkStateNotifierTest.cpp',
3405 'rendering/RenderOverflowTest.cpp', 3404 'rendering/RenderOverflowTest.cpp',
3406 'rendering/shapes/BoxShapeTest.cpp', 3405 'rendering/shapes/BoxShapeTest.cpp',
3407 'testing/UnitTestHelpers.cpp', 3406 'testing/UnitTestHelpers.cpp',
3408 'testing/UnitTestHelpers.h', 3407 'testing/UnitTestHelpers.h',
3409 'xml/parser/SharedBufferReaderTest.cpp', 3408 'xml/parser/SharedBufferReaderTest.cpp',
3410 ], 3409 ],
3411 } 3410 }
3412 } 3411 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698