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

Unified Diff: services/device/sensors/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 | « services/device/public/interfaces/orientation.mojom ('k') | services/device/sensors/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device/sensors/BUILD.gn
diff --git a/device/sensors/BUILD.gn b/services/device/sensors/BUILD.gn
similarity index 95%
rename from device/sensors/BUILD.gn
rename to services/device/sensors/BUILD.gn
index 659932fe2eba82444def97c936d80a18b10f975a..12df708e39faad49f2016ecaf8d197750cf95722 100644
--- a/device/sensors/BUILD.gn
+++ b/services/device/sensors/BUILD.gn
@@ -8,7 +8,7 @@ if (is_android) {
import("//build/config/android/rules.gni") # For generate_jni().
}
-component("sensors") {
+source_set("sensors") {
sources = [
"ambient_light_mac.cc",
"ambient_light_mac.h",
@@ -38,12 +38,9 @@ component("sensors") {
deps = [
"//base",
- "//device/sensors/public/cpp:full",
"//mojo/public/cpp/bindings",
- ]
-
- public_deps = [
- "//device/sensors/public/interfaces",
+ "//services/device/public/cpp/sensors:full",
+ "//services/device/public/interfaces",
]
if (is_win) {
« no previous file with comments | « services/device/public/interfaces/orientation.mojom ('k') | services/device/sensors/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698