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

Unified Diff: Source/core/core.gyp

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/build/scripts/templates/ElementFactory.h.tmpl ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index 8625aa1be846bb9c00b696a85f2246aa143aa4de..738ac74538a8c70381b249023be66b1fa858434c 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -273,6 +273,7 @@
'<(SHARED_INTERMEDIATE_DIR)/blink/FetchInitiatorTypeNames.cpp',
'<(SHARED_INTERMEDIATE_DIR)/blink/FontFamilyNames.cpp',
'<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementFactory.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementFactory.h',
'<(SHARED_INTERMEDIATE_DIR)/blink/HTMLNames.cpp',
'<(SHARED_INTERMEDIATE_DIR)/blink/MathMLNames.cpp',
'<(SHARED_INTERMEDIATE_DIR)/blink/PickerCommon.cpp',
« no previous file with comments | « Source/build/scripts/templates/ElementFactory.h.tmpl ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698