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

Unified Diff: Source/core/core.gypi

Issue 27009005: Generate HTMLElementFactory with Python (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Actually use the code Created 7 years, 2 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/core/core.gyp ('k') | Source/core/core_derived_sources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index d4d3f58b6bc3131ae624928a1f9e970ad3a8658c..acc214553786d354699c7fbad0d016d3e3a791f3 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3646,6 +3646,12 @@
'../build/scripts/templates/MakeQualifiedNames.cpp.tmpl',
'../build/scripts/templates/MakeQualifiedNames.h.tmpl',
],
+ 'make_element_factory_files': [
+ '<@(scripts_for_in_files)',
+ '../build/scripts/make_element_factory.py',
+ '../build/scripts/templates/ElementFactory.cpp.tmpl',
+ '../build/scripts/templates/ElementFactory.h.tmpl',
+ ],
'conditions': [
['OS=="win"', {
# Using native perl rather than cygwin perl cuts execution time
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/core_derived_sources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698