| 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 "parser/CSSVariableParser.cpp", | 340 "parser/CSSVariableParser.cpp", |
| 341 "parser/CSSVariableParser.h", | 341 "parser/CSSVariableParser.h", |
| 342 "parser/FontVariantLigaturesParser.h", | 342 "parser/FontVariantLigaturesParser.h", |
| 343 "parser/FontVariantNumericParser.h", | 343 "parser/FontVariantNumericParser.h", |
| 344 "parser/MediaQueryBlockWatcher.cpp", | 344 "parser/MediaQueryBlockWatcher.cpp", |
| 345 "parser/MediaQueryParser.cpp", | 345 "parser/MediaQueryParser.cpp", |
| 346 "parser/SizesAttributeParser.cpp", | 346 "parser/SizesAttributeParser.cpp", |
| 347 "parser/SizesCalcParser.cpp", | 347 "parser/SizesCalcParser.cpp", |
| 348 "properties/CSSPropertyAPI.h", | 348 "properties/CSSPropertyAPI.h", |
| 349 "properties/CSSPropertyAPIAlignItems.cpp", | 349 "properties/CSSPropertyAPIAlignItems.cpp", |
| 350 "properties/CSSPropertyAPIAlignOrJustifyContent.cpp", |
| 350 "properties/CSSPropertyAPIAlignOrJustifySelf.cpp", | 351 "properties/CSSPropertyAPIAlignOrJustifySelf.cpp", |
| 351 "properties/CSSPropertyAPIBaselineShift.cpp", | 352 "properties/CSSPropertyAPIBaselineShift.cpp", |
| 353 "properties/CSSPropertyAPIBorderImageOutset.cpp", |
| 354 "properties/CSSPropertyAPIBorderImageRepeat.cpp", |
| 355 "properties/CSSPropertyAPIBorderImageSlice.cpp", |
| 356 "properties/CSSPropertyAPIBorderImageWidth.cpp", |
| 352 "properties/CSSPropertyAPIBorderRadius.cpp", | 357 "properties/CSSPropertyAPIBorderRadius.cpp", |
| 358 "properties/CSSPropertyAPIBorderWidth.cpp", |
| 353 "properties/CSSPropertyAPICaretColor.cpp", | 359 "properties/CSSPropertyAPICaretColor.cpp", |
| 354 "properties/CSSPropertyAPIClip.cpp", | 360 "properties/CSSPropertyAPIClip.cpp", |
| 355 "properties/CSSPropertyAPIClipPath.cpp", | 361 "properties/CSSPropertyAPIClipPath.cpp", |
| 356 "properties/CSSPropertyAPIColor.cpp", | 362 "properties/CSSPropertyAPIColor.cpp", |
| 357 "properties/CSSPropertyAPIColumnCount.cpp", | 363 "properties/CSSPropertyAPIColumnCount.cpp", |
| 358 "properties/CSSPropertyAPIColumnGap.cpp", | 364 "properties/CSSPropertyAPIColumnGap.cpp", |
| 359 "properties/CSSPropertyAPIColumnRuleWidth.cpp", | 365 "properties/CSSPropertyAPIColumnRuleWidth.cpp", |
| 360 "properties/CSSPropertyAPIColumnSpan.cpp", | 366 "properties/CSSPropertyAPIColumnSpan.cpp", |
| 361 "properties/CSSPropertyAPIColumnWidth.cpp", | 367 "properties/CSSPropertyAPIColumnWidth.cpp", |
| 362 "properties/CSSPropertyAPIContain.cpp", | 368 "properties/CSSPropertyAPIContain.cpp", |
| 363 "properties/CSSPropertyAPIContent.cpp", | 369 "properties/CSSPropertyAPIContent.cpp", |
| 370 "properties/CSSPropertyAPICounterIncrement.cpp", |
| 371 "properties/CSSPropertyAPICounterReset.cpp", |
| 364 "properties/CSSPropertyAPICursor.cpp", | 372 "properties/CSSPropertyAPICursor.cpp", |
| 373 "properties/CSSPropertyAPIFilter.cpp", |
| 365 "properties/CSSPropertyAPIFlexBasis.cpp", | 374 "properties/CSSPropertyAPIFlexBasis.cpp", |
| 375 "properties/CSSPropertyAPIFlexGrowOrShrink.cpp", |
| 366 "properties/CSSPropertyAPIFontSizeAdjust.cpp", | 376 "properties/CSSPropertyAPIFontSizeAdjust.cpp", |
| 367 "properties/CSSPropertyAPIFontVariantCaps.cpp", | 377 "properties/CSSPropertyAPIFontVariantCaps.cpp", |
| 368 "properties/CSSPropertyAPIFontVariantLigatures.cpp", | 378 "properties/CSSPropertyAPIFontVariantLigatures.cpp", |
| 369 "properties/CSSPropertyAPIFontVariantNumeric.cpp", | 379 "properties/CSSPropertyAPIFontVariantNumeric.cpp", |
| 370 "properties/CSSPropertyAPIFontVariationSettings.cpp", | 380 "properties/CSSPropertyAPIFontVariationSettings.cpp", |
| 371 "properties/CSSPropertyAPIGridAutoFlow.cpp", | 381 "properties/CSSPropertyAPIGridAutoFlow.cpp", |
| 382 "properties/CSSPropertyAPIGridAutoLine.cpp", |
| 383 "properties/CSSPropertyAPIGridLine.cpp", |
| 384 "properties/CSSPropertyAPIGridTemplateAreas.cpp", |
| 385 "properties/CSSPropertyAPIGridTemplateLine.cpp", |
| 372 "properties/CSSPropertyAPIImage.cpp", | 386 "properties/CSSPropertyAPIImage.cpp", |
| 373 "properties/CSSPropertyAPIImageOrientation.cpp", | 387 "properties/CSSPropertyAPIImageOrientation.cpp", |
| 374 "properties/CSSPropertyAPIJustifyItems.cpp", | 388 "properties/CSSPropertyAPIJustifyItems.cpp", |
| 375 "properties/CSSPropertyAPILetterAndWordSpacing.cpp", | 389 "properties/CSSPropertyAPILetterAndWordSpacing.cpp", |
| 376 "properties/CSSPropertyAPIMargin.cpp", | 390 "properties/CSSPropertyAPIMargin.cpp", |
| 391 "properties/CSSPropertyAPIMarker.cpp", |
| 392 "properties/CSSPropertyAPIOffsetDistance.cpp", |
| 377 "properties/CSSPropertyAPIOffsetPosition.cpp", | 393 "properties/CSSPropertyAPIOffsetPosition.cpp", |
| 394 "properties/CSSPropertyAPIOffsetRotate.cpp", |
| 378 "properties/CSSPropertyAPIOpacity.cpp", | 395 "properties/CSSPropertyAPIOpacity.cpp", |
| 379 "properties/CSSPropertyAPIOrder.cpp", | 396 "properties/CSSPropertyAPIOrder.cpp", |
| 380 "properties/CSSPropertyAPIOutlineColor.cpp", | 397 "properties/CSSPropertyAPIOutlineColor.cpp", |
| 381 "properties/CSSPropertyAPIOutlineOffset.cpp", | 398 "properties/CSSPropertyAPIOutlineOffset.cpp", |
| 382 "properties/CSSPropertyAPIOutlineWidth.cpp", | 399 "properties/CSSPropertyAPIOutlineWidth.cpp", |
| 383 "properties/CSSPropertyAPIPadding.cpp", | 400 "properties/CSSPropertyAPIPadding.cpp", |
| 384 "properties/CSSPropertyAPIPage.cpp", | 401 "properties/CSSPropertyAPIPage.cpp", |
| 385 "properties/CSSPropertyAPIPaintOrder.cpp", | 402 "properties/CSSPropertyAPIPaintOrder.cpp", |
| 386 "properties/CSSPropertyAPIPaintStroke.cpp", | 403 "properties/CSSPropertyAPIPaintStroke.cpp", |
| 404 "properties/CSSPropertyAPIPerspective.cpp", |
| 387 "properties/CSSPropertyAPIQuotes.cpp", | 405 "properties/CSSPropertyAPIQuotes.cpp", |
| 388 "properties/CSSPropertyAPIRadius.cpp", | 406 "properties/CSSPropertyAPIRadius.cpp", |
| 389 "properties/CSSPropertyAPIRotate.cpp", | 407 "properties/CSSPropertyAPIRotate.cpp", |
| 390 "properties/CSSPropertyAPIScale.cpp", | 408 "properties/CSSPropertyAPIScale.cpp", |
| 391 "properties/CSSPropertyAPIScrollSnapCoordinate.cpp", | 409 "properties/CSSPropertyAPIScrollSnapCoordinate.cpp", |
| 410 "properties/CSSPropertyAPIShadow.cpp", |
| 392 "properties/CSSPropertyAPIShapeImageThreshold.cpp", | 411 "properties/CSSPropertyAPIShapeImageThreshold.cpp", |
| 393 "properties/CSSPropertyAPIShapeMargin.cpp", | 412 "properties/CSSPropertyAPIShapeMargin.cpp", |
| 394 "properties/CSSPropertyAPIShapeOutside.cpp", | 413 "properties/CSSPropertyAPIShapeOutside.cpp", |
| 395 "properties/CSSPropertyAPISize.cpp", | 414 "properties/CSSPropertyAPISize.cpp", |
| 396 "properties/CSSPropertyAPISnapHeight.cpp", | 415 "properties/CSSPropertyAPISnapHeight.cpp", |
| 397 "properties/CSSPropertyAPIStrokeDasharray.cpp", | 416 "properties/CSSPropertyAPIStrokeDasharray.cpp", |
| 398 "properties/CSSPropertyAPIStrokeMiterlimit.cpp", | 417 "properties/CSSPropertyAPIStrokeMiterlimit.cpp", |
| 418 "properties/CSSPropertyAPIStrokeOrLength.cpp", |
| 399 "properties/CSSPropertyAPITabSize.cpp", | 419 "properties/CSSPropertyAPITabSize.cpp", |
| 420 "properties/CSSPropertyAPITextDecoration.cpp", |
| 400 "properties/CSSPropertyAPITextDecorationColor.cpp", | 421 "properties/CSSPropertyAPITextDecorationColor.cpp", |
| 422 "properties/CSSPropertyAPITextDecorationLine.cpp", |
| 401 "properties/CSSPropertyAPITextDecorationSkip.cpp", | 423 "properties/CSSPropertyAPITextDecorationSkip.cpp", |
| 402 "properties/CSSPropertyAPITextIndent.cpp", | 424 "properties/CSSPropertyAPITextIndent.cpp", |
| 403 "properties/CSSPropertyAPITextSizeAdjust.cpp", | 425 "properties/CSSPropertyAPITextSizeAdjust.cpp", |
| 404 "properties/CSSPropertyAPITextUnderlinePosition.cpp", | 426 "properties/CSSPropertyAPITextUnderlinePosition.cpp", |
| 405 "properties/CSSPropertyAPITouchAction.cpp", | 427 "properties/CSSPropertyAPITouchAction.cpp", |
| 406 "properties/CSSPropertyAPITransformOrigin.cpp", | 428 "properties/CSSPropertyAPITransformOrigin.cpp", |
| 407 "properties/CSSPropertyAPITranslate.cpp", | 429 "properties/CSSPropertyAPITranslate.cpp", |
| 408 "properties/CSSPropertyAPIVerticalAlign.cpp", | 430 "properties/CSSPropertyAPIVerticalAlign.cpp", |
| 431 "properties/CSSPropertyAPIWebkitBorderImage.cpp", |
| 432 "properties/CSSPropertyAPIWebkitBorderSpacing.cpp", |
| 433 "properties/CSSPropertyAPIWebkitBorderWidth.cpp", |
| 434 "properties/CSSPropertyAPIWebkitBoxFlex.cpp", |
| 409 "properties/CSSPropertyAPIWebkitBoxFlexGroup.cpp", | 435 "properties/CSSPropertyAPIWebkitBoxFlexGroup.cpp", |
| 410 "properties/CSSPropertyAPIWebkitFontSizeDelta.cpp", | 436 "properties/CSSPropertyAPIWebkitFontSizeDelta.cpp", |
| 411 "properties/CSSPropertyAPIWebkitHighlight.cpp", | 437 "properties/CSSPropertyAPIWebkitHighlight.cpp", |
| 412 "properties/CSSPropertyAPIWebkitLineClamp.cpp", | 438 "properties/CSSPropertyAPIWebkitLineClamp.cpp", |
| 439 "properties/CSSPropertyAPIWebkitLogicalWidthOrHeight.cpp", |
| 413 "properties/CSSPropertyAPIWebkitMargin.cpp", | 440 "properties/CSSPropertyAPIWebkitMargin.cpp", |
| 441 "properties/CSSPropertyAPIWebkitMaskRepeat.cpp", |
| 414 "properties/CSSPropertyAPIWebkitMaxLogicalWidthOrHeight.cpp", | 442 "properties/CSSPropertyAPIWebkitMaxLogicalWidthOrHeight.cpp", |
| 443 "properties/CSSPropertyAPIWebkitOriginX.cpp", |
| 444 "properties/CSSPropertyAPIWebkitOriginY.cpp", |
| 415 "properties/CSSPropertyAPIWebkitPadding.cpp", | 445 "properties/CSSPropertyAPIWebkitPadding.cpp", |
| 416 "properties/CSSPropertyAPIWebkitTextEmphasisStyle.cpp", | 446 "properties/CSSPropertyAPIWebkitTextEmphasisStyle.cpp", |
| 417 "properties/CSSPropertyAPIWebkitTextStrokeWidth.cpp", | 447 "properties/CSSPropertyAPIWebkitTextStrokeWidth.cpp", |
| 418 "properties/CSSPropertyAPIWebkitTransformOriginZ.cpp", | 448 "properties/CSSPropertyAPIWebkitTransformOriginZ.cpp", |
| 449 "properties/CSSPropertyAPIWidthOrHeight.cpp", |
| 419 "properties/CSSPropertyAPIWillChange.cpp", | 450 "properties/CSSPropertyAPIWillChange.cpp", |
| 420 "properties/CSSPropertyAPIZIndex.cpp", | 451 "properties/CSSPropertyAPIZIndex.cpp", |
| 421 "properties/CSSPropertyAPIZoom.cpp", | 452 "properties/CSSPropertyAPIZoom.cpp", |
| 422 "properties/CSSPropertyAlignmentUtils.cpp", | 453 "properties/CSSPropertyAlignmentUtils.cpp", |
| 423 "properties/CSSPropertyAlignmentUtils.h", | 454 "properties/CSSPropertyAlignmentUtils.h", |
| 424 "properties/CSSPropertyColumnUtils.cpp", | 455 "properties/CSSPropertyColumnUtils.cpp", |
| 425 "properties/CSSPropertyColumnUtils.h", | 456 "properties/CSSPropertyColumnUtils.h", |
| 426 "properties/CSSPropertyDescriptor.h", | 457 "properties/CSSPropertyDescriptor.h", |
| 427 "properties/CSSPropertyLengthUtils.cpp", | 458 "properties/CSSPropertyLengthUtils.cpp", |
| 428 "properties/CSSPropertyLengthUtils.h", | 459 "properties/CSSPropertyLengthUtils.h", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 "resolver/TransformBuilder.h", | 505 "resolver/TransformBuilder.h", |
| 475 "resolver/ViewportStyleResolver.cpp", | 506 "resolver/ViewportStyleResolver.cpp", |
| 476 "resolver/ViewportStyleResolver.h", | 507 "resolver/ViewportStyleResolver.h", |
| 477 ] | 508 ] |
| 478 | 509 |
| 479 configs += [ | 510 configs += [ |
| 480 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 511 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 481 "//build/config/compiler:no_size_t_to_int_warning", | 512 "//build/config/compiler:no_size_t_to_int_warning", |
| 482 ] | 513 ] |
| 483 } | 514 } |
| OLD | NEW |