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

Unified Diff: third_party/WebKit/Source/build/scripts/scripts.gni

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/build/scripts/scripts.gni
diff --git a/third_party/WebKit/Source/build/scripts/scripts.gni b/third_party/WebKit/Source/build/scripts/scripts.gni
index 5656741114f3bc99c0167c17247d23588fe36ce3..a37237e4c302073c6d6f877d649f8a7f94a88971 100644
--- a/third_party/WebKit/Source/build/scripts/scripts.gni
+++ b/third_party/WebKit/Source/build/scripts/scripts.gni
@@ -30,6 +30,7 @@ make_css_property_api_files = [
"$_scripts_dir/templates/CSSPropertyAPI.h.tmpl",
"$_scripts_dir/templates/CSSPropertyAPIFiles.h.tmpl",
"$_scripts_dir/templates/CSSPropertyDescriptor.cpp.tmpl",
+ "$_scripts_dir/templates/CSSPropertyDescriptor.h.tmpl",
]
make_event_factory_files = scripts_for_in_files + [

Powered by Google App Engine
This is Rietveld 408576698