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

Unified Diff: Source/core/core_generated.gyp

Issue 175693007: Generate isHTML*Element() / toHTML*Element() helper functions (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Make toHTMLObjectElement() work for FormAssociatedElement input Created 6 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: Source/core/core_generated.gyp
diff --git a/Source/core/core_generated.gyp b/Source/core/core_generated.gyp
index 90c8eeaec13ed3e74062688409fccd1008510b2f..8811344f19857d9ad04a1da2226b8b9722313d79 100644
--- a/Source/core/core_generated.gyp
+++ b/Source/core/core_generated.gyp
@@ -274,6 +274,23 @@
'<(SHARED_INTERMEDIATE_DIR)/blink',
],
},
+{
+ 'action_name': 'HTMLElementTypeHelpers',
+ 'inputs': [
+ '<@(make_element_type_helpers_files)',
+ 'html/HTMLTagNames.in',
+ ],
+ 'outputs': [
+ '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementTypeHelpers.h',
+ ],
+ 'action': [
+ 'python',
+ '../build/scripts/make_element_type_helpers.py',
+ 'html/HTMLTagNames.in',
+ '--output_dir',
+ '<(SHARED_INTERMEDIATE_DIR)/blink',
+ ],
+ },
{
'action_name': 'SVGNames',
'inputs': [

Powered by Google App Engine
This is Rietveld 408576698