| Index: device/generic_sensor/BUILD.gn
|
| diff --git a/device/generic_sensor/BUILD.gn b/device/generic_sensor/BUILD.gn
|
| index f95b0a1b20ca513b3413aa7b44b5c58836e5f0fb..c785ecfb752e583cd68112a578a7ae91fb5a6f6c 100644
|
| --- a/device/generic_sensor/BUILD.gn
|
| +++ b/device/generic_sensor/BUILD.gn
|
| @@ -68,10 +68,7 @@ component("generic_sensor") {
|
| }
|
|
|
| if (is_mac) {
|
| - deps += [
|
| - "//device/sensors/public/cpp:full",
|
| - "//third_party/sudden_motion_sensor",
|
| - ]
|
| + deps += [ "//third_party/sudden_motion_sensor" ]
|
| libs = [
|
| "CoreFoundation.framework",
|
| "IOKit.framework",
|
|
|