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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/BUILD.gn
diff --git a/third_party/WebKit/Source/core/css/BUILD.gn b/third_party/WebKit/Source/core/css/BUILD.gn
index 32721fe689e82c73bb77449544dfe9dfa6754e1a..cfe163eb95113530f61888cddd02f335323e3b31 100644
--- a/third_party/WebKit/Source/core/css/BUILD.gn
+++ b/third_party/WebKit/Source/core/css/BUILD.gn
@@ -378,7 +378,12 @@ blink_core_sources("css") {
"properties/CSSPropertyAPIAlignItems.cpp",
"properties/CSSPropertyAPIAlignOrJustifyContent.cpp",
"properties/CSSPropertyAPIAlignOrJustifySelf.cpp",
+ "properties/CSSPropertyAPIAnimationDirection.cpp",
+ "properties/CSSPropertyAPIAnimationFillMode.cpp",
+ "properties/CSSPropertyAPIAnimationIterationCount.cpp",
"properties/CSSPropertyAPIAnimationName.cpp",
+ "properties/CSSPropertyAPIAnimationPlayState.cpp",
+ "properties/CSSPropertyAPIBackgroundColor.cpp",
"properties/CSSPropertyAPIBaselineShift.cpp",
"properties/CSSPropertyAPIBorderImageOutset.cpp",
"properties/CSSPropertyAPIBorderImageRepeat.cpp",
@@ -386,6 +391,7 @@ blink_core_sources("css") {
"properties/CSSPropertyAPIBorderImageWidth.cpp",
"properties/CSSPropertyAPIBorderRadius.cpp",
"properties/CSSPropertyAPIBorderWidth.cpp",
+ "properties/CSSPropertyAPIBoxShadow.cpp",
"properties/CSSPropertyAPICaretColor.cpp",
"properties/CSSPropertyAPIClip.cpp",
"properties/CSSPropertyAPIClipPath.cpp",
@@ -412,6 +418,7 @@ blink_core_sources("css") {
"properties/CSSPropertyAPIFontVariantLigatures.cpp",
"properties/CSSPropertyAPIFontVariantNumeric.cpp",
"properties/CSSPropertyAPIFontVariationSettings.cpp",
+ "properties/CSSPropertyAPIFontWeight.cpp",
"properties/CSSPropertyAPIFragmentation.cpp",
"properties/CSSPropertyAPIGridAutoFlow.cpp",
"properties/CSSPropertyAPIGridAutoLine.cpp",
@@ -426,6 +433,7 @@ blink_core_sources("css") {
"properties/CSSPropertyAPILineHeightStep.cpp",
"properties/CSSPropertyAPIMargin.cpp",
"properties/CSSPropertyAPIMarker.cpp",
+ "properties/CSSPropertyAPIObjectPosition.cpp",
"properties/CSSPropertyAPIOffsetAnchor.cpp",
"properties/CSSPropertyAPIOffsetDistance.cpp",
"properties/CSSPropertyAPIOffsetPath.cpp",
@@ -441,6 +449,7 @@ blink_core_sources("css") {
"properties/CSSPropertyAPIPaintOrder.cpp",
"properties/CSSPropertyAPIPaintStroke.cpp",
"properties/CSSPropertyAPIPerspective.cpp",
+ "properties/CSSPropertyAPIPerspectiveOrigin.cpp",
"properties/CSSPropertyAPIQuotes.cpp",
"properties/CSSPropertyAPIRadius.cpp",
"properties/CSSPropertyAPIRotate.cpp",
@@ -461,11 +470,13 @@ blink_core_sources("css") {
"properties/CSSPropertyAPITextDecorationLine.cpp",
"properties/CSSPropertyAPITextDecorationSkip.cpp",
"properties/CSSPropertyAPITextIndent.cpp",
+ "properties/CSSPropertyAPITextShadow.cpp",
"properties/CSSPropertyAPITextSizeAdjust.cpp",
"properties/CSSPropertyAPITextUnderlinePosition.cpp",
"properties/CSSPropertyAPITouchAction.cpp",
"properties/CSSPropertyAPITransform.cpp",
"properties/CSSPropertyAPITransformOrigin.cpp",
+ "properties/CSSPropertyAPITransitionProperty.cpp",
"properties/CSSPropertyAPITranslate.cpp",
"properties/CSSPropertyAPIVerticalAlign.cpp",
"properties/CSSPropertyAPIWebkitBorderImage.cpp",
@@ -473,6 +484,7 @@ blink_core_sources("css") {
"properties/CSSPropertyAPIWebkitBorderWidth.cpp",
"properties/CSSPropertyAPIWebkitBoxFlex.cpp",
"properties/CSSPropertyAPIWebkitBoxFlexGroup.cpp",
+ "properties/CSSPropertyAPIWebkitBoxReflect.cpp",
"properties/CSSPropertyAPIWebkitFontSizeDelta.cpp",
"properties/CSSPropertyAPIWebkitHighlight.cpp",
"properties/CSSPropertyAPIWebkitLineClamp.cpp",
« 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