| 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("css") { | 7 blink_core_sources("css") { |
| 8 split_count = 5 | 8 split_count = 5 |
| 9 sources = [ | 9 sources = [ |
| 10 "ActiveStyleSheets.cpp", | 10 "ActiveStyleSheets.cpp", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 "CSSGradientValue.cpp", | 66 "CSSGradientValue.cpp", |
| 67 "CSSGradientValue.h", | 67 "CSSGradientValue.h", |
| 68 "CSSGridAutoRepeatValue.cpp", | 68 "CSSGridAutoRepeatValue.cpp", |
| 69 "CSSGridAutoRepeatValue.h", | 69 "CSSGridAutoRepeatValue.h", |
| 70 "CSSGridLineNamesValue.cpp", | 70 "CSSGridLineNamesValue.cpp", |
| 71 "CSSGridLineNamesValue.h", | 71 "CSSGridLineNamesValue.h", |
| 72 "CSSGridTemplateAreasValue.cpp", | 72 "CSSGridTemplateAreasValue.cpp", |
| 73 "CSSGridTemplateAreasValue.h", | 73 "CSSGridTemplateAreasValue.h", |
| 74 "CSSGroupingRule.cpp", | 74 "CSSGroupingRule.cpp", |
| 75 "CSSGroupingRule.h", | 75 "CSSGroupingRule.h", |
| 76 "CSSHelper.h", |
| 76 "CSSIdentifierValue.cpp", | 77 "CSSIdentifierValue.cpp", |
| 77 "CSSIdentifierValue.h", | 78 "CSSIdentifierValue.h", |
| 78 "CSSImageGeneratorValue.cpp", | 79 "CSSImageGeneratorValue.cpp", |
| 79 "CSSImageGeneratorValue.h", | 80 "CSSImageGeneratorValue.h", |
| 80 "CSSImageSetValue.cpp", | 81 "CSSImageSetValue.cpp", |
| 81 "CSSImageSetValue.h", | 82 "CSSImageSetValue.h", |
| 82 "CSSImageValue.cpp", | 83 "CSSImageValue.cpp", |
| 83 "CSSImageValue.h", | 84 "CSSImageValue.h", |
| 84 "CSSImportRule.cpp", | 85 "CSSImportRule.cpp", |
| 85 "CSSImportRule.h", | 86 "CSSImportRule.h", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 109 "CSSPathValue.h", | 110 "CSSPathValue.h", |
| 110 "CSSPendingSubstitutionValue.cpp", | 111 "CSSPendingSubstitutionValue.cpp", |
| 111 "CSSPendingSubstitutionValue.h", | 112 "CSSPendingSubstitutionValue.h", |
| 112 "CSSPrimitiveValue.cpp", | 113 "CSSPrimitiveValue.cpp", |
| 113 "CSSPrimitiveValue.h", | 114 "CSSPrimitiveValue.h", |
| 114 "CSSPrimitiveValueMappings.h", | 115 "CSSPrimitiveValueMappings.h", |
| 115 "CSSProperty.cpp", | 116 "CSSProperty.cpp", |
| 116 "CSSProperty.h", | 117 "CSSProperty.h", |
| 117 "CSSPropertyEquality.cpp", | 118 "CSSPropertyEquality.cpp", |
| 118 "CSSPropertyEquality.h", | 119 "CSSPropertyEquality.h", |
| 120 "CSSPropertyIDTemplates.h", |
| 119 "CSSPropertySourceData.cpp", | 121 "CSSPropertySourceData.cpp", |
| 120 "CSSPropertySourceData.h", | 122 "CSSPropertySourceData.h", |
| 121 "CSSQuadValue.cpp", | 123 "CSSQuadValue.cpp", |
| 122 "CSSQuadValue.h", | 124 "CSSQuadValue.h", |
| 123 "CSSReflectValue.cpp", | 125 "CSSReflectValue.cpp", |
| 124 "CSSReflectValue.h", | 126 "CSSReflectValue.h", |
| 127 "CSSReflectionDirection.h", |
| 125 "CSSRule.cpp", | 128 "CSSRule.cpp", |
| 126 "CSSRule.h", | 129 "CSSRule.h", |
| 127 "CSSRuleList.cpp", | 130 "CSSRuleList.cpp", |
| 128 "CSSRuleList.h", | 131 "CSSRuleList.h", |
| 129 "CSSSegmentedFontFace.cpp", | 132 "CSSSegmentedFontFace.cpp", |
| 130 "CSSSegmentedFontFace.h", | 133 "CSSSegmentedFontFace.h", |
| 131 "CSSSelector.cpp", | 134 "CSSSelector.cpp", |
| 132 "CSSSelector.h", | 135 "CSSSelector.h", |
| 133 "CSSSelectorList.cpp", | 136 "CSSSelectorList.cpp", |
| 134 "CSSSelectorList.h", | 137 "CSSSelectorList.h", |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 "parser/CSSLazyParsingState.cpp", | 334 "parser/CSSLazyParsingState.cpp", |
| 332 "parser/CSSLazyParsingState.h", | 335 "parser/CSSLazyParsingState.h", |
| 333 "parser/CSSLazyPropertyParserImpl.cpp", | 336 "parser/CSSLazyPropertyParserImpl.cpp", |
| 334 "parser/CSSLazyPropertyParserImpl.h", | 337 "parser/CSSLazyPropertyParserImpl.h", |
| 335 "parser/CSSParser.cpp", | 338 "parser/CSSParser.cpp", |
| 336 "parser/CSSParser.h", | 339 "parser/CSSParser.h", |
| 337 "parser/CSSParserContext.cpp", | 340 "parser/CSSParserContext.cpp", |
| 338 "parser/CSSParserContext.h", | 341 "parser/CSSParserContext.h", |
| 339 "parser/CSSParserFastPaths.cpp", | 342 "parser/CSSParserFastPaths.cpp", |
| 340 "parser/CSSParserFastPaths.h", | 343 "parser/CSSParserFastPaths.h", |
| 344 "parser/CSSParserIdioms.h", |
| 341 "parser/CSSParserImpl.cpp", | 345 "parser/CSSParserImpl.cpp", |
| 342 "parser/CSSParserImpl.h", | 346 "parser/CSSParserImpl.h", |
| 343 "parser/CSSParserMode.h", | 347 "parser/CSSParserMode.h", |
| 348 "parser/CSSParserObserver.h", |
| 344 "parser/CSSParserObserverWrapper.cpp", | 349 "parser/CSSParserObserverWrapper.cpp", |
| 345 "parser/CSSParserObserverWrapper.h", | 350 "parser/CSSParserObserverWrapper.h", |
| 346 "parser/CSSParserSelector.cpp", | 351 "parser/CSSParserSelector.cpp", |
| 347 "parser/CSSParserSelector.h", | 352 "parser/CSSParserSelector.h", |
| 348 "parser/CSSParserToken.cpp", | 353 "parser/CSSParserToken.cpp", |
| 349 "parser/CSSParserToken.h", | 354 "parser/CSSParserToken.h", |
| 350 "parser/CSSParserTokenRange.cpp", | 355 "parser/CSSParserTokenRange.cpp", |
| 351 "parser/CSSParserTokenRange.h", | 356 "parser/CSSParserTokenRange.h", |
| 352 "parser/CSSPropertyParser.cpp", | 357 "parser/CSSPropertyParser.cpp", |
| 353 "parser/CSSPropertyParser.h", | 358 "parser/CSSPropertyParser.h", |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 485 "properties/CSSPropertyAlignmentUtils.cpp", | 490 "properties/CSSPropertyAlignmentUtils.cpp", |
| 486 "properties/CSSPropertyAlignmentUtils.h", | 491 "properties/CSSPropertyAlignmentUtils.h", |
| 487 "properties/CSSPropertyColumnUtils.cpp", | 492 "properties/CSSPropertyColumnUtils.cpp", |
| 488 "properties/CSSPropertyColumnUtils.h", | 493 "properties/CSSPropertyColumnUtils.h", |
| 489 "properties/CSSPropertyFontUtils.cpp", | 494 "properties/CSSPropertyFontUtils.cpp", |
| 490 "properties/CSSPropertyFontUtils.h", | 495 "properties/CSSPropertyFontUtils.h", |
| 491 "properties/CSSPropertyLengthUtils.cpp", | 496 "properties/CSSPropertyLengthUtils.cpp", |
| 492 "properties/CSSPropertyLengthUtils.h", | 497 "properties/CSSPropertyLengthUtils.h", |
| 493 "properties/CSSPropertyMarginUtils.cpp", | 498 "properties/CSSPropertyMarginUtils.cpp", |
| 494 "properties/CSSPropertyMarginUtils.h", | 499 "properties/CSSPropertyMarginUtils.h", |
| 500 "properties/CSSPropertyPositionUtils.h", |
| 495 "properties/CSSPropertyShapeUtils.cpp", | 501 "properties/CSSPropertyShapeUtils.cpp", |
| 496 "properties/CSSPropertyShapeUtils.h", | 502 "properties/CSSPropertyShapeUtils.h", |
| 497 "resolver/AnimatedStyleBuilder.cpp", | 503 "resolver/AnimatedStyleBuilder.cpp", |
| 498 "resolver/AnimatedStyleBuilder.h", | 504 "resolver/AnimatedStyleBuilder.h", |
| 505 "resolver/CSSPropertyPriority.h", |
| 499 "resolver/CSSToStyleMap.cpp", | 506 "resolver/CSSToStyleMap.cpp", |
| 500 "resolver/CSSToStyleMap.h", | 507 "resolver/CSSToStyleMap.h", |
| 501 "resolver/CSSVariableResolver.cpp", | 508 "resolver/CSSVariableResolver.cpp", |
| 502 "resolver/CSSVariableResolver.h", | 509 "resolver/CSSVariableResolver.h", |
| 503 "resolver/ElementResolveContext.cpp", | 510 "resolver/ElementResolveContext.cpp", |
| 504 "resolver/ElementResolveContext.h", | 511 "resolver/ElementResolveContext.h", |
| 505 "resolver/ElementStyleResources.cpp", | 512 "resolver/ElementStyleResources.cpp", |
| 506 "resolver/ElementStyleResources.h", | 513 "resolver/ElementStyleResources.h", |
| 507 "resolver/FilterOperationResolver.cpp", | 514 "resolver/FilterOperationResolver.cpp", |
| 508 "resolver/FilterOperationResolver.h", | 515 "resolver/FilterOperationResolver.h", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 538 "resolver/TransformBuilder.h", | 545 "resolver/TransformBuilder.h", |
| 539 "resolver/ViewportStyleResolver.cpp", | 546 "resolver/ViewportStyleResolver.cpp", |
| 540 "resolver/ViewportStyleResolver.h", | 547 "resolver/ViewportStyleResolver.h", |
| 541 ] | 548 ] |
| 542 | 549 |
| 543 configs += [ | 550 configs += [ |
| 544 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 551 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 545 "//build/config/compiler:no_size_t_to_int_warning", | 552 "//build/config/compiler:no_size_t_to_int_warning", |
| 546 ] | 553 ] |
| 547 } | 554 } |
| OLD | NEW |