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

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

Issue 2706623004: Added CSSPropertyDescriptor.h.tmpl to generate CSSPropertyDescriptor.h. (Closed)
Patch Set: Created 3 years, 10 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
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 4345d43272e133cfb4e0464f97ad3177d9427e16..d50155361e8064810aedb45b9f161a04c0636225 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -417,12 +417,14 @@ css_properties("make_core_generated_css_property_apis") {
script = "../build/scripts/make_css_property_apis.py"
other_inputs = [
"../build/scripts/templates/CSSPropertyDescriptor.cpp.tmpl",
+ "../build/scripts/templates/CSSPropertyDescriptor.h.tmpl",
"../build/scripts/templates/CSSPropertyAPIFiles.h.tmpl",
"../build/scripts/templates/CSSPropertyAPI.h.tmpl",
]
in_files = [ "css/properties/CSSPropertyAPIMethods.json5" ]
outputs = [
"$blink_core_output_dir/css/properties/CSSPropertyDescriptor.cpp",
+ "$blink_core_output_dir/css/properties/CSSPropertyDescriptor.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPI.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPIColumnCount.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPIVerticalAlign.h",

Powered by Google App Engine
This is Rietveld 408576698