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

Unified Diff: Source/core/core_derived_sources.gyp

Issue 72683003: Auto-generate InputTypeNames source from InputTypeNames.in. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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_derived_sources.gyp
diff --git a/Source/core/core_derived_sources.gyp b/Source/core/core_derived_sources.gyp
index fa910cf9adf8092658a935e41145b48ca591533e..dea58ac6b4f7d5d61e6743e4ae7578a542c6e630 100644
--- a/Source/core/core_derived_sources.gyp
+++ b/Source/core/core_derived_sources.gyp
@@ -495,6 +495,24 @@
],
},
{
+ 'action_name': 'InputTypeNames',
+ 'inputs': [
+ '<@(make_names_files)',
+ 'html/forms/InputTypeNames.in',
+ ],
+ 'outputs': [
+ '<(SHARED_INTERMEDIATE_DIR)/blink/InputTypeNames.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/blink/InputTypeNames.h',
+ ],
+ 'action': [
+ 'python',
+ '../build/scripts/make_names.py',
+ 'html/forms/InputTypeNames.in',
+ '--output_dir',
+ '<(SHARED_INTERMEDIATE_DIR)/blink',
+ ],
+ },
+ {
'action_name': 'XLinkNames',
'inputs': [
'<@(make_qualified_names_files)',

Powered by Google App Engine
This is Rietveld 408576698