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

Unified Diff: Source/build/scripts/templates/MakeQualifiedNames.h.tmpl

Issue 608513002: Do not generate getHTMLTags/Attrs (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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 | « Source/build/scripts/templates/MakeQualifiedNames.cpp.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/scripts/templates/MakeQualifiedNames.h.tmpl
diff --git a/Source/build/scripts/templates/MakeQualifiedNames.h.tmpl b/Source/build/scripts/templates/MakeQualifiedNames.h.tmpl
index 3f672d80812b36c8e2ada1744946da714bf19f15..b8c03a8d09356c6455f8a92c98fa1927ad45f2c3 100644
--- a/Source/build/scripts/templates/MakeQualifiedNames.h.tmpl
+++ b/Source/build/scripts/templates/MakeQualifiedNames.h.tmpl
@@ -28,10 +28,15 @@ extern const blink::QualifiedName& {{attr|symbol}}Attr;
{% if tags %}
const unsigned {{namespace}}TagsCount = {{tags|count}};
+{% if namespace != 'HTML' %}
PassOwnPtr<const {{namespace}}QualifiedName*[]> get{{namespace}}Tags();
{% endif %}
+{% endif %}
+
const unsigned {{namespace}}AttrsCount = {{attrs|count}};
+{% if namespace != 'HTML' %}
PassOwnPtr<const QualifiedName*[]> get{{namespace}}Attrs();
+{% endif %}
void init();
« no previous file with comments | « Source/build/scripts/templates/MakeQualifiedNames.cpp.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698