Index: Source/core/core_generated.gyp |
diff --git a/Source/core/core_generated.gyp b/Source/core/core_generated.gyp |
index 0a92c781f2e0faff5c46b41a938f78cc41c193ef..dba0f9bc530cd1de386d931bdf96f6d0147e374c 100644 |
--- a/Source/core/core_generated.gyp |
+++ b/Source/core/core_generated.gyp |
@@ -204,16 +204,9 @@ |
}, |
{ |
'action_name': 'CSSPropertyNames', |
- 'variables': { |
- 'in_files': [ |
- 'css/CSSPropertyNames.in', |
- 'css/SVGCSSPropertyNames.in', |
- ], |
- }, |
'inputs': [ |
- '<@(scripts_for_in_files)', |
+ '<@(css_properties_files)', |
'../build/scripts/make_css_property_names.py', |
- '<@(in_files)' |
], |
'outputs': [ |
'<(blink_core_output_dir)/CSSPropertyNames.cpp', |
@@ -222,7 +215,7 @@ |
'action': [ |
'python', |
'../build/scripts/make_css_property_names.py', |
- '<@(in_files)', |
+ 'css/CSSProperties.in', |
'--output_dir', |
'<(blink_core_output_dir)', |
'--gperf', '<(gperf_exe)', |