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

Unified Diff: third_party/WebKit/Source/core/css/BUILD.gn

Issue 2824993002: Implemented CSSPropertyAPI for transform property. (Closed)
Patch Set: fixed if braces Created 3 years, 8 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 4083f83d2b5b1877e398bd56fbf86e6f6c7555ec..314ff7037b9a674496ed5db3493ec3bef698bf44 100644
--- a/third_party/WebKit/Source/core/css/BUILD.gn
+++ b/third_party/WebKit/Source/core/css/BUILD.gn
@@ -463,6 +463,7 @@ blink_core_sources("css") {
"properties/CSSPropertyAPITextSizeAdjust.cpp",
"properties/CSSPropertyAPITextUnderlinePosition.cpp",
"properties/CSSPropertyAPITouchAction.cpp",
+ "properties/CSSPropertyAPITransform.cpp",
"properties/CSSPropertyAPITransformOrigin.cpp",
"properties/CSSPropertyAPITranslate.cpp",
"properties/CSSPropertyAPIVerticalAlign.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