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

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

Issue 2684353002: Added CSSPropertyDescriptor.h.tmpl to generate CSSPropertyDescriptor.h. (Closed)
Patch Set: renames and comments 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 c6bea9f09f9e166930dc961279f1de009c485b9f..da074668c79cfa07d1085b58b078e546ccf3a11d 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -485,6 +485,7 @@ make_css_property_apis("make_core_generated_css_property_apis") {
outputs = [
"$blink_core_output_dir/css/properties/CSSPropertyAPI.h",
"$blink_core_output_dir/css/properties/CSSPropertyDescriptor.cpp",
+ "$blink_core_output_dir/css/properties/CSSPropertyDescriptor.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698