Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Issue 2389963003: Move device_sensors cross-process headers out of //content (Closed)

Created:
4 years, 2 months ago by blundell
Modified:
4 years, 2 months ago
Reviewers:
jam, timvolodine
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, riju_, darin-cc_chromium.org, mlamouri+watch-sensors_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

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}

Patch Set 1 #

Patch Set 2 : nit #

Patch Set 3 : Fixed gn check #

Patch Set 4 : Rebase #

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

Messages

Total messages: 28 (19 generated)
blundell
Hi John and Tim, Could you both review the whole CL please? Thanks!
4 years, 2 months ago (2016-10-04 15:35:07 UTC) #11
timvolodine
On 2016/10/04 15:35:07, blundell wrote: > Hi John and Tim, > > Could you both ...
4 years, 2 months ago (2016-10-04 22:24:17 UTC) #14
jam
Can you explain how device/sensors/public/cpp will be used? i.e. once the consumer is in blink ...
4 years, 2 months ago (2016-10-04 22:57:21 UTC) #15
blundell
On 2016/10/04 22:57:21, jam wrote: > Can you explain how device/sensors/public/cpp will be used? > ...
4 years, 2 months ago (2016-10-05 17:32:19 UTC) #16
blundell
On 2016/10/05 17:32:19, blundell wrote: > On 2016/10/04 22:57:21, jam wrote: > > Can you ...
4 years, 2 months ago (2016-10-07 07:02:01 UTC) #21
jam
lgtm
4 years, 2 months ago (2016-10-10 14:53:49 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2389963003/60001
4 years, 2 months ago (2016-10-10 15:06:58 UTC) #25
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 2 months ago (2016-10-10 16:05:51 UTC) #26
commit-bot: I haz the power
4 years, 2 months ago (2016-10-10 16:07:53 UTC) #28
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/b8138c3c83c74bd313d48f5bb0e90fbfd5e1ddc7
Cr-Commit-Position: refs/heads/master@{#424160}

Powered by Google App Engine
This is Rietveld 408576698