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': [ |