| Index: Source/core/core.gyp
|
| diff --git a/Source/core/core.gyp b/Source/core/core.gyp
|
| index bd4d3a69dc13e039287fbf2b3e5be62c845dc43c..04c001d0d34dd28c3d9788731acdf5b45d52ada4 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',
|
| +
|
| + # IDL dictionary impl files generated by IDL compiler
|
| + '<@(generated_core_dictionary_files)',
|
| ],
|
| 'conditions': [
|
| ['OS=="win" and component=="shared_library"', {
|
|
|