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

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

Issue 2419383002: Add function to check what HTML Element interface corresponds to a given tag name. (Closed)
Patch Set: Made changes Created 4 years, 2 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 3f1a4104953ace5d7f7cd65b652c492388c5d6e3..15c5da3c61c90fa92a3706ce084dabb2a71930aa 100644
--- a/third_party/WebKit/Source/build/scripts/scripts.gni
+++ b/third_party/WebKit/Source/build/scripts/scripts.gni
@@ -54,6 +54,7 @@ make_element_factory_files =
make_element_type_helpers_files =
make_qualified_names_files + [
"$_scripts_dir/make_element_type_helpers.py",
+ "$_scripts_dir/templates/ElementTypeHelpers.cpp.tmpl",
"$_scripts_dir/templates/ElementTypeHelpers.h.tmpl",
]

Powered by Google App Engine
This is Rietveld 408576698