| Index: Source/core/core.gyp
|
| diff --git a/Source/core/core.gyp b/Source/core/core.gyp
|
| index 3051ef592161676c453dbd07b6d7ae7cb9d09728..6a1fe3a36b12a7783368690ddc673fe1693d155a 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"', {
|
|
|