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

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: fix nit + rebase 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
« no previous file with comments | « LayoutTests/fast/svg/href-baseval-animval.html ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3198 matching lines...) Expand 10 before | Expand all | Expand 10 after
3209 'svg/SVGAnimateTransformElement.h', 3209 'svg/SVGAnimateTransformElement.h',
3210 'svg/SVGAnimatedAngle.cpp', 3210 'svg/SVGAnimatedAngle.cpp',
3211 'svg/SVGAnimatedColor.cpp', 3211 'svg/SVGAnimatedColor.cpp',
3212 'svg/SVGAnimatedEnumerationBase.cpp', 3212 'svg/SVGAnimatedEnumerationBase.cpp',
3213 'svg/SVGAnimatedInteger.cpp', 3213 'svg/SVGAnimatedInteger.cpp',
3214 'svg/SVGAnimatedIntegerOptionalInteger.cpp', 3214 'svg/SVGAnimatedIntegerOptionalInteger.cpp',
3215 'svg/SVGAnimatedLength.cpp', 3215 'svg/SVGAnimatedLength.cpp',
3216 'svg/SVGAnimatedNumber.cpp', 3216 'svg/SVGAnimatedNumber.cpp',
3217 'svg/SVGAnimatedNumberOptionalNumber.cpp', 3217 'svg/SVGAnimatedNumberOptionalNumber.cpp',
3218 'svg/SVGAnimatedPath.cpp', 3218 'svg/SVGAnimatedPath.cpp',
3219 'svg/SVGAnimatedString.cpp',
3220 'svg/SVGAnimatedString.h',
3219 'svg/SVGAnimatedTypeAnimator.cpp', 3221 'svg/SVGAnimatedTypeAnimator.cpp',
3220 'svg/SVGAnimatedTypeAnimator.h', 3222 'svg/SVGAnimatedTypeAnimator.h',
3221 'svg/SVGAnimationElement.cpp', 3223 'svg/SVGAnimationElement.cpp',
3222 'svg/SVGAnimationElement.h', 3224 'svg/SVGAnimationElement.h',
3223 'svg/SVGBoolean.cpp', 3225 'svg/SVGBoolean.cpp',
3224 'svg/SVGBoolean.h', 3226 'svg/SVGBoolean.h',
3225 'svg/SVGCircleElement.cpp', 3227 'svg/SVGCircleElement.cpp',
3226 'svg/SVGCircleElement.h', 3228 'svg/SVGCircleElement.h',
3227 'svg/SVGClipPathElement.cpp', 3229 'svg/SVGClipPathElement.cpp',
3228 'svg/SVGClipPathElement.h', 3230 'svg/SVGClipPathElement.h',
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
3832 'paint/LayerClipRecorderTest.cpp', 3834 'paint/LayerClipRecorderTest.cpp',
3833 'paint/LayoutObjectDrawingRecorderTest.cpp', 3835 'paint/LayoutObjectDrawingRecorderTest.cpp',
3834 'paint/TextPainterTest.cpp', 3836 'paint/TextPainterTest.cpp',
3835 'streams/ReadableStreamReaderTest.cpp', 3837 'streams/ReadableStreamReaderTest.cpp',
3836 'streams/ReadableStreamTest.cpp', 3838 'streams/ReadableStreamTest.cpp',
3837 'testing/PrivateScriptTestTest.cpp', 3839 'testing/PrivateScriptTestTest.cpp',
3838 'xml/parser/SharedBufferReaderTest.cpp', 3840 'xml/parser/SharedBufferReaderTest.cpp',
3839 ], 3841 ],
3840 } 3842 }
3841 } 3843 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/svg/href-baseval-animval.html ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698