| Index: Source/core/core_generated.gyp
|
| diff --git a/Source/core/core_generated.gyp b/Source/core/core_generated.gyp
|
| index 84efdca2a05d02ca3babf715531014afc13d8ead..d040e9f0613170fb83090632624af64a16e5a25d 100644
|
| --- a/Source/core/core_generated.gyp
|
| +++ b/Source/core/core_generated.gyp
|
| @@ -483,7 +483,6 @@
|
| 'outputs': [
|
| '<(blink_core_output_dir)/Event.cpp',
|
| '<(blink_core_output_dir)/EventHeaders.h',
|
| - '<(blink_core_output_dir)/EventInterfaces.h',
|
| ],
|
| 'action': [
|
| 'python',
|
| @@ -513,24 +512,6 @@
|
| ],
|
| },
|
| {
|
| - 'action_name': 'EventTargetFactory',
|
| - 'inputs': [
|
| - '<@(make_event_factory_files)',
|
| - 'events/EventTargetFactory.in',
|
| - ],
|
| - 'outputs': [
|
| - '<(blink_core_output_dir)/EventTargetHeaders.h',
|
| - '<(blink_core_output_dir)/EventTargetInterfaces.h',
|
| - ],
|
| - 'action': [
|
| - 'python',
|
| - '../build/scripts/make_event_factory.py',
|
| - 'events/EventTargetFactory.in',
|
| - '--output_dir',
|
| - '<(blink_core_output_dir)',
|
| - ],
|
| - },
|
| - {
|
| 'action_name': 'EventTargetNames',
|
| 'inputs': [
|
| '<@(make_names_files)',
|
|
|