| 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", |
| 11 "ActiveStyleSheets.h", | 11 "ActiveStyleSheets.h", |
| 12 "BasicShapeFunctions.cpp", | 12 "BasicShapeFunctions.cpp", |
| 13 "BasicShapeFunctions.h", |
| 13 "BinaryDataFontFaceSource.cpp", | 14 "BinaryDataFontFaceSource.cpp", |
| 14 "BinaryDataFontFaceSource.h", | 15 "BinaryDataFontFaceSource.h", |
| 15 "CSSBasicShapeValues.cpp", | 16 "CSSBasicShapeValues.cpp", |
| 17 "CSSBasicShapeValues.h", |
| 16 "CSSBorderImage.cpp", | 18 "CSSBorderImage.cpp", |
| 17 "CSSBorderImage.h", | 19 "CSSBorderImage.h", |
| 18 "CSSBorderImageSliceValue.cpp", | 20 "CSSBorderImageSliceValue.cpp", |
| 19 "CSSBorderImageSliceValue.h", | 21 "CSSBorderImageSliceValue.h", |
| 20 "CSSCalculationValue.cpp", | 22 "CSSCalculationValue.cpp", |
| 21 "CSSCalculationValue.h", | 23 "CSSCalculationValue.h", |
| 22 "CSSColorValue.cpp", | 24 "CSSColorValue.cpp", |
| 23 "CSSColorValue.h", | 25 "CSSColorValue.h", |
| 24 "CSSComputedStyleDeclaration.cpp", | 26 "CSSComputedStyleDeclaration.cpp", |
| 27 "CSSComputedStyleDeclaration.h", |
| 25 "CSSConditionRule.cpp", | 28 "CSSConditionRule.cpp", |
| 26 "CSSConditionRule.h", | 29 "CSSConditionRule.h", |
| 27 "CSSContentDistributionValue.cpp", | 30 "CSSContentDistributionValue.cpp", |
| 28 "CSSContentDistributionValue.h", | 31 "CSSContentDistributionValue.h", |
| 29 "CSSCounterValue.cpp", | 32 "CSSCounterValue.cpp", |
| 30 "CSSCounterValue.h", | 33 "CSSCounterValue.h", |
| 31 "CSSCrossfadeValue.cpp", | 34 "CSSCrossfadeValue.cpp", |
| 32 "CSSCrossfadeValue.h", | 35 "CSSCrossfadeValue.h", |
| 33 "CSSCursorImageValue.cpp", | 36 "CSSCursorImageValue.cpp", |
| 37 "CSSCursorImageValue.h", |
| 34 "CSSCustomFontData.h", | 38 "CSSCustomFontData.h", |
| 35 "CSSCustomIdentValue.cpp", | 39 "CSSCustomIdentValue.cpp", |
| 36 "CSSCustomIdentValue.h", | 40 "CSSCustomIdentValue.h", |
| 37 "CSSCustomPropertyDeclaration.cpp", | 41 "CSSCustomPropertyDeclaration.cpp", |
| 38 "CSSCustomPropertyDeclaration.h", | 42 "CSSCustomPropertyDeclaration.h", |
| 39 "CSSDefaultStyleSheets.cpp", | 43 "CSSDefaultStyleSheets.cpp", |
| 40 "CSSDefaultStyleSheets.h", | 44 "CSSDefaultStyleSheets.h", |
| 41 "CSSFontFace.cpp", | 45 "CSSFontFace.cpp", |
| 42 "CSSFontFace.h", | 46 "CSSFontFace.h", |
| 43 "CSSFontFaceRule.cpp", | 47 "CSSFontFaceRule.cpp", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 65 "CSSGridAutoRepeatValue.h", | 69 "CSSGridAutoRepeatValue.h", |
| 66 "CSSGridLineNamesValue.cpp", | 70 "CSSGridLineNamesValue.cpp", |
| 67 "CSSGridLineNamesValue.h", | 71 "CSSGridLineNamesValue.h", |
| 68 "CSSGridTemplateAreasValue.cpp", | 72 "CSSGridTemplateAreasValue.cpp", |
| 69 "CSSGridTemplateAreasValue.h", | 73 "CSSGridTemplateAreasValue.h", |
| 70 "CSSGroupingRule.cpp", | 74 "CSSGroupingRule.cpp", |
| 71 "CSSGroupingRule.h", | 75 "CSSGroupingRule.h", |
| 72 "CSSIdentifierValue.cpp", | 76 "CSSIdentifierValue.cpp", |
| 73 "CSSIdentifierValue.h", | 77 "CSSIdentifierValue.h", |
| 74 "CSSImageGeneratorValue.cpp", | 78 "CSSImageGeneratorValue.cpp", |
| 79 "CSSImageGeneratorValue.h", |
| 75 "CSSImageSetValue.cpp", | 80 "CSSImageSetValue.cpp", |
| 81 "CSSImageSetValue.h", |
| 76 "CSSImageValue.cpp", | 82 "CSSImageValue.cpp", |
| 83 "CSSImageValue.h", |
| 77 "CSSImportRule.cpp", | 84 "CSSImportRule.cpp", |
| 78 "CSSImportRule.h", | 85 "CSSImportRule.h", |
| 79 "CSSInheritedValue.cpp", | 86 "CSSInheritedValue.cpp", |
| 80 "CSSInheritedValue.h", | 87 "CSSInheritedValue.h", |
| 81 "CSSInitialValue.cpp", | 88 "CSSInitialValue.cpp", |
| 82 "CSSInitialValue.h", | 89 "CSSInitialValue.h", |
| 83 "CSSKeyframeRule.cpp", | 90 "CSSKeyframeRule.cpp", |
| 84 "CSSKeyframeRule.h", | 91 "CSSKeyframeRule.h", |
| 85 "CSSKeyframesRule.cpp", | 92 "CSSKeyframesRule.cpp", |
| 86 "CSSKeyframesRule.h", | 93 "CSSKeyframesRule.h", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 99 "CSSPaintValue.cpp", | 106 "CSSPaintValue.cpp", |
| 100 "CSSPaintValue.h", | 107 "CSSPaintValue.h", |
| 101 "CSSPathValue.cpp", | 108 "CSSPathValue.cpp", |
| 102 "CSSPathValue.h", | 109 "CSSPathValue.h", |
| 103 "CSSPendingSubstitutionValue.cpp", | 110 "CSSPendingSubstitutionValue.cpp", |
| 104 "CSSPendingSubstitutionValue.h", | 111 "CSSPendingSubstitutionValue.h", |
| 105 "CSSPrimitiveValue.cpp", | 112 "CSSPrimitiveValue.cpp", |
| 106 "CSSPrimitiveValue.h", | 113 "CSSPrimitiveValue.h", |
| 107 "CSSPrimitiveValueMappings.h", | 114 "CSSPrimitiveValueMappings.h", |
| 108 "CSSProperty.cpp", | 115 "CSSProperty.cpp", |
| 116 "CSSProperty.h", |
| 109 "CSSPropertyEquality.cpp", | 117 "CSSPropertyEquality.cpp", |
| 110 "CSSPropertyEquality.h", | 118 "CSSPropertyEquality.h", |
| 111 "CSSPropertySourceData.cpp", | 119 "CSSPropertySourceData.cpp", |
| 120 "CSSPropertySourceData.h", |
| 112 "CSSQuadValue.cpp", | 121 "CSSQuadValue.cpp", |
| 113 "CSSQuadValue.h", | 122 "CSSQuadValue.h", |
| 114 "CSSReflectValue.cpp", | 123 "CSSReflectValue.cpp", |
| 124 "CSSReflectValue.h", |
| 115 "CSSRule.cpp", | 125 "CSSRule.cpp", |
| 116 "CSSRule.h", | 126 "CSSRule.h", |
| 117 "CSSRuleList.cpp", | 127 "CSSRuleList.cpp", |
| 118 "CSSRuleList.h", | 128 "CSSRuleList.h", |
| 119 "CSSSegmentedFontFace.cpp", | 129 "CSSSegmentedFontFace.cpp", |
| 120 "CSSSegmentedFontFace.h", | 130 "CSSSegmentedFontFace.h", |
| 121 "CSSSelector.cpp", | 131 "CSSSelector.cpp", |
| 132 "CSSSelector.h", |
| 122 "CSSSelectorList.cpp", | 133 "CSSSelectorList.cpp", |
| 123 "CSSSelectorList.h", | 134 "CSSSelectorList.h", |
| 124 "CSSShadowValue.cpp", | 135 "CSSShadowValue.cpp", |
| 125 "CSSShadowValue.h", | 136 "CSSShadowValue.h", |
| 126 "CSSStringValue.cpp", | 137 "CSSStringValue.cpp", |
| 127 "CSSStringValue.h", | 138 "CSSStringValue.h", |
| 128 "CSSStyleDeclaration.cpp", | 139 "CSSStyleDeclaration.cpp", |
| 129 "CSSStyleDeclaration.h", | 140 "CSSStyleDeclaration.h", |
| 130 "CSSStyleRule.cpp", | 141 "CSSStyleRule.cpp", |
| 131 "CSSStyleRule.h", | 142 "CSSStyleRule.h", |
| 132 "CSSStyleSheet.cpp", | 143 "CSSStyleSheet.cpp", |
| 133 "CSSStyleSheet.h", | 144 "CSSStyleSheet.h", |
| 134 "CSSSupportsRule.cpp", | 145 "CSSSupportsRule.cpp", |
| 135 "CSSSupportsRule.h", | 146 "CSSSupportsRule.h", |
| 136 "CSSSyntaxDescriptor.cpp", | 147 "CSSSyntaxDescriptor.cpp", |
| 137 "CSSSyntaxDescriptor.h", | 148 "CSSSyntaxDescriptor.h", |
| 138 "CSSTiming.cpp", | 149 "CSSTiming.cpp", |
| 139 "CSSTiming.h", | 150 "CSSTiming.h", |
| 140 "CSSTimingFunctionValue.cpp", | 151 "CSSTimingFunctionValue.cpp", |
| 141 "CSSTimingFunctionValue.h", | 152 "CSSTimingFunctionValue.h", |
| 142 "CSSToLengthConversionData.cpp", | 153 "CSSToLengthConversionData.cpp", |
| 143 "CSSToLengthConversionData.h", | 154 "CSSToLengthConversionData.h", |
| 144 "CSSURIValue.cpp", | 155 "CSSURIValue.cpp", |
| 145 "CSSURIValue.h", | 156 "CSSURIValue.h", |
| 146 "CSSUnicodeRangeValue.cpp", | 157 "CSSUnicodeRangeValue.cpp", |
| 147 "CSSUnicodeRangeValue.h", | 158 "CSSUnicodeRangeValue.h", |
| 148 "CSSUnsetValue.cpp", | 159 "CSSUnsetValue.cpp", |
| 149 "CSSUnsetValue.h", | 160 "CSSUnsetValue.h", |
| 150 "CSSValue.cpp", | 161 "CSSValue.cpp", |
| 162 "CSSValue.h", |
| 151 "CSSValueIDMappings.h", | 163 "CSSValueIDMappings.h", |
| 152 "CSSValueList.cpp", | 164 "CSSValueList.cpp", |
| 165 "CSSValueList.h", |
| 153 "CSSValuePair.cpp", | 166 "CSSValuePair.cpp", |
| 154 "CSSValuePair.h", | 167 "CSSValuePair.h", |
| 155 "CSSValuePool.cpp", | 168 "CSSValuePool.cpp", |
| 156 "CSSValuePool.h", | 169 "CSSValuePool.h", |
| 157 "CSSVariableData.cpp", | 170 "CSSVariableData.cpp", |
| 158 "CSSVariableData.h", | 171 "CSSVariableData.h", |
| 159 "CSSVariableReferenceValue.cpp", | 172 "CSSVariableReferenceValue.cpp", |
| 160 "CSSVariableReferenceValue.h", | 173 "CSSVariableReferenceValue.h", |
| 161 "CSSViewportRule.cpp", | 174 "CSSViewportRule.cpp", |
| 162 "CSSViewportRule.h", | 175 "CSSViewportRule.h", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 "MediaQueryExp.cpp", | 207 "MediaQueryExp.cpp", |
| 195 "MediaQueryExp.h", | 208 "MediaQueryExp.h", |
| 196 "MediaQueryList.cpp", | 209 "MediaQueryList.cpp", |
| 197 "MediaQueryList.h", | 210 "MediaQueryList.h", |
| 198 "MediaQueryListEvent.h", | 211 "MediaQueryListEvent.h", |
| 199 "MediaQueryListListener.cpp", | 212 "MediaQueryListListener.cpp", |
| 200 "MediaQueryListListener.h", | 213 "MediaQueryListListener.h", |
| 201 "MediaQueryMatcher.cpp", | 214 "MediaQueryMatcher.cpp", |
| 202 "MediaQueryMatcher.h", | 215 "MediaQueryMatcher.h", |
| 203 "MediaValues.cpp", | 216 "MediaValues.cpp", |
| 217 "MediaValues.h", |
| 204 "MediaValuesCached.cpp", | 218 "MediaValuesCached.cpp", |
| 219 "MediaValuesCached.h", |
| 205 "MediaValuesDynamic.cpp", | 220 "MediaValuesDynamic.cpp", |
| 221 "MediaValuesDynamic.h", |
| 206 "MediaValuesInitialViewport.cpp", | 222 "MediaValuesInitialViewport.cpp", |
| 207 "MediaValuesInitialViewport.h", | 223 "MediaValuesInitialViewport.h", |
| 208 "PageRuleCollector.cpp", | 224 "PageRuleCollector.cpp", |
| 209 "PageRuleCollector.h", | 225 "PageRuleCollector.h", |
| 210 "PropertyRegistration.cpp", | 226 "PropertyRegistration.cpp", |
| 211 "PropertyRegistration.h", | 227 "PropertyRegistration.h", |
| 212 "PropertyRegistry.cpp", | 228 "PropertyRegistry.cpp", |
| 213 "PropertyRegistry.h", | 229 "PropertyRegistry.h", |
| 214 "PropertySetCSSStyleDeclaration.cpp", | 230 "PropertySetCSSStyleDeclaration.cpp", |
| 215 "PropertySetCSSStyleDeclaration.h", | 231 "PropertySetCSSStyleDeclaration.h", |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 "parser/CSSParser.cpp", | 335 "parser/CSSParser.cpp", |
| 320 "parser/CSSParser.h", | 336 "parser/CSSParser.h", |
| 321 "parser/CSSParserContext.cpp", | 337 "parser/CSSParserContext.cpp", |
| 322 "parser/CSSParserContext.h", | 338 "parser/CSSParserContext.h", |
| 323 "parser/CSSParserFastPaths.cpp", | 339 "parser/CSSParserFastPaths.cpp", |
| 324 "parser/CSSParserFastPaths.h", | 340 "parser/CSSParserFastPaths.h", |
| 325 "parser/CSSParserImpl.cpp", | 341 "parser/CSSParserImpl.cpp", |
| 326 "parser/CSSParserImpl.h", | 342 "parser/CSSParserImpl.h", |
| 327 "parser/CSSParserMode.h", | 343 "parser/CSSParserMode.h", |
| 328 "parser/CSSParserObserverWrapper.cpp", | 344 "parser/CSSParserObserverWrapper.cpp", |
| 345 "parser/CSSParserObserverWrapper.h", |
| 329 "parser/CSSParserSelector.cpp", | 346 "parser/CSSParserSelector.cpp", |
| 330 "parser/CSSParserSelector.h", | 347 "parser/CSSParserSelector.h", |
| 331 "parser/CSSParserToken.cpp", | 348 "parser/CSSParserToken.cpp", |
| 349 "parser/CSSParserToken.h", |
| 332 "parser/CSSParserTokenRange.cpp", | 350 "parser/CSSParserTokenRange.cpp", |
| 333 "parser/CSSParserTokenRange.h", | 351 "parser/CSSParserTokenRange.h", |
| 334 "parser/CSSPropertyParser.cpp", | 352 "parser/CSSPropertyParser.cpp", |
| 335 "parser/CSSPropertyParser.h", | 353 "parser/CSSPropertyParser.h", |
| 336 "parser/CSSPropertyParserHelpers.cpp", | 354 "parser/CSSPropertyParserHelpers.cpp", |
| 337 "parser/CSSPropertyParserHelpers.h", | 355 "parser/CSSPropertyParserHelpers.h", |
| 338 "parser/CSSSelectorParser.cpp", | 356 "parser/CSSSelectorParser.cpp", |
| 339 "parser/CSSSelectorParser.h", | 357 "parser/CSSSelectorParser.h", |
| 340 "parser/CSSSupportsParser.cpp", | 358 "parser/CSSSupportsParser.cpp", |
| 341 "parser/CSSSupportsParser.h", | 359 "parser/CSSSupportsParser.h", |
| 342 "parser/CSSTokenizer.cpp", | 360 "parser/CSSTokenizer.cpp", |
| 361 "parser/CSSTokenizer.h", |
| 343 "parser/CSSTokenizerInputStream.cpp", | 362 "parser/CSSTokenizerInputStream.cpp", |
| 363 "parser/CSSTokenizerInputStream.h", |
| 344 "parser/CSSVariableParser.cpp", | 364 "parser/CSSVariableParser.cpp", |
| 345 "parser/CSSVariableParser.h", | 365 "parser/CSSVariableParser.h", |
| 346 "parser/FontVariantLigaturesParser.h", | 366 "parser/FontVariantLigaturesParser.h", |
| 347 "parser/FontVariantNumericParser.h", | 367 "parser/FontVariantNumericParser.h", |
| 348 "parser/MediaQueryBlockWatcher.cpp", | 368 "parser/MediaQueryBlockWatcher.cpp", |
| 369 "parser/MediaQueryBlockWatcher.h", |
| 349 "parser/MediaQueryParser.cpp", | 370 "parser/MediaQueryParser.cpp", |
| 371 "parser/MediaQueryParser.h", |
| 350 "parser/SizesAttributeParser.cpp", | 372 "parser/SizesAttributeParser.cpp", |
| 373 "parser/SizesAttributeParser.h", |
| 351 "parser/SizesCalcParser.cpp", | 374 "parser/SizesCalcParser.cpp", |
| 375 "parser/SizesCalcParser.h", |
| 352 "properties/CSSPropertyAPIAlignItems.cpp", | 376 "properties/CSSPropertyAPIAlignItems.cpp", |
| 353 "properties/CSSPropertyAPIAlignOrJustifyContent.cpp", | 377 "properties/CSSPropertyAPIAlignOrJustifyContent.cpp", |
| 354 "properties/CSSPropertyAPIAlignOrJustifySelf.cpp", | 378 "properties/CSSPropertyAPIAlignOrJustifySelf.cpp", |
| 355 "properties/CSSPropertyAPIBaselineShift.cpp", | 379 "properties/CSSPropertyAPIBaselineShift.cpp", |
| 356 "properties/CSSPropertyAPIBorderImageOutset.cpp", | 380 "properties/CSSPropertyAPIBorderImageOutset.cpp", |
| 357 "properties/CSSPropertyAPIBorderImageRepeat.cpp", | 381 "properties/CSSPropertyAPIBorderImageRepeat.cpp", |
| 358 "properties/CSSPropertyAPIBorderImageSlice.cpp", | 382 "properties/CSSPropertyAPIBorderImageSlice.cpp", |
| 359 "properties/CSSPropertyAPIBorderImageWidth.cpp", | 383 "properties/CSSPropertyAPIBorderImageWidth.cpp", |
| 360 "properties/CSSPropertyAPIBorderRadius.cpp", | 384 "properties/CSSPropertyAPIBorderRadius.cpp", |
| 361 "properties/CSSPropertyAPIBorderWidth.cpp", | 385 "properties/CSSPropertyAPIBorderWidth.cpp", |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 514 "resolver/TransformBuilder.h", | 538 "resolver/TransformBuilder.h", |
| 515 "resolver/ViewportStyleResolver.cpp", | 539 "resolver/ViewportStyleResolver.cpp", |
| 516 "resolver/ViewportStyleResolver.h", | 540 "resolver/ViewportStyleResolver.h", |
| 517 ] | 541 ] |
| 518 | 542 |
| 519 configs += [ | 543 configs += [ |
| 520 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 544 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 521 "//build/config/compiler:no_size_t_to_int_warning", | 545 "//build/config/compiler:no_size_t_to_int_warning", |
| 522 ] | 546 ] |
| 523 } | 547 } |
| OLD | NEW |