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

Unified Diff: Source/core/core.gypi

Issue 315573002: Generalize and refactor DeviceSensorEvent* architecture to support multi-event type targets. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: similarity=60 Created 6 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 c9a4fad94cc9b607e7ebe4fdc8be3de2de70a937..1c0d37c24f91f4006374461790151f1d9e6812be 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1142,10 +1142,16 @@
'frame/DeprecatedScheduleStyleRecalcDuringCompositingUpdate.h',
'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp',
'frame/DeprecatedScheduleStyleRecalcDuringLayout.h',
+ 'frame/DeviceEventControllerBase.cpp',
+ 'frame/DeviceEventControllerBase.h',
+ 'frame/DeviceEventDispatcherBase.cpp',
+ 'frame/DeviceEventDispatcherBase.h',
'frame/DeviceSensorEventController.cpp',
'frame/DeviceSensorEventController.h',
'frame/DeviceSensorEventDispatcher.cpp',
'frame/DeviceSensorEventDispatcher.h',
+ 'frame/DeviceSingleWindowEventController.cpp',
+ 'frame/DeviceSingleWindowEventController.h',
'frame/EventHandlerRegistry.cpp',
'frame/EventHandlerRegistry.h',
'frame/Frame.cpp',
« no previous file with comments | « no previous file | Source/core/frame/DeviceEventControllerBase.h » ('j') | Source/core/frame/DeviceEventControllerBase.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698