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

Unified Diff: third_party/WebKit/Source/modules/device_orientation/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: third_party/WebKit/Source/modules/device_orientation/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/device_orientation/BUILD.gn b/third_party/WebKit/Source/modules/device_orientation/BUILD.gn
index f0f24e8bce5f2501c56a9e79e1299c7cd9d53e81..2ee0ef8e908058785d732e24582d7816981e4734 100644
--- a/third_party/WebKit/Source/modules/device_orientation/BUILD.gn
+++ b/third_party/WebKit/Source/modules/device_orientation/BUILD.gn
@@ -33,8 +33,4 @@ blink_modules_sources("device_orientation") {
"DeviceRotationRate.cpp",
"DeviceRotationRate.h",
]
-
- deps = [
- "//device/sensors/public/cpp:shared_with_blink",
- ]
}

Powered by Google App Engine
This is Rietveld 408576698