| Index: Source/bindings/core/v8/generated.gyp
|
| diff --git a/Source/bindings/core/v8/generated.gyp b/Source/bindings/core/v8/generated.gyp
|
| index 609f558526b6fadbe023b80543abc60ff020b661..791290b836edda98e510a5a72eac791313170226 100644
|
| --- a/Source/bindings/core/v8/generated.gyp
|
| +++ b/Source/bindings/core/v8/generated.gyp
|
| @@ -131,8 +131,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': [{
|
| @@ -149,8 +148,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': [
|
|
|