| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index ccf57ca34068d179d58730534eea011e14561e04..ddf99e05a866784fe18bd128cfadd5d874e6ed9c 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -240,7 +240,6 @@ static_library("content_shell_lib") {
|
| "//device/bluetooth:fake_bluetooth",
|
| "//device/bluetooth:mocks",
|
| "//device/geolocation",
|
| - "//device/sensors/public/cpp:full",
|
| "//gin",
|
| "//gpu",
|
| "//media",
|
| @@ -250,6 +249,7 @@ static_library("content_shell_lib") {
|
| "//net:net_resources",
|
| "//ppapi/features",
|
| "//sandbox",
|
| + "//services/device/public/cpp/sensors:full",
|
| "//services/service_manager/public/cpp",
|
| "//skia",
|
| "//storage/browser",
|
|
|