Index: content/renderer/BUILD.gn |
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn |
index 9e0f781e13cb20713f13dc16e4cb25017e5fd25c..31c9f02c5cb452c91c0c3e691f3fce342a7ce02b 100644 |
--- a/content/renderer/BUILD.gn |
+++ b/content/renderer/BUILD.gn |
@@ -70,8 +70,12 @@ target(link_target_type, "renderer") { |
"cursor_utils.h", |
"device_sensors/device_motion_event_pump.cc", |
"device_sensors/device_motion_event_pump.h", |
+ "device_sensors/device_orientation_absolute_event_pump.cc", |
+ "device_sensors/device_orientation_absolute_event_pump.h", |
"device_sensors/device_orientation_event_pump.cc", |
"device_sensors/device_orientation_event_pump.h", |
+ "device_sensors/device_orientation_util.cc", |
+ "device_sensors/device_orientation_util.h", |
"device_sensors/device_sensor_event_pump.h", |
"devtools/devtools_agent.cc", |
"devtools/devtools_agent.h", |
@@ -452,9 +456,8 @@ target(link_target_type, "renderer") { |
"//device/base/synchronization", |
"//device/gamepad/public/cpp:shared_with_blink", |
"//device/gamepad/public/interfaces", |
+ "//device/generic_sensor/public/cpp", |
"//device/screen_orientation/public/interfaces", |
- "//device/sensors/public/cpp:full", |
- "//device/sensors/public/interfaces", |
"//device/usb/public/interfaces", |
"//gin", |
"//gpu", |