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