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

Unified Diff: Source/core/core.gypi

Issue 1157173003: Impelement InputDevice.firesTouchEvents (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add a constructor 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 0c79b124ad564b6d31c8f92071bacc3715982333..74670043adbd755fb07db3b2883b209c36e8a6a2 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -109,6 +109,7 @@
'events/EventTarget.idl',
'events/FocusEvent.idl',
'events/HashChangeEvent.idl',
+ 'input/InputDevice.idl',
'events/KeyboardEvent.idl',
'events/MessageEvent.idl',
'events/MouseEvent.idl',
@@ -2483,6 +2484,8 @@
'events/EventTarget.cpp',
'events/FocusEvent.cpp',
'events/FocusEvent.h',
+ 'input/InputDevice.cpp',
+ 'input/InputDevice.h',
'events/GenericEventQueue.cpp',
'events/GenericEventQueue.h',
'events/GestureEvent.cpp',
@@ -3575,6 +3578,7 @@
'events/EventInit.idl',
'events/FocusEventInit.idl',
'events/HashChangeEventInit.idl',
+ 'input/InputDeviceInit.idl',
'events/KeyboardEventInit.idl',
'events/MouseEventInit.idl',
'events/OverflowEventInit.idl',
@@ -3637,6 +3641,8 @@
'<(blink_core_output_dir)/events/FocusEventInit.h',
'<(blink_core_output_dir)/events/HashChangeEventInit.cpp',
'<(blink_core_output_dir)/events/HashChangeEventInit.h',
+ '<(blink_core_output_dir)/input/InputDeviceInit.cpp',
+ '<(blink_core_output_dir)/input/InputDeviceInit.h',
'<(blink_core_output_dir)/events/KeyboardEventInit.cpp',
'<(blink_core_output_dir)/events/KeyboardEventInit.h',
'<(blink_core_output_dir)/events/MouseEventInit.cpp',

Powered by Google App Engine
This is Rietveld 408576698