| Index: Source/core/core_generated.gyp
|
| diff --git a/Source/core/core_generated.gyp b/Source/core/core_generated.gyp
|
| index dba0f9bc530cd1de386d931bdf96f6d0147e374c..e9d7423f0321ff0dbb619220763788b7a3c9890f 100644
|
| --- a/Source/core/core_generated.gyp
|
| +++ b/Source/core/core_generated.gyp
|
| @@ -350,6 +350,24 @@
|
| ],
|
| },
|
| {
|
| + 'action_name': 'CSSPropertyMetadata',
|
| + 'inputs': [
|
| + '<@(css_properties_files)',
|
| + '../build/scripts/make_css_property_metadata.py',
|
| + '../build/scripts/templates/CSSPropertyMetadata.cpp.tmpl',
|
| + ],
|
| + 'outputs': [
|
| + '<(blink_core_output_dir)/CSSPropertyMetadata.cpp',
|
| + ],
|
| + 'action': [
|
| + 'python',
|
| + '../build/scripts/make_css_property_metadata.py',
|
| + 'css/CSSProperties.in',
|
| + '--output_dir',
|
| + '<(blink_core_output_dir)',
|
| + ],
|
| + },
|
| + {
|
| 'action_name': 'CSSValueKeywords',
|
| 'variables': {
|
| 'in_files': [
|
|
|