Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(514)

Unified Diff: Source/core/core_generated.gyp

Issue 551003002: bindings: Removes unnecessary Event-related code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Pushed V8EventTargetCustom.cpp back with modification. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/events/Event.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)',
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/events/Event.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698