| Index: third_party/WebKit/Source/core/svg/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/svg/BUILD.gn b/third_party/WebKit/Source/core/svg/BUILD.gn
|
| index 13835a5565e4780e630e76b39e12204d1fbc8537..c8589a1fd4b7a87a0836ff0beb22bb50656fd2ac 100644
|
| --- a/third_party/WebKit/Source/core/svg/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/svg/BUILD.gn
|
| @@ -34,8 +34,10 @@ blink_core_sources("svg") {
|
| "SVGAnimateTransformElement.h",
|
| "SVGAnimatedAngle.cpp",
|
| "SVGAnimatedAngle.h",
|
| + "SVGAnimatedBoolean.h",
|
| "SVGAnimatedColor.cpp",
|
| "SVGAnimatedColor.h",
|
| + "SVGAnimatedEnumeration.h",
|
| "SVGAnimatedEnumerationBase.cpp",
|
| "SVGAnimatedEnumerationBase.h",
|
| "SVGAnimatedHref.cpp",
|
| @@ -46,14 +48,20 @@ blink_core_sources("svg") {
|
| "SVGAnimatedIntegerOptionalInteger.h",
|
| "SVGAnimatedLength.cpp",
|
| "SVGAnimatedLength.h",
|
| + "SVGAnimatedLengthList.h",
|
| "SVGAnimatedNumber.cpp",
|
| "SVGAnimatedNumber.h",
|
| + "SVGAnimatedNumberList.h",
|
| "SVGAnimatedNumberOptionalNumber.cpp",
|
| "SVGAnimatedNumberOptionalNumber.h",
|
| "SVGAnimatedPath.cpp",
|
| "SVGAnimatedPath.h",
|
| + "SVGAnimatedPointList.h",
|
| + "SVGAnimatedPreserveAspectRatio.h",
|
| + "SVGAnimatedRect.h",
|
| "SVGAnimatedString.cpp",
|
| "SVGAnimatedString.h",
|
| + "SVGAnimatedTransformList.h",
|
| "SVGAnimationElement.cpp",
|
| "SVGAnimationElement.h",
|
| "SVGBoolean.cpp",
|
| @@ -164,6 +172,7 @@ blink_core_sources("svg") {
|
| "SVGLengthContext.h",
|
| "SVGLengthList.cpp",
|
| "SVGLengthList.h",
|
| + "SVGLengthListTearOff.h",
|
| "SVGLengthTearOff.cpp",
|
| "SVGLengthTearOff.h",
|
| "SVGLineElement.cpp",
|
| @@ -184,6 +193,7 @@ blink_core_sources("svg") {
|
| "SVGNumber.h",
|
| "SVGNumberList.cpp",
|
| "SVGNumberList.h",
|
| + "SVGNumberListTearOff.h",
|
| "SVGNumberOptionalNumber.cpp",
|
| "SVGNumberOptionalNumber.h",
|
| "SVGNumberTearOff.cpp",
|
| @@ -223,6 +233,7 @@ blink_core_sources("svg") {
|
| "SVGPoint.h",
|
| "SVGPointList.cpp",
|
| "SVGPointList.h",
|
| + "SVGPointListTearOff.h",
|
| "SVGPointTearOff.cpp",
|
| "SVGPointTearOff.h",
|
| "SVGPolyElement.cpp",
|
| @@ -324,6 +335,11 @@ blink_core_sources("svg") {
|
| "graphics/filters/SVGFilterBuilder.h",
|
| "properties/SVGAnimatedProperty.cpp",
|
| "properties/SVGAnimatedProperty.h",
|
| + "properties/SVGListPropertyHelper.h",
|
| + "properties/SVGListPropertyTearOffHelper.h",
|
| + "properties/SVGProperty.h",
|
| + "properties/SVGPropertyHelper.h",
|
| + "properties/SVGPropertyInfo.h",
|
| "properties/SVGPropertyTearOff.cpp",
|
| "properties/SVGPropertyTearOff.h",
|
| ]
|
|
|