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

Unified Diff: third_party/WebKit/Source/core/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 | « no previous file | third_party/WebKit/Source/core/css/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index c9234d82232db04f50152ec7c1fde8c5266b9cd3..bd7fe74efe7a10c374db072b6795110378a70679 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -531,6 +531,7 @@ css_properties("make_core_generated_css_property_apis") {
"$blink_core_output_dir/css/properties/CSSPropertyAPITextSizeAdjust.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPITextUnderlinePosition.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPITouchAction.h",
+ "$blink_core_output_dir/css/properties/CSSPropertyAPITransform.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPITransformOrigin.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPITranslate.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPIVerticalAlign.h",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698