| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 import("//third_party/WebKit/Source/core/core.gni") | 5 import("//third_party/WebKit/Source/core/core.gni") |
| 6 | 6 |
| 7 blink_core_sources("svg") { | 7 blink_core_sources("svg") { |
| 8 # Split into multiple static libraries on Windows official builds, where we | 8 # Split into multiple static libraries on Windows official builds, where we |
| 9 # run into a 2GB max size limit. | 9 # run into a 2GB max size limit. |
| 10 if (is_win && is_official_build) { | 10 if (is_win && is_official_build) { |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 "SVGAngleTearOff.cpp", | 27 "SVGAngleTearOff.cpp", |
| 28 "SVGAngleTearOff.h", | 28 "SVGAngleTearOff.h", |
| 29 "SVGAnimateElement.cpp", | 29 "SVGAnimateElement.cpp", |
| 30 "SVGAnimateElement.h", | 30 "SVGAnimateElement.h", |
| 31 "SVGAnimateMotionElement.cpp", | 31 "SVGAnimateMotionElement.cpp", |
| 32 "SVGAnimateMotionElement.h", | 32 "SVGAnimateMotionElement.h", |
| 33 "SVGAnimateTransformElement.cpp", | 33 "SVGAnimateTransformElement.cpp", |
| 34 "SVGAnimateTransformElement.h", | 34 "SVGAnimateTransformElement.h", |
| 35 "SVGAnimatedAngle.cpp", | 35 "SVGAnimatedAngle.cpp", |
| 36 "SVGAnimatedAngle.h", | 36 "SVGAnimatedAngle.h", |
| 37 "SVGAnimatedBoolean.h", |
| 37 "SVGAnimatedColor.cpp", | 38 "SVGAnimatedColor.cpp", |
| 38 "SVGAnimatedColor.h", | 39 "SVGAnimatedColor.h", |
| 40 "SVGAnimatedEnumeration.h", |
| 39 "SVGAnimatedEnumerationBase.cpp", | 41 "SVGAnimatedEnumerationBase.cpp", |
| 40 "SVGAnimatedEnumerationBase.h", | 42 "SVGAnimatedEnumerationBase.h", |
| 41 "SVGAnimatedHref.cpp", | 43 "SVGAnimatedHref.cpp", |
| 42 "SVGAnimatedHref.h", | 44 "SVGAnimatedHref.h", |
| 43 "SVGAnimatedInteger.cpp", | 45 "SVGAnimatedInteger.cpp", |
| 44 "SVGAnimatedInteger.h", | 46 "SVGAnimatedInteger.h", |
| 45 "SVGAnimatedIntegerOptionalInteger.cpp", | 47 "SVGAnimatedIntegerOptionalInteger.cpp", |
| 46 "SVGAnimatedIntegerOptionalInteger.h", | 48 "SVGAnimatedIntegerOptionalInteger.h", |
| 47 "SVGAnimatedLength.cpp", | 49 "SVGAnimatedLength.cpp", |
| 48 "SVGAnimatedLength.h", | 50 "SVGAnimatedLength.h", |
| 51 "SVGAnimatedLengthList.h", |
| 49 "SVGAnimatedNumber.cpp", | 52 "SVGAnimatedNumber.cpp", |
| 50 "SVGAnimatedNumber.h", | 53 "SVGAnimatedNumber.h", |
| 54 "SVGAnimatedNumberList.h", |
| 51 "SVGAnimatedNumberOptionalNumber.cpp", | 55 "SVGAnimatedNumberOptionalNumber.cpp", |
| 52 "SVGAnimatedNumberOptionalNumber.h", | 56 "SVGAnimatedNumberOptionalNumber.h", |
| 53 "SVGAnimatedPath.cpp", | 57 "SVGAnimatedPath.cpp", |
| 54 "SVGAnimatedPath.h", | 58 "SVGAnimatedPath.h", |
| 59 "SVGAnimatedPointList.h", |
| 60 "SVGAnimatedPreserveAspectRatio.h", |
| 61 "SVGAnimatedRect.h", |
| 55 "SVGAnimatedString.cpp", | 62 "SVGAnimatedString.cpp", |
| 56 "SVGAnimatedString.h", | 63 "SVGAnimatedString.h", |
| 64 "SVGAnimatedTransformList.h", |
| 57 "SVGAnimationElement.cpp", | 65 "SVGAnimationElement.cpp", |
| 58 "SVGAnimationElement.h", | 66 "SVGAnimationElement.h", |
| 59 "SVGBoolean.cpp", | 67 "SVGBoolean.cpp", |
| 60 "SVGBoolean.h", | 68 "SVGBoolean.h", |
| 61 "SVGCircleElement.cpp", | 69 "SVGCircleElement.cpp", |
| 62 "SVGCircleElement.h", | 70 "SVGCircleElement.h", |
| 63 "SVGClipPathElement.cpp", | 71 "SVGClipPathElement.cpp", |
| 64 "SVGClipPathElement.h", | 72 "SVGClipPathElement.h", |
| 65 "SVGComponentTransferFunctionElement.cpp", | 73 "SVGComponentTransferFunctionElement.cpp", |
| 66 "SVGComponentTransferFunctionElement.h", | 74 "SVGComponentTransferFunctionElement.h", |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 "SVGInteger.cpp", | 165 "SVGInteger.cpp", |
| 158 "SVGInteger.h", | 166 "SVGInteger.h", |
| 159 "SVGIntegerOptionalInteger.cpp", | 167 "SVGIntegerOptionalInteger.cpp", |
| 160 "SVGIntegerOptionalInteger.h", | 168 "SVGIntegerOptionalInteger.h", |
| 161 "SVGLength.cpp", | 169 "SVGLength.cpp", |
| 162 "SVGLength.h", | 170 "SVGLength.h", |
| 163 "SVGLengthContext.cpp", | 171 "SVGLengthContext.cpp", |
| 164 "SVGLengthContext.h", | 172 "SVGLengthContext.h", |
| 165 "SVGLengthList.cpp", | 173 "SVGLengthList.cpp", |
| 166 "SVGLengthList.h", | 174 "SVGLengthList.h", |
| 175 "SVGLengthListTearOff.h", |
| 167 "SVGLengthTearOff.cpp", | 176 "SVGLengthTearOff.cpp", |
| 168 "SVGLengthTearOff.h", | 177 "SVGLengthTearOff.h", |
| 169 "SVGLineElement.cpp", | 178 "SVGLineElement.cpp", |
| 170 "SVGLineElement.h", | 179 "SVGLineElement.h", |
| 171 "SVGLinearGradientElement.cpp", | 180 "SVGLinearGradientElement.cpp", |
| 172 "SVGLinearGradientElement.h", | 181 "SVGLinearGradientElement.h", |
| 173 "SVGMPathElement.cpp", | 182 "SVGMPathElement.cpp", |
| 174 "SVGMPathElement.h", | 183 "SVGMPathElement.h", |
| 175 "SVGMarkerElement.cpp", | 184 "SVGMarkerElement.cpp", |
| 176 "SVGMarkerElement.h", | 185 "SVGMarkerElement.h", |
| 177 "SVGMaskElement.cpp", | 186 "SVGMaskElement.cpp", |
| 178 "SVGMaskElement.h", | 187 "SVGMaskElement.h", |
| 179 "SVGMatrixTearOff.cpp", | 188 "SVGMatrixTearOff.cpp", |
| 180 "SVGMatrixTearOff.h", | 189 "SVGMatrixTearOff.h", |
| 181 "SVGMetadataElement.cpp", | 190 "SVGMetadataElement.cpp", |
| 182 "SVGMetadataElement.h", | 191 "SVGMetadataElement.h", |
| 183 "SVGNumber.cpp", | 192 "SVGNumber.cpp", |
| 184 "SVGNumber.h", | 193 "SVGNumber.h", |
| 185 "SVGNumberList.cpp", | 194 "SVGNumberList.cpp", |
| 186 "SVGNumberList.h", | 195 "SVGNumberList.h", |
| 196 "SVGNumberListTearOff.h", |
| 187 "SVGNumberOptionalNumber.cpp", | 197 "SVGNumberOptionalNumber.cpp", |
| 188 "SVGNumberOptionalNumber.h", | 198 "SVGNumberOptionalNumber.h", |
| 189 "SVGNumberTearOff.cpp", | 199 "SVGNumberTearOff.cpp", |
| 190 "SVGNumberTearOff.h", | 200 "SVGNumberTearOff.h", |
| 191 "SVGParserUtilities.cpp", | 201 "SVGParserUtilities.cpp", |
| 192 "SVGParserUtilities.h", | 202 "SVGParserUtilities.h", |
| 193 "SVGParsingError.cpp", | 203 "SVGParsingError.cpp", |
| 194 "SVGParsingError.h", | 204 "SVGParsingError.h", |
| 195 "SVGPath.cpp", | 205 "SVGPath.cpp", |
| 196 "SVGPath.h", | 206 "SVGPath.h", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 216 "SVGPathStringSource.cpp", | 226 "SVGPathStringSource.cpp", |
| 217 "SVGPathStringSource.h", | 227 "SVGPathStringSource.h", |
| 218 "SVGPathUtilities.cpp", | 228 "SVGPathUtilities.cpp", |
| 219 "SVGPathUtilities.h", | 229 "SVGPathUtilities.h", |
| 220 "SVGPatternElement.cpp", | 230 "SVGPatternElement.cpp", |
| 221 "SVGPatternElement.h", | 231 "SVGPatternElement.h", |
| 222 "SVGPoint.cpp", | 232 "SVGPoint.cpp", |
| 223 "SVGPoint.h", | 233 "SVGPoint.h", |
| 224 "SVGPointList.cpp", | 234 "SVGPointList.cpp", |
| 225 "SVGPointList.h", | 235 "SVGPointList.h", |
| 236 "SVGPointListTearOff.h", |
| 226 "SVGPointTearOff.cpp", | 237 "SVGPointTearOff.cpp", |
| 227 "SVGPointTearOff.h", | 238 "SVGPointTearOff.h", |
| 228 "SVGPolyElement.cpp", | 239 "SVGPolyElement.cpp", |
| 229 "SVGPolyElement.h", | 240 "SVGPolyElement.h", |
| 230 "SVGPolygonElement.cpp", | 241 "SVGPolygonElement.cpp", |
| 231 "SVGPolygonElement.h", | 242 "SVGPolygonElement.h", |
| 232 "SVGPolylineElement.cpp", | 243 "SVGPolylineElement.cpp", |
| 233 "SVGPolylineElement.h", | 244 "SVGPolylineElement.h", |
| 234 "SVGPreserveAspectRatio.cpp", | 245 "SVGPreserveAspectRatio.cpp", |
| 235 "SVGPreserveAspectRatio.h", | 246 "SVGPreserveAspectRatio.h", |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 "graphics/SVGImageChromeClient.cpp", | 328 "graphics/SVGImageChromeClient.cpp", |
| 318 "graphics/SVGImageChromeClient.h", | 329 "graphics/SVGImageChromeClient.h", |
| 319 "graphics/SVGImageForContainer.cpp", | 330 "graphics/SVGImageForContainer.cpp", |
| 320 "graphics/SVGImageForContainer.h", | 331 "graphics/SVGImageForContainer.h", |
| 321 "graphics/filters/SVGFEImage.cpp", | 332 "graphics/filters/SVGFEImage.cpp", |
| 322 "graphics/filters/SVGFEImage.h", | 333 "graphics/filters/SVGFEImage.h", |
| 323 "graphics/filters/SVGFilterBuilder.cpp", | 334 "graphics/filters/SVGFilterBuilder.cpp", |
| 324 "graphics/filters/SVGFilterBuilder.h", | 335 "graphics/filters/SVGFilterBuilder.h", |
| 325 "properties/SVGAnimatedProperty.cpp", | 336 "properties/SVGAnimatedProperty.cpp", |
| 326 "properties/SVGAnimatedProperty.h", | 337 "properties/SVGAnimatedProperty.h", |
| 338 "properties/SVGListPropertyHelper.h", |
| 339 "properties/SVGListPropertyTearOffHelper.h", |
| 340 "properties/SVGProperty.h", |
| 341 "properties/SVGPropertyHelper.h", |
| 342 "properties/SVGPropertyInfo.h", |
| 327 "properties/SVGPropertyTearOff.cpp", | 343 "properties/SVGPropertyTearOff.cpp", |
| 328 "properties/SVGPropertyTearOff.h", | 344 "properties/SVGPropertyTearOff.h", |
| 329 ] | 345 ] |
| 330 | 346 |
| 331 configs += [ | 347 configs += [ |
| 332 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 348 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 333 "//build/config/compiler:no_size_t_to_int_warning", | 349 "//build/config/compiler:no_size_t_to_int_warning", |
| 334 ] | 350 ] |
| 335 } | 351 } |
| OLD | NEW |