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

Unified Diff: Source/core/core_derived_sources.gyp

Issue 35423004: Move SVGNames to Python (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add comment 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
Index: Source/core/core_derived_sources.gyp
diff --git a/Source/core/core_derived_sources.gyp b/Source/core/core_derived_sources.gyp
index 1f8ac126f526214b8d501dafc973ce17dfd07547..8a0633c56cfd473e6291435dbaf28a284dbe814a 100644
--- a/Source/core/core_derived_sources.gyp
+++ b/Source/core/core_derived_sources.gyp
@@ -314,31 +314,26 @@
{
'action_name': 'SVGNames',
'inputs': [
- '../build/scripts/Hasher.pm',
- '../build/scripts/StaticString.pm',
- '../build/scripts/make_names.pl',
+ '<@(make_element_factory_files)',
'svg/SVGTagNames.in',
'svg/SVGAttributeNames.in',
],
'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/blink/SVGNames.cpp',
- '<(SHARED_INTERMEDIATE_DIR)/blink/SVGNames.h',
'<(SHARED_INTERMEDIATE_DIR)/blink/SVGElementFactory.cpp',
'<(SHARED_INTERMEDIATE_DIR)/blink/SVGElementFactory.h',
+ '<(SHARED_INTERMEDIATE_DIR)/blink/SVGNames.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/blink/SVGNames.h',
'<(SHARED_INTERMEDIATE_DIR)/blink/V8SVGElementWrapperFactory.cpp',
'<(SHARED_INTERMEDIATE_DIR)/blink/V8SVGElementWrapperFactory.h',
],
'action': [
'python',
- '../build/scripts/action_makenames.py',
- '<@(_outputs)',
- '--',
- '<@(_inputs)',
- '--',
- '--factory',
- '--extraDefines', '<(feature_defines)'
+ '../build/scripts/make_element_factory.py',
+ 'svg/SVGTagNames.in',
+ 'svg/SVGAttributeNames.in',
+ '--output_dir',
+ '<(SHARED_INTERMEDIATE_DIR)/blink',
],
- 'msvs_cygwin_shell': 1,
},
{
'action_name': 'EventFactory',
« no previous file with comments | « Source/build/scripts/templates/ElementWrapperFactory.h.tmpl ('k') | Source/core/dom/custom/CustomElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698