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

Unified Diff: Source/build/scripts/scripts.gypi

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/build/scripts/scripts.gypi
diff --git a/Source/build/scripts/scripts.gypi b/Source/build/scripts/scripts.gypi
index 2cf0a34fee41a5f8372a038f4ed2f51297d0afe4..467c65735d31910770f2834089a927666e0c11a6 100644
--- a/Source/build/scripts/scripts.gypi
+++ b/Source/build/scripts/scripts.gypi
@@ -39,6 +39,11 @@
'templates/ElementWrapperFactory.cpp.tmpl',
'templates/ElementWrapperFactory.h.tmpl',
],
+ 'make_element_type_helpers_files': [
+ '<@(make_qualified_names_files)',
+ 'make_element_type_helpers.py',
+ 'templates/ElementTypeHelpers.h.tmpl',
+ ],
'conditions': [
['OS=="win"', {
# Using native perl rather than cygwin perl cuts execution time

Powered by Google App Engine
This is Rietveld 408576698