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

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

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
« no previous file with comments | « third_party/WebKit/Source/build/scripts/templates/ElementTypeHelpers.h.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 85a7c9410bed2e583425a99865d7db4a358fd8d2..58df744e78eccde47e97c84801a837e21b400a32 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -495,6 +495,7 @@ process_in_files("make_core_generated_html_element_type_helpers") {
in_files = [ "html/HTMLTagNames.in" ]
other_inputs = make_element_type_helpers_files
outputs = [
+ "$blink_core_output_dir/HTMLElementTypeHelpers.cpp",
"$blink_core_output_dir/HTMLElementTypeHelpers.h",
]
}
« no previous file with comments | « third_party/WebKit/Source/build/scripts/templates/ElementTypeHelpers.h.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698