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

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

Issue 2673283002: Added CSSPropertyAPI.h.tmpl to generate CSSPropertyAPI.h. (Closed)
Patch Set: Added comment field to CSSPropertyAPIMethods.json5 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 247069f888d93d472fe33b66458c87efbd21280d..c6bea9f09f9e166930dc961279f1de009c485b9f 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -483,6 +483,7 @@ make_css_property_apis("make_core_generated_css_property_apis") {
"css/properties/CSSPropertyAPIMethods.json5",
]
outputs = [
+ "$blink_core_output_dir/css/properties/CSSPropertyAPI.h",
"$blink_core_output_dir/css/properties/CSSPropertyDescriptor.cpp",
]
}

Powered by Google App Engine
This is Rietveld 408576698