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

Unified Diff: third_party/WebKit/Source/modules/sensor/BUILD.gn

Issue 2865263002: Move //device/generic_sensor to be part of the internal implementation of the Device Service. (Closed)
Patch Set: code rebase 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
« no previous file with comments | « third_party/WebKit/Source/bindings/modules/BUILD.gn ('k') | third_party/WebKit/Source/modules/sensor/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/sensor/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/sensor/BUILD.gn b/third_party/WebKit/Source/modules/sensor/BUILD.gn
index 7fd28fa6f228d1bb819d35ddc0a6bce4af7fabda..0bc0cd6a43db68df8303e94c63d0e0fb32358bff 100644
--- a/third_party/WebKit/Source/modules/sensor/BUILD.gn
+++ b/third_party/WebKit/Source/modules/sensor/BUILD.gn
@@ -30,9 +30,9 @@ blink_modules_sources("sensor") {
deps = [
"//device/base/synchronization",
- "//device/generic_sensor/public/cpp",
- "//device/generic_sensor/public/interfaces:interfaces_blink",
+ "//services/device/public/cpp/generic_sensor",
"//services/device/public/interfaces:constants_blink",
+ "//services/device/public/interfaces:generic_sensor_blink",
"//services/service_manager/public/cpp",
]
}
« no previous file with comments | « third_party/WebKit/Source/bindings/modules/BUILD.gn ('k') | third_party/WebKit/Source/modules/sensor/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698