| Index: Source/core/core.gyp
|
| diff --git a/Source/core/core.gyp b/Source/core/core.gyp
|
| index 4d957f46d3db50641f455281b2558a86200ae316..489cf8956e19a110ed06aab220d67e44bd1a284d 100644
|
| --- a/Source/core/core.gyp
|
| +++ b/Source/core/core.gyp
|
| @@ -281,7 +281,8 @@
|
| '<(blink_core_output_dir)/CSSPropertyMetadata.cpp',
|
|
|
| # IDL dictionary impl files generated by IDL compiler
|
| - '<@(generated_core_dictionary_files)',
|
| + # FIXME: Add '<@(generated_core_dictionary_files)',
|
| + # See comment on core/core.gypi
|
| ],
|
| 'conditions': [
|
| ['OS=="win" and component=="shared_library"', {
|
|
|