Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Side by Side Diff: third_party/WebKit/Source/core/css/BUILD.gn

Issue 2882603002: Implemented remaining non-grouped longhand property APIs (Closed)
Patch Set: rebased onto final utils Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 "parser/MediaQueryBlockWatcher.h", 371 "parser/MediaQueryBlockWatcher.h",
372 "parser/MediaQueryParser.cpp", 372 "parser/MediaQueryParser.cpp",
373 "parser/MediaQueryParser.h", 373 "parser/MediaQueryParser.h",
374 "parser/SizesAttributeParser.cpp", 374 "parser/SizesAttributeParser.cpp",
375 "parser/SizesAttributeParser.h", 375 "parser/SizesAttributeParser.h",
376 "parser/SizesCalcParser.cpp", 376 "parser/SizesCalcParser.cpp",
377 "parser/SizesCalcParser.h", 377 "parser/SizesCalcParser.h",
378 "properties/CSSPropertyAPIAlignItems.cpp", 378 "properties/CSSPropertyAPIAlignItems.cpp",
379 "properties/CSSPropertyAPIAlignOrJustifyContent.cpp", 379 "properties/CSSPropertyAPIAlignOrJustifyContent.cpp",
380 "properties/CSSPropertyAPIAlignOrJustifySelf.cpp", 380 "properties/CSSPropertyAPIAlignOrJustifySelf.cpp",
381 "properties/CSSPropertyAPIAnimationDirection.cpp",
382 "properties/CSSPropertyAPIAnimationFillMode.cpp",
383 "properties/CSSPropertyAPIAnimationIterationCount.cpp",
381 "properties/CSSPropertyAPIAnimationName.cpp", 384 "properties/CSSPropertyAPIAnimationName.cpp",
385 "properties/CSSPropertyAPIAnimationPlayState.cpp",
386 "properties/CSSPropertyAPIBackgroundColor.cpp",
382 "properties/CSSPropertyAPIBaselineShift.cpp", 387 "properties/CSSPropertyAPIBaselineShift.cpp",
383 "properties/CSSPropertyAPIBorderImageOutset.cpp", 388 "properties/CSSPropertyAPIBorderImageOutset.cpp",
384 "properties/CSSPropertyAPIBorderImageRepeat.cpp", 389 "properties/CSSPropertyAPIBorderImageRepeat.cpp",
385 "properties/CSSPropertyAPIBorderImageSlice.cpp", 390 "properties/CSSPropertyAPIBorderImageSlice.cpp",
386 "properties/CSSPropertyAPIBorderImageWidth.cpp", 391 "properties/CSSPropertyAPIBorderImageWidth.cpp",
387 "properties/CSSPropertyAPIBorderRadius.cpp", 392 "properties/CSSPropertyAPIBorderRadius.cpp",
388 "properties/CSSPropertyAPIBorderWidth.cpp", 393 "properties/CSSPropertyAPIBorderWidth.cpp",
394 "properties/CSSPropertyAPIBoxShadow.cpp",
389 "properties/CSSPropertyAPICaretColor.cpp", 395 "properties/CSSPropertyAPICaretColor.cpp",
390 "properties/CSSPropertyAPIClip.cpp", 396 "properties/CSSPropertyAPIClip.cpp",
391 "properties/CSSPropertyAPIClipPath.cpp", 397 "properties/CSSPropertyAPIClipPath.cpp",
392 "properties/CSSPropertyAPIColor.cpp", 398 "properties/CSSPropertyAPIColor.cpp",
393 "properties/CSSPropertyAPIColumnCount.cpp", 399 "properties/CSSPropertyAPIColumnCount.cpp",
394 "properties/CSSPropertyAPIColumnGap.cpp", 400 "properties/CSSPropertyAPIColumnGap.cpp",
395 "properties/CSSPropertyAPIColumnRuleWidth.cpp", 401 "properties/CSSPropertyAPIColumnRuleWidth.cpp",
396 "properties/CSSPropertyAPIColumnSpan.cpp", 402 "properties/CSSPropertyAPIColumnSpan.cpp",
397 "properties/CSSPropertyAPIColumnWidth.cpp", 403 "properties/CSSPropertyAPIColumnWidth.cpp",
398 "properties/CSSPropertyAPIContain.cpp", 404 "properties/CSSPropertyAPIContain.cpp",
399 "properties/CSSPropertyAPIContent.cpp", 405 "properties/CSSPropertyAPIContent.cpp",
400 "properties/CSSPropertyAPICounterIncrement.cpp", 406 "properties/CSSPropertyAPICounterIncrement.cpp",
401 "properties/CSSPropertyAPICounterReset.cpp", 407 "properties/CSSPropertyAPICounterReset.cpp",
402 "properties/CSSPropertyAPICursor.cpp", 408 "properties/CSSPropertyAPICursor.cpp",
403 "properties/CSSPropertyAPID.cpp", 409 "properties/CSSPropertyAPID.cpp",
404 "properties/CSSPropertyAPIFilter.cpp", 410 "properties/CSSPropertyAPIFilter.cpp",
405 "properties/CSSPropertyAPIFlexBasis.cpp", 411 "properties/CSSPropertyAPIFlexBasis.cpp",
406 "properties/CSSPropertyAPIFlexGrowOrShrink.cpp", 412 "properties/CSSPropertyAPIFlexGrowOrShrink.cpp",
407 "properties/CSSPropertyAPIFontFamily.cpp", 413 "properties/CSSPropertyAPIFontFamily.cpp",
408 "properties/CSSPropertyAPIFontFeatureSettings.cpp", 414 "properties/CSSPropertyAPIFontFeatureSettings.cpp",
409 "properties/CSSPropertyAPIFontSize.cpp", 415 "properties/CSSPropertyAPIFontSize.cpp",
410 "properties/CSSPropertyAPIFontSizeAdjust.cpp", 416 "properties/CSSPropertyAPIFontSizeAdjust.cpp",
411 "properties/CSSPropertyAPIFontVariantCaps.cpp", 417 "properties/CSSPropertyAPIFontVariantCaps.cpp",
412 "properties/CSSPropertyAPIFontVariantLigatures.cpp", 418 "properties/CSSPropertyAPIFontVariantLigatures.cpp",
413 "properties/CSSPropertyAPIFontVariantNumeric.cpp", 419 "properties/CSSPropertyAPIFontVariantNumeric.cpp",
414 "properties/CSSPropertyAPIFontVariationSettings.cpp", 420 "properties/CSSPropertyAPIFontVariationSettings.cpp",
421 "properties/CSSPropertyAPIFontWeight.cpp",
415 "properties/CSSPropertyAPIFragmentation.cpp", 422 "properties/CSSPropertyAPIFragmentation.cpp",
416 "properties/CSSPropertyAPIGridAutoFlow.cpp", 423 "properties/CSSPropertyAPIGridAutoFlow.cpp",
417 "properties/CSSPropertyAPIGridAutoLine.cpp", 424 "properties/CSSPropertyAPIGridAutoLine.cpp",
418 "properties/CSSPropertyAPIGridLine.cpp", 425 "properties/CSSPropertyAPIGridLine.cpp",
419 "properties/CSSPropertyAPIGridTemplateAreas.cpp", 426 "properties/CSSPropertyAPIGridTemplateAreas.cpp",
420 "properties/CSSPropertyAPIGridTemplateLine.cpp", 427 "properties/CSSPropertyAPIGridTemplateLine.cpp",
421 "properties/CSSPropertyAPIImage.cpp", 428 "properties/CSSPropertyAPIImage.cpp",
422 "properties/CSSPropertyAPIImageOrientation.cpp", 429 "properties/CSSPropertyAPIImageOrientation.cpp",
423 "properties/CSSPropertyAPIJustifyItems.cpp", 430 "properties/CSSPropertyAPIJustifyItems.cpp",
424 "properties/CSSPropertyAPILetterAndWordSpacing.cpp", 431 "properties/CSSPropertyAPILetterAndWordSpacing.cpp",
425 "properties/CSSPropertyAPILineHeight.cpp", 432 "properties/CSSPropertyAPILineHeight.cpp",
426 "properties/CSSPropertyAPILineHeightStep.cpp", 433 "properties/CSSPropertyAPILineHeightStep.cpp",
427 "properties/CSSPropertyAPIMargin.cpp", 434 "properties/CSSPropertyAPIMargin.cpp",
428 "properties/CSSPropertyAPIMarker.cpp", 435 "properties/CSSPropertyAPIMarker.cpp",
436 "properties/CSSPropertyAPIObjectPosition.cpp",
429 "properties/CSSPropertyAPIOffsetAnchor.cpp", 437 "properties/CSSPropertyAPIOffsetAnchor.cpp",
430 "properties/CSSPropertyAPIOffsetDistance.cpp", 438 "properties/CSSPropertyAPIOffsetDistance.cpp",
431 "properties/CSSPropertyAPIOffsetPath.cpp", 439 "properties/CSSPropertyAPIOffsetPath.cpp",
432 "properties/CSSPropertyAPIOffsetPosition.cpp", 440 "properties/CSSPropertyAPIOffsetPosition.cpp",
433 "properties/CSSPropertyAPIOffsetRotate.cpp", 441 "properties/CSSPropertyAPIOffsetRotate.cpp",
434 "properties/CSSPropertyAPIOpacity.cpp", 442 "properties/CSSPropertyAPIOpacity.cpp",
435 "properties/CSSPropertyAPIOrder.cpp", 443 "properties/CSSPropertyAPIOrder.cpp",
436 "properties/CSSPropertyAPIOutlineColor.cpp", 444 "properties/CSSPropertyAPIOutlineColor.cpp",
437 "properties/CSSPropertyAPIOutlineOffset.cpp", 445 "properties/CSSPropertyAPIOutlineOffset.cpp",
438 "properties/CSSPropertyAPIOutlineWidth.cpp", 446 "properties/CSSPropertyAPIOutlineWidth.cpp",
439 "properties/CSSPropertyAPIPadding.cpp", 447 "properties/CSSPropertyAPIPadding.cpp",
440 "properties/CSSPropertyAPIPage.cpp", 448 "properties/CSSPropertyAPIPage.cpp",
441 "properties/CSSPropertyAPIPaintOrder.cpp", 449 "properties/CSSPropertyAPIPaintOrder.cpp",
442 "properties/CSSPropertyAPIPaintStroke.cpp", 450 "properties/CSSPropertyAPIPaintStroke.cpp",
443 "properties/CSSPropertyAPIPerspective.cpp", 451 "properties/CSSPropertyAPIPerspective.cpp",
452 "properties/CSSPropertyAPIPerspectiveOrigin.cpp",
444 "properties/CSSPropertyAPIQuotes.cpp", 453 "properties/CSSPropertyAPIQuotes.cpp",
445 "properties/CSSPropertyAPIRadius.cpp", 454 "properties/CSSPropertyAPIRadius.cpp",
446 "properties/CSSPropertyAPIRotate.cpp", 455 "properties/CSSPropertyAPIRotate.cpp",
447 "properties/CSSPropertyAPIScale.cpp", 456 "properties/CSSPropertyAPIScale.cpp",
448 "properties/CSSPropertyAPIScrollPadding.cpp", 457 "properties/CSSPropertyAPIScrollPadding.cpp",
449 "properties/CSSPropertyAPIScrollSnapAlign.cpp", 458 "properties/CSSPropertyAPIScrollSnapAlign.cpp",
450 "properties/CSSPropertyAPIScrollSnapMargin.cpp", 459 "properties/CSSPropertyAPIScrollSnapMargin.cpp",
451 "properties/CSSPropertyAPIScrollSnapType.cpp", 460 "properties/CSSPropertyAPIScrollSnapType.cpp",
452 "properties/CSSPropertyAPIShapeImageThreshold.cpp", 461 "properties/CSSPropertyAPIShapeImageThreshold.cpp",
453 "properties/CSSPropertyAPIShapeMargin.cpp", 462 "properties/CSSPropertyAPIShapeMargin.cpp",
454 "properties/CSSPropertyAPIShapeOutside.cpp", 463 "properties/CSSPropertyAPIShapeOutside.cpp",
455 "properties/CSSPropertyAPISize.cpp", 464 "properties/CSSPropertyAPISize.cpp",
456 "properties/CSSPropertyAPIStrokeDasharray.cpp", 465 "properties/CSSPropertyAPIStrokeDasharray.cpp",
457 "properties/CSSPropertyAPIStrokeMiterlimit.cpp", 466 "properties/CSSPropertyAPIStrokeMiterlimit.cpp",
458 "properties/CSSPropertyAPIStrokeOrLength.cpp", 467 "properties/CSSPropertyAPIStrokeOrLength.cpp",
459 "properties/CSSPropertyAPITabSize.cpp", 468 "properties/CSSPropertyAPITabSize.cpp",
460 "properties/CSSPropertyAPITextDecorationColor.cpp", 469 "properties/CSSPropertyAPITextDecorationColor.cpp",
461 "properties/CSSPropertyAPITextDecorationLine.cpp", 470 "properties/CSSPropertyAPITextDecorationLine.cpp",
462 "properties/CSSPropertyAPITextDecorationSkip.cpp", 471 "properties/CSSPropertyAPITextDecorationSkip.cpp",
463 "properties/CSSPropertyAPITextIndent.cpp", 472 "properties/CSSPropertyAPITextIndent.cpp",
473 "properties/CSSPropertyAPITextShadow.cpp",
464 "properties/CSSPropertyAPITextSizeAdjust.cpp", 474 "properties/CSSPropertyAPITextSizeAdjust.cpp",
465 "properties/CSSPropertyAPITextUnderlinePosition.cpp", 475 "properties/CSSPropertyAPITextUnderlinePosition.cpp",
466 "properties/CSSPropertyAPITouchAction.cpp", 476 "properties/CSSPropertyAPITouchAction.cpp",
467 "properties/CSSPropertyAPITransform.cpp", 477 "properties/CSSPropertyAPITransform.cpp",
468 "properties/CSSPropertyAPITransformOrigin.cpp", 478 "properties/CSSPropertyAPITransformOrigin.cpp",
479 "properties/CSSPropertyAPITransitionProperty.cpp",
469 "properties/CSSPropertyAPITranslate.cpp", 480 "properties/CSSPropertyAPITranslate.cpp",
470 "properties/CSSPropertyAPIVerticalAlign.cpp", 481 "properties/CSSPropertyAPIVerticalAlign.cpp",
471 "properties/CSSPropertyAPIWebkitBorderImage.cpp", 482 "properties/CSSPropertyAPIWebkitBorderImage.cpp",
472 "properties/CSSPropertyAPIWebkitBorderSpacing.cpp", 483 "properties/CSSPropertyAPIWebkitBorderSpacing.cpp",
473 "properties/CSSPropertyAPIWebkitBorderWidth.cpp", 484 "properties/CSSPropertyAPIWebkitBorderWidth.cpp",
474 "properties/CSSPropertyAPIWebkitBoxFlex.cpp", 485 "properties/CSSPropertyAPIWebkitBoxFlex.cpp",
475 "properties/CSSPropertyAPIWebkitBoxFlexGroup.cpp", 486 "properties/CSSPropertyAPIWebkitBoxFlexGroup.cpp",
487 "properties/CSSPropertyAPIWebkitBoxReflect.cpp",
476 "properties/CSSPropertyAPIWebkitFontSizeDelta.cpp", 488 "properties/CSSPropertyAPIWebkitFontSizeDelta.cpp",
477 "properties/CSSPropertyAPIWebkitHighlight.cpp", 489 "properties/CSSPropertyAPIWebkitHighlight.cpp",
478 "properties/CSSPropertyAPIWebkitLineClamp.cpp", 490 "properties/CSSPropertyAPIWebkitLineClamp.cpp",
479 "properties/CSSPropertyAPIWebkitLogicalWidthOrHeight.cpp", 491 "properties/CSSPropertyAPIWebkitLogicalWidthOrHeight.cpp",
480 "properties/CSSPropertyAPIWebkitMargin.cpp", 492 "properties/CSSPropertyAPIWebkitMargin.cpp",
481 "properties/CSSPropertyAPIWebkitMaskRepeat.cpp", 493 "properties/CSSPropertyAPIWebkitMaskRepeat.cpp",
482 "properties/CSSPropertyAPIWebkitMaxLogicalWidthOrHeight.cpp", 494 "properties/CSSPropertyAPIWebkitMaxLogicalWidthOrHeight.cpp",
483 "properties/CSSPropertyAPIWebkitOriginX.cpp", 495 "properties/CSSPropertyAPIWebkitOriginX.cpp",
484 "properties/CSSPropertyAPIWebkitOriginY.cpp", 496 "properties/CSSPropertyAPIWebkitOriginY.cpp",
485 "properties/CSSPropertyAPIWebkitPadding.cpp", 497 "properties/CSSPropertyAPIWebkitPadding.cpp",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 "resolver/TransformBuilder.h", 585 "resolver/TransformBuilder.h",
574 "resolver/ViewportStyleResolver.cpp", 586 "resolver/ViewportStyleResolver.cpp",
575 "resolver/ViewportStyleResolver.h", 587 "resolver/ViewportStyleResolver.h",
576 ] 588 ]
577 589
578 configs += [ 590 configs += [
579 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 591 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
580 "//build/config/compiler:no_size_t_to_int_warning", 592 "//build/config/compiler:no_size_t_to_int_warning",
581 ] 593 ]
582 } 594 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/css/CSSProperties.json5 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698