| Index: services/device/sensors/BUILD.gn
|
| diff --git a/device/sensors/BUILD.gn b/services/device/sensors/BUILD.gn
|
| similarity index 95%
|
| rename from device/sensors/BUILD.gn
|
| rename to services/device/sensors/BUILD.gn
|
| index 659932fe2eba82444def97c936d80a18b10f975a..12df708e39faad49f2016ecaf8d197750cf95722 100644
|
| --- a/device/sensors/BUILD.gn
|
| +++ b/services/device/sensors/BUILD.gn
|
| @@ -8,7 +8,7 @@ if (is_android) {
|
| import("//build/config/android/rules.gni") # For generate_jni().
|
| }
|
|
|
| -component("sensors") {
|
| +source_set("sensors") {
|
| sources = [
|
| "ambient_light_mac.cc",
|
| "ambient_light_mac.h",
|
| @@ -38,12 +38,9 @@ component("sensors") {
|
|
|
| deps = [
|
| "//base",
|
| - "//device/sensors/public/cpp:full",
|
| "//mojo/public/cpp/bindings",
|
| - ]
|
| -
|
| - public_deps = [
|
| - "//device/sensors/public/interfaces",
|
| + "//services/device/public/cpp/sensors:full",
|
| + "//services/device/public/interfaces",
|
| ]
|
|
|
| if (is_win) {
|
|
|