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

Unified Diff: Source/modules/modules.gypi

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/modules/EventTargetModules.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 465ed34ac892db1d9ba877cb28942bc8b968f126..aeaa595c411a1e40245615209f067c857d1de3d1 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -282,11 +282,8 @@
# .cpp files from make_modules_generated actions.
'<(blink_modules_output_dir)/EventModules.cpp',
'<(blink_modules_output_dir)/EventModulesHeaders.h',
- '<(blink_modules_output_dir)/EventModulesInterfaces.h',
'<(blink_modules_output_dir)/EventModulesNames.cpp',
'<(blink_modules_output_dir)/EventModulesNames.h',
- '<(blink_modules_output_dir)/EventTargetModulesHeaders.h',
- '<(blink_modules_output_dir)/EventTargetModulesInterfaces.h',
'<(blink_modules_output_dir)/EventTargetModulesNames.cpp',
'<(blink_modules_output_dir)/EventTargetModulesNames.h',
'<(blink_modules_output_dir)/IndexedDBNames.cpp',
« no previous file with comments | « Source/modules/EventTargetModules.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698