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

Unified Diff: device/generic_sensor/BUILD.gn

Issue 2885203004: Refactor content/renderer/device_sensors to use device/generic_sensor instead of device/sensors (Closed)
Patch Set: updated content/renderer/BUILD.gn Created 3 years, 7 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: device/generic_sensor/BUILD.gn
diff --git a/device/generic_sensor/BUILD.gn b/device/generic_sensor/BUILD.gn
index f95b0a1b20ca513b3413aa7b44b5c58836e5f0fb..c785ecfb752e583cd68112a578a7ae91fb5a6f6c 100644
--- a/device/generic_sensor/BUILD.gn
+++ b/device/generic_sensor/BUILD.gn
@@ -68,10 +68,7 @@ component("generic_sensor") {
}
if (is_mac) {
- deps += [
- "//device/sensors/public/cpp:full",
- "//third_party/sudden_motion_sensor",
- ]
+ deps += [ "//third_party/sudden_motion_sensor" ]
libs = [
"CoreFoundation.framework",
"IOKit.framework",

Powered by Google App Engine
This is Rietveld 408576698