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

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: rebase Created 5 years, 6 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') | no next file with comments »
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 517e4b400df9aa14b149f8d3ec02687e2242f1fa..32673c1c3982ad8fede6db2738588c85d2e90f01 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3581,6 +3581,7 @@
'events/CustomEventInit.idl',
'events/ErrorEventInit.idl',
'events/EventInit.idl',
+ 'events/EventModifierInit.idl',
'events/FocusEventInit.idl',
'events/HashChangeEventInit.idl',
'events/KeyboardEventInit.idl',
@@ -3593,7 +3594,6 @@
'events/ProgressEventInit.idl',
'events/RelatedEventInit.idl',
'events/SecurityPolicyViolationEventInit.idl',
- 'events/SharedKeyboardAndMouseEventInit.idl',
'events/TransitionEventInit.idl',
'events/UIEventInit.idl',
'events/WheelEventInit.idl',
@@ -3646,6 +3646,8 @@
'<(blink_core_output_dir)/events/ErrorEventInit.h',
'<(blink_core_output_dir)/events/EventInit.cpp',
'<(blink_core_output_dir)/events/EventInit.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',
@@ -3670,8 +3672,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698