| Index: third_party/WebKit/Source/modules/sensor/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/modules/sensor/BUILD.gn b/third_party/WebKit/Source/modules/sensor/BUILD.gn
|
| index 7fd28fa6f228d1bb819d35ddc0a6bce4af7fabda..0bc0cd6a43db68df8303e94c63d0e0fb32358bff 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/sensor/BUILD.gn
|
| @@ -30,9 +30,9 @@ blink_modules_sources("sensor") {
|
|
|
| deps = [
|
| "//device/base/synchronization",
|
| - "//device/generic_sensor/public/cpp",
|
| - "//device/generic_sensor/public/interfaces:interfaces_blink",
|
| + "//services/device/public/cpp/generic_sensor",
|
| "//services/device/public/interfaces:constants_blink",
|
| + "//services/device/public/interfaces:generic_sensor_blink",
|
| "//services/service_manager/public/cpp",
|
| ]
|
| }
|
|
|