| Index: Source/core/core.gyp
|
| diff --git a/Source/core/core.gyp b/Source/core/core.gyp
|
| index ffdce5948eab35e8f69bf0827844f64e8a1f1188..796a8912517d07c8355d820fd1a50ba09ef0015d 100644
|
| --- a/Source/core/core.gyp
|
| +++ b/Source/core/core.gyp
|
| @@ -278,6 +278,9 @@
|
| # Generated from make_style_builder.py
|
| '<(blink_core_output_dir)/StyleBuilder.cpp',
|
| '<(blink_core_output_dir)/StyleBuilderFunctions.cpp',
|
| +
|
| + # Generated from make_css_property_metadata.py
|
| + '<(blink_core_output_dir)/CSSPropertyMetadata.cpp',
|
| ],
|
| 'conditions': [
|
| ['OS=="win" and component=="shared_library"', {
|
|
|