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

Unified Diff: content/renderer/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
« no previous file with comments | « content/public/android/BUILD.gn ('k') | content/renderer/device_sensors/device_light_event_pump.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 4c0d916c8219d0eae7ea0bee9d4c774822b338c4..ad2035bf7ce53dc724b55bdc3fb32f32374c0ac7 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -447,8 +447,6 @@ target(link_target_type, "renderer") {
"//device/gamepad/public/cpp:shared_with_blink",
"//device/gamepad/public/interfaces",
"//device/screen_orientation/public/interfaces",
- "//device/sensors/public/cpp:full",
- "//device/sensors/public/interfaces",
"//device/usb/public/interfaces",
"//gin",
"//gpu",
@@ -471,6 +469,7 @@ target(link_target_type, "renderer") {
"//ppapi/features",
"//printing/features",
"//sandbox",
+ "//services/device/public/cpp/sensors:full",
"//services/device/public/interfaces",
"//services/device/public/interfaces:constants",
"//services/service_manager/public/cpp",
« no previous file with comments | « content/public/android/BUILD.gn ('k') | content/renderer/device_sensors/device_light_event_pump.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698