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

Unified Diff: Source/core/core.gypi

Issue 1232003009: Implement DragEvent and move MouseEvent.dataTransfer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix plugin failure of LayoutTest Created 5 years, 4 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 | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/events/DragEvent.h » ('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 8b014102bbd8beb5bff2d6bcf9aef3a3665921ce..c001f3495e35db65746979f006067d205924d2d2 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -104,6 +104,7 @@
'events/ClipboardEvent.idl',
'events/CompositionEvent.idl',
'events/CustomEvent.idl',
+ 'events/DragEvent.idl',
'events/ErrorEvent.idl',
'events/Event.idl',
'events/EventTarget.idl',
@@ -466,6 +467,7 @@
'events/ClipboardEvent.idl',
'events/CompositionEvent.idl',
'events/CustomEvent.idl',
+ 'events/DragEvent.idl',
'events/ErrorEvent.idl',
'events/Event.idl',
'events/FocusEvent.idl',
@@ -2487,6 +2489,8 @@
'events/CustomEvent.h',
'events/DOMWindowEventQueue.cpp',
'events/DOMWindowEventQueue.h',
+ 'events/DragEvent.cpp',
+ 'events/DragEvent.h',
'events/ErrorEvent.cpp',
'events/ErrorEvent.h',
'events/Event.cpp',
@@ -3467,6 +3471,7 @@
'events/AutocompleteErrorEventInit.idl',
'events/CompositionEventInit.idl',
'events/CustomEventInit.idl',
+ 'events/DragEventInit.idl',
'events/ErrorEventInit.idl',
'events/EventInit.idl',
'events/EventModifierInit.idl',
@@ -3526,6 +3531,8 @@
'<(blink_core_output_dir)/events/CompositionEventInit.h',
'<(blink_core_output_dir)/events/CustomEventInit.cpp',
'<(blink_core_output_dir)/events/CustomEventInit.h',
+ '<(blink_core_output_dir)/events/DragEventInit.cpp',
+ '<(blink_core_output_dir)/events/DragEventInit.h',
'<(blink_core_output_dir)/events/ErrorEventInit.cpp',
'<(blink_core_output_dir)/events/ErrorEventInit.h',
'<(blink_core_output_dir)/events/EventInit.cpp',
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/events/DragEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698