| Index: Source/bindings/core/v8/generated.gyp
|
| diff --git a/Source/bindings/core/v8/generated.gyp b/Source/bindings/core/v8/generated.gyp
|
| index 36d42d89b9d4d90dc306cd5092d7fa8c7ab1dc6a..e6a5678d7e340b9829a189fcb07c71f5985c2556 100644
|
| --- a/Source/bindings/core/v8/generated.gyp
|
| +++ b/Source/bindings/core/v8/generated.gyp
|
| @@ -132,8 +132,7 @@
|
| '../../modules/generated.gyp:interfaces_info',
|
| ],
|
| 'sources': [
|
| - # FIXME: Add '<@(core_dictionary_idl_files)',
|
| - # See comment on core/core.gypi
|
| + '<@(core_dictionary_idl_files)',
|
| '<@(core_testing_dictionary_idl_files)',
|
| ],
|
| 'actions': [{
|
| @@ -150,8 +149,7 @@
|
| '<(bindings_modules_output_dir)/InterfacesInfoModules.pickle',
|
| ],
|
| 'outputs': [
|
| - # FIXME: Add '<@(generated_core_dictionary_files)',
|
| - # See comment on core/core.gypi
|
| + '<@(generated_core_dictionary_files)',
|
| '<@(generated_core_testing_dictionary_files)',
|
| ],
|
| 'action': [
|
|
|