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

Unified Diff: third_party/WebKit/Source/modules/device_orientation/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: 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..024cab00f9f61d951b3b81e319c8ec6f070bf059 100644
--- a/third_party/WebKit/Source/modules/device_orientation/BUILD.gn
+++ b/third_party/WebKit/Source/modules/device_orientation/BUILD.gn
@@ -35,6 +35,6 @@ blink_modules_sources("device_orientation") {
]
deps = [
- "//device/sensors/public/cpp:shared_with_blink",
+ "//services/device/public/cpp/sensors:shared_with_blink",
]
}
« no previous file with comments | « services/device/sensors/sensor_manager_chromeos_unittest.cc ('k') | third_party/WebKit/Source/modules/device_orientation/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698