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

Unified Diff: Source/core/core.gypi

Issue 1157173003: Impelement InputDevice.firesTouchEvents (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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 | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/input/InputDevice.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 43e125103641a8ec4b8f95419bd1762f1ec75076..4448b1de1d97b45782525b952e95e77263c8672a 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/InspectorOverlayHost.idl',
'loader/appcache/ApplicationCache.idl',
'page/EventSource.idl',
@@ -2540,6 +2541,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': [
@@ -3701,6 +3705,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',
],
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/input/InputDevice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698