| Index: Source/core/core_generated.gyp
|
| diff --git a/Source/core/core_generated.gyp b/Source/core/core_generated.gyp
|
| index 1cc734170f6b614fb12a94b619e3975766e1897d..29ab2ab58bad6abc6d8b2476ee16560300815496 100644
|
| --- a/Source/core/core_generated.gyp
|
| +++ b/Source/core/core_generated.gyp
|
| @@ -188,7 +188,7 @@
|
| ],
|
| },
|
| 'inputs': [
|
| - '<@(scripts_for_in_files)',
|
| + '<@(make_names_files)',
|
| '../build/scripts/make_media_feature_names.py',
|
| '<@(in_files)'
|
| ],
|
| @@ -215,6 +215,7 @@
|
| 'inputs': [
|
| '<@(scripts_for_in_files)',
|
| '../build/scripts/make_media_features.py',
|
| + '../build/scripts/templates/MediaFeatures.h.tmpl',
|
| '<@(in_files)'
|
| ],
|
| 'outputs': [
|
| @@ -237,8 +238,7 @@
|
| ],
|
| },
|
| 'inputs': [
|
| - '<@(scripts_for_in_files)',
|
| - '../build/scripts/make_names.py',
|
| + '<@(make_names_files)',
|
| '<@(in_files)'
|
| ],
|
| 'outputs': [
|
| @@ -275,9 +275,9 @@
|
| 'inputs': [
|
| '<@(scripts_for_in_files)',
|
| '../build/scripts/make_style_shorthands.py',
|
| - 'css/CSSShorthands.in',
|
| - '../build/scripts/templates/StylePropertyShorthand.h.tmpl',
|
| '../build/scripts/templates/StylePropertyShorthand.cpp.tmpl',
|
| + '../build/scripts/templates/StylePropertyShorthand.h.tmpl',
|
| + 'css/CSSShorthands.in',
|
| ],
|
| 'outputs': [
|
| '<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.cpp',
|
| @@ -296,10 +296,10 @@
|
| 'inputs': [
|
| '<@(scripts_for_in_files)',
|
| '../build/scripts/make_style_builder.py',
|
| - 'css/CSSProperties.in',
|
| '../build/scripts/templates/StyleBuilder.cpp.tmpl',
|
| - '../build/scripts/templates/StyleBuilderFunctions.h.tmpl',
|
| '../build/scripts/templates/StyleBuilderFunctions.cpp.tmpl',
|
| + '../build/scripts/templates/StyleBuilderFunctions.h.tmpl',
|
| + 'css/CSSProperties.in',
|
| ],
|
| 'outputs': [
|
| '<(SHARED_INTERMEDIATE_DIR)/blink/StyleBuilder.cpp',
|
|
|