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

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

Issue 1086873004: Add UseCounter for SVGURIReference.href.baseVal/animVal. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: codereview fixues Created 5 years, 8 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
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 3194 matching lines...) Expand 10 before | Expand all | Expand 10 after
3205 'svg/SVGAnimateTransformElement.h', 3205 'svg/SVGAnimateTransformElement.h',
3206 'svg/SVGAnimatedAngle.cpp', 3206 'svg/SVGAnimatedAngle.cpp',
3207 'svg/SVGAnimatedColor.cpp', 3207 'svg/SVGAnimatedColor.cpp',
3208 'svg/SVGAnimatedEnumerationBase.cpp', 3208 'svg/SVGAnimatedEnumerationBase.cpp',
3209 'svg/SVGAnimatedInteger.cpp', 3209 'svg/SVGAnimatedInteger.cpp',
3210 'svg/SVGAnimatedIntegerOptionalInteger.cpp', 3210 'svg/SVGAnimatedIntegerOptionalInteger.cpp',
3211 'svg/SVGAnimatedLength.cpp', 3211 'svg/SVGAnimatedLength.cpp',
3212 'svg/SVGAnimatedNumber.cpp', 3212 'svg/SVGAnimatedNumber.cpp',
3213 'svg/SVGAnimatedNumberOptionalNumber.cpp', 3213 'svg/SVGAnimatedNumberOptionalNumber.cpp',
3214 'svg/SVGAnimatedPath.cpp', 3214 'svg/SVGAnimatedPath.cpp',
3215 'svg/SVGAnimatedString.cpp',
3216 'svg/SVGAnimatedString.h',
3215 'svg/SVGAnimatedTypeAnimator.cpp', 3217 'svg/SVGAnimatedTypeAnimator.cpp',
3216 'svg/SVGAnimatedTypeAnimator.h', 3218 'svg/SVGAnimatedTypeAnimator.h',
3217 'svg/SVGAnimationElement.cpp', 3219 'svg/SVGAnimationElement.cpp',
3218 'svg/SVGAnimationElement.h', 3220 'svg/SVGAnimationElement.h',
3219 'svg/SVGBoolean.cpp', 3221 'svg/SVGBoolean.cpp',
3220 'svg/SVGBoolean.h', 3222 'svg/SVGBoolean.h',
3221 'svg/SVGCircleElement.cpp', 3223 'svg/SVGCircleElement.cpp',
3222 'svg/SVGCircleElement.h', 3224 'svg/SVGCircleElement.h',
3223 'svg/SVGClipPathElement.cpp', 3225 'svg/SVGClipPathElement.cpp',
3224 'svg/SVGClipPathElement.h', 3226 'svg/SVGClipPathElement.h',
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
3822 'paint/LayerClipRecorderTest.cpp', 3824 'paint/LayerClipRecorderTest.cpp',
3823 'paint/LayoutObjectDrawingRecorderTest.cpp', 3825 'paint/LayoutObjectDrawingRecorderTest.cpp',
3824 'paint/TextPainterTest.cpp', 3826 'paint/TextPainterTest.cpp',
3825 'streams/ReadableStreamReaderTest.cpp', 3827 'streams/ReadableStreamReaderTest.cpp',
3826 'streams/ReadableStreamTest.cpp', 3828 'streams/ReadableStreamTest.cpp',
3827 'testing/PrivateScriptTestTest.cpp', 3829 'testing/PrivateScriptTestTest.cpp',
3828 'xml/parser/SharedBufferReaderTest.cpp', 3830 'xml/parser/SharedBufferReaderTest.cpp',
3829 ], 3831 ],
3830 } 3832 }
3831 } 3833 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698