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

Unified Diff: Source/core/core.gypi

Issue 1159113007: Sync event interfaces with the UI Events spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: missed a URL 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
« no previous file with comments | « no previous file | Source/core/events/CompositionEvent.idl » ('j') | Source/core/events/KeyboardEvent.idl » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 0954677e76dd2943dac4ba237f969e97d0e3249b..412c362116ddad13c5332105d325f45047965297 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3579,6 +3579,7 @@
'events/CustomEventInit.idl',
'events/ErrorEventInit.idl',
'events/EventInit.idl',
+ 'events/EventModifierInit.idl',
'events/FocusEventInit.idl',
'events/HashChangeEventInit.idl',
'events/KeyboardEventInit.idl',
@@ -3591,7 +3592,6 @@
'events/ProgressEventInit.idl',
'events/RelatedEventInit.idl',
'events/SecurityPolicyViolationEventInit.idl',
- 'events/SharedKeyboardAndMouseEventInit.idl',
'events/TransitionEventInit.idl',
'events/UIEventInit.idl',
'events/WheelEventInit.idl',
@@ -3642,6 +3642,8 @@
'<(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/EventModifierInit.cpp',
+ '<(blink_core_output_dir)/events/EventModifierInit.h',
'<(blink_core_output_dir)/events/FocusEventInit.cpp',
'<(blink_core_output_dir)/events/FocusEventInit.h',
'<(blink_core_output_dir)/events/HashChangeEventInit.cpp',
@@ -3666,8 +3668,6 @@
'<(blink_core_output_dir)/events/RelatedEventInit.h',
'<(blink_core_output_dir)/events/SecurityPolicyViolationEventInit.cpp',
'<(blink_core_output_dir)/events/SecurityPolicyViolationEventInit.h',
- '<(blink_core_output_dir)/events/SharedKeyboardAndMouseEventInit.cpp',
- '<(blink_core_output_dir)/events/SharedKeyboardAndMouseEventInit.h',
'<(blink_core_output_dir)/events/TransitionEventInit.cpp',
'<(blink_core_output_dir)/events/TransitionEventInit.h',
'<(blink_core_output_dir)/events/UIEventInit.cpp',
« no previous file with comments | « no previous file | Source/core/events/CompositionEvent.idl » ('j') | Source/core/events/KeyboardEvent.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698