|
Move device_sensors cross-process headers out of //content
In preparation for migrating the implementation of
//device/sensors/public/interfaces down from //content/browser
into //device, this CL moves the headers shared between that implementation
and its client from //content/common/device_sensors into
//device/sensors/public/cpp.
I have left these headers in the //content namespace for now as they're
widely used by code that will also move. I'll move their namespace in
one go together with the rest of the code that's moving.
The Blink headers referenced from these ones should also move to sit next
to these ones.
BUG= 612322
Committed: https://crrev.com/b8138c3c83c74bd313d48f5bb0e90fbfd5e1ddc7
Cr-Commit-Position: refs/heads/master@{#424160}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+64 lines, -124 lines) |
Patch |
 |
M |
content/browser/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/device_sensors/data_fetcher_shared_memory.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/device_sensors/data_fetcher_shared_memory_android.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/device_sensors/data_fetcher_shared_memory_base.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/device_sensors/data_fetcher_shared_memory_base_unittest.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/device_sensors/device_sensor_browsertest.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/device_sensors/sensor_manager_android.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/device_sensors/sensor_manager_chromeos.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/device_sensors/sensor_manager_chromeos_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
D |
content/common/device_sensors/OWNERS
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
content/common/device_sensors/device_light_data.h
|
View
|
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
 |
D |
content/common/device_sensors/device_light_hardware_buffer.h
|
View
|
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
D |
content/common/device_sensors/device_motion_hardware_buffer.h
|
View
|
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
D |
content/common/device_sensors/device_orientation_hardware_buffer.h
|
View
|
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
M |
content/renderer/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/device_sensors/device_light_event_pump.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/device_sensors/device_light_event_pump_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/device_sensors/device_motion_event_pump_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/device_sensors/device_orientation_event_pump_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/test/BUILD.gn
|
View
|
1
2
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
device/sensors/public/cpp/BUILD.gn
|
View
|
1
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
A |
device/sensors/public/cpp/DEPS
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
device/sensors/public/cpp/device_light_data.h
|
View
|
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
A + |
device/sensors/public/cpp/device_light_hardware_buffer.h
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
device/sensors/public/cpp/device_motion_hardware_buffer.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
device/sensors/public/cpp/device_orientation_hardware_buffer.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 28 (19 generated)
|