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

Unified Diff: Source/core/core.gypi

Issue 1154943009: bindings: Remove [EventConstructor] and [InitializedByEventConstructor] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 0954677e76dd2943dac4ba237f969e97d0e3249b..d482828102612bfe64d357fea791563cbed6da3e 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3640,8 +3640,8 @@
'<(blink_core_output_dir)/events/CustomEventInit.h',
'<(blink_core_output_dir)/events/ErrorEventInit.cpp',
'<(blink_core_output_dir)/events/ErrorEventInit.h',
- '<(blink_core_output_dir)/events/EventInitDictionary.cpp',
- '<(blink_core_output_dir)/events/EventInitDictionary.h',
+ '<(blink_core_output_dir)/events/EventInit.cpp',
+ '<(blink_core_output_dir)/events/EventInit.h',
'<(blink_core_output_dir)/events/FocusEventInit.cpp',
'<(blink_core_output_dir)/events/FocusEventInit.h',
'<(blink_core_output_dir)/events/HashChangeEventInit.cpp',

Powered by Google App Engine
This is Rietveld 408576698