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

Unified Diff: services/device/power_monitor/BUILD.gn

Issue 2678373003: [DeviceService] Move PowerMonitor interfaces, client lib, impl to live in Device Service (Closed)
Patch Set: Created 3 years, 10 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/device_service.cc ('k') | services/device/power_monitor/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device/power_monitor/BUILD.gn
diff --git a/device/power_monitor/BUILD.gn b/services/device/power_monitor/BUILD.gn
similarity index 71%
rename from device/power_monitor/BUILD.gn
rename to services/device/power_monitor/BUILD.gn
index a799e01aad291c430bcb0353871ee08b096a7704..5515623d2e02e91a10a48a9cfc4187a498184381 100644
--- a/device/power_monitor/BUILD.gn
+++ b/services/device/power_monitor/BUILD.gn
@@ -4,21 +4,20 @@
import("//build/config/features.gni")
-component("power_monitor") {
+source_set("power_monitor") {
+ visibility = [ "//services/device:*" ]
+
sources = [
- "power_monitor_export.h",
"power_monitor_message_broadcaster.cc",
"power_monitor_message_broadcaster.h",
]
- defines = [ "DEVICE_POWER_MONITOR_IMPLEMENTATION" ]
-
deps = [
"//base",
"//mojo/public/cpp/bindings",
]
public_deps = [
- "//device/power_monitor/public/interfaces",
+ "//services/device/public/interfaces",
]
}
« no previous file with comments | « services/device/device_service.cc ('k') | services/device/power_monitor/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698