Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: content/shell/BUILD.gn

Issue 2819273006: Move //device/sensor impl to be part of the internal implemenation of the Device Service. (Closed)
Patch Set: Move //device/sensor impl to be part of the internal implemenation of the Device Service Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
« no previous file with comments | « content/renderer/device_sensors/device_orientation_event_pump_unittest.cc ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698