| Index: Source/core/core_generated.gyp
|
| diff --git a/Source/core/core_generated.gyp b/Source/core/core_generated.gyp
|
| index ffe943a12182ba14a2b18ee3123d5b23bcbb7a88..4daf7d23eb8d9895853b50d2625ecf878a001ca3 100644
|
| --- a/Source/core/core_generated.gyp
|
| +++ b/Source/core/core_generated.gyp
|
| @@ -237,12 +237,11 @@
|
| 'action_name': 'CSSPropertyNames',
|
| 'variables': {
|
| 'in_files': [
|
| - 'css/CSSPropertyNames.in',
|
| - 'css/SVGCSSPropertyNames.in',
|
| + 'css/CSSProperties.in',
|
| ],
|
| },
|
| 'inputs': [
|
| - '<@(scripts_for_in_files)',
|
| + '<@(css_properties_files)',
|
| '../build/scripts/make_css_property_names.py',
|
| '<@(in_files)'
|
| ],
|
| @@ -353,11 +352,11 @@
|
| {
|
| 'action_name': 'StylePropertyShorthand',
|
| 'inputs': [
|
| - '<@(scripts_for_in_files)',
|
| + '<@(css_properties_files)',
|
| '../build/scripts/make_style_shorthands.py',
|
| '../build/scripts/templates/StylePropertyShorthand.cpp.tmpl',
|
| '../build/scripts/templates/StylePropertyShorthand.h.tmpl',
|
| - 'css/CSSShorthands.in',
|
| + 'css/CSSProperties.in',
|
| ],
|
| 'outputs': [
|
| '<(blink_core_output_dir)/StylePropertyShorthand.cpp',
|
| @@ -366,7 +365,7 @@
|
| 'action': [
|
| 'python',
|
| '../build/scripts/make_style_shorthands.py',
|
| - 'css/CSSShorthands.in',
|
| + 'css/CSSProperties.in',
|
| '--output_dir',
|
| '<(blink_core_output_dir)',
|
| ],
|
| @@ -374,7 +373,7 @@
|
| {
|
| 'action_name': 'StyleBuilder',
|
| 'inputs': [
|
| - '<@(scripts_for_in_files)',
|
| + '<@(css_properties_files)',
|
| '../build/scripts/make_style_builder.py',
|
| '../build/scripts/templates/StyleBuilder.cpp.tmpl',
|
| '../build/scripts/templates/StyleBuilderFunctions.cpp.tmpl',
|
|
|