Index: Source/core/core.gypi |
diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
index dd3288f0bcf6876a8c54b3c57ab3bb10056100c8..98e58d8f80b48018e7cbb3aa479336207d65e0d0 100644 |
--- a/Source/core/core.gypi |
+++ b/Source/core/core.gypi |
@@ -283,6 +283,7 @@ |
'html/track/vtt/VTTCue.idl', |
'html/track/vtt/VTTRegion.idl', |
'html/track/vtt/VTTRegionList.idl', |
+ 'input/InputDevice.idl', |
'inspector/InjectedScriptHost.idl', |
'inspector/InspectorOverlayHost.idl', |
'loader/appcache/ApplicationCache.idl', |
@@ -2539,6 +2540,8 @@ |
'events/WheelEvent.h', |
'events/WindowEventContext.cpp', |
'events/WindowEventContext.h', |
+ 'input/InputDevice.cpp', |
+ 'input/InputDevice.h', |
], |
'webcore_html_files': [ |
'html/ClassList.cpp', |
@@ -3608,6 +3611,7 @@ |
'html/canvas/WebGLContextAttributes.idl', |
'html/canvas/WebGLContextEventInit.idl', |
'html/track/TrackEventInit.idl', |
+ 'input/InputDeviceInit.idl', |
'page/EventSourceInit.idl', |
], |
'generated_core_dictionary_files': [ |
@@ -3699,6 +3703,8 @@ |
'<(blink_core_output_dir)/html/canvas/WebGLContextEventInit.h', |
'<(blink_core_output_dir)/html/track/TrackEventInit.cpp', |
'<(blink_core_output_dir)/html/track/TrackEventInit.h', |
+ '<(blink_core_output_dir)/input/InputDeviceInit.cpp', |
+ '<(blink_core_output_dir)/input/InputDeviceInit.h', |
'<(blink_core_output_dir)/page/EventSourceInit.cpp', |
'<(blink_core_output_dir)/page/EventSourceInit.h', |
], |