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

Unified Diff: Source/core/core.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/BUILD.gn ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index 489cf8956e19a110ed06aab220d67e44bd1a284d..a18972a76862ba5496bb4866897bf0586fd848d0 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -208,11 +208,8 @@
# Additional .cpp files from make_core_generated actions.
'<(blink_core_output_dir)/Event.cpp',
'<(blink_core_output_dir)/EventHeaders.h',
- '<(blink_core_output_dir)/EventInterfaces.h',
'<(blink_core_output_dir)/EventNames.cpp',
'<(blink_core_output_dir)/EventNames.h',
- '<(blink_core_output_dir)/EventTargetHeaders.h',
- '<(blink_core_output_dir)/EventTargetInterfaces.h',
'<(blink_core_output_dir)/EventTargetNames.cpp',
'<(blink_core_output_dir)/EventTargetNames.h',
'<(blink_core_output_dir)/EventTypeNames.cpp',
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698