|
Move DeviceSensorEvent* h|cpp files to a common module
DeviceSensorEvent* h|cpp files resided under device_orientation as
device_orientation and motion were the only ones to use them. As more
Device Apis are added using the module system in Blink
(e.g. Ambient Light) we need to move these files to a common place (Source/core/frame) to
avoid any cross module dependency.
Encounted this issue while adding Ambient Light support ->
https://codereview.chromium.org/143823004/
BUG=
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169270
Total comments: 2
Total comments: 1
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+12 lines, -346 lines) |
Patch |
 |
M |
Source/core/core.gypi
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
Source/core/frame/DeviceSensorEventController.h
|
View
|
1
2
3
4
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
Source/core/frame/DeviceSensorEventController.cpp
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
Source/core/frame/DeviceSensorEventDispatcher.h
|
View
|
1
2
3
4
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
Source/core/frame/DeviceSensorEventDispatcher.cpp
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/modules/device_orientation/DeviceMotionController.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/device_orientation/DeviceMotionDispatcher.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/device_orientation/DeviceOrientationController.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/device_orientation/DeviceOrientationDispatcher.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
Source/modules/device_orientation/DeviceSensorEventController.h
|
View
|
|
1 chunk |
+0 lines, -71 lines |
0 comments
|
Download
|
 |
D |
Source/modules/device_orientation/DeviceSensorEventController.cpp
|
View
|
1
2
|
1 chunk |
+0 lines, -112 lines |
0 comments
|
Download
|
 |
D |
Source/modules/device_orientation/DeviceSensorEventDispatcher.h
|
View
|
|
1 chunk |
+0 lines, -58 lines |
0 comments
|
Download
|
 |
D |
Source/modules/device_orientation/DeviceSensorEventDispatcher.cpp
|
View
|
|
1 chunk |
+0 lines, -94 lines |
0 comments
|
Download
|
 |
M |
Source/modules/modules.gypi
|
View
|
1
2
3
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
Total messages: 43 (0 generated)
|