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

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: move to SVGAnimatedString 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 3196 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/SVGAnimatedTypeAnimator.cpp', 3215 'svg/SVGAnimatedTypeAnimator.cpp',
3216 'svg/SVGAnimatedTypeAnimator.h', 3216 'svg/SVGAnimatedTypeAnimator.h',
3217 'svg/SVGAnimatedString.cpp',
fs 2015/04/15 14:30:06 'S' before 'T'.
Erik Dahlström (inactive) 2015/04/16 08:39:36 Done.
3218 'svg/SVGAnimatedString.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',
3225 'svg/SVGComponentTransferFunctionElement.cpp', 3227 'svg/SVGComponentTransferFunctionElement.cpp',
3226 'svg/SVGComponentTransferFunctionElement.h', 3228 'svg/SVGComponentTransferFunctionElement.h',
(...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
3829 'paint/LayerClipRecorderTest.cpp', 3831 'paint/LayerClipRecorderTest.cpp',
3830 'paint/LayoutObjectDrawingRecorderTest.cpp', 3832 'paint/LayoutObjectDrawingRecorderTest.cpp',
3831 'paint/TextPainterTest.cpp', 3833 'paint/TextPainterTest.cpp',
3832 'streams/ReadableStreamReaderTest.cpp', 3834 'streams/ReadableStreamReaderTest.cpp',
3833 'streams/ReadableStreamTest.cpp', 3835 'streams/ReadableStreamTest.cpp',
3834 'testing/PrivateScriptTestTest.cpp', 3836 'testing/PrivateScriptTestTest.cpp',
3835 'xml/parser/SharedBufferReaderTest.cpp', 3837 'xml/parser/SharedBufferReaderTest.cpp',
3836 ], 3838 ],
3837 } 3839 }
3838 } 3840 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698