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

Unified Diff: services/device/BUILD.gn

Issue 2819163002: [DeviceService] Replace content browser test with service test for BatteryMonitorImpl (Closed)
Patch Set: Rebase only 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 | « device/battery/battery_status_service.cc ('k') | services/device/battery/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device/BUILD.gn
diff --git a/services/device/BUILD.gn b/services/device/BUILD.gn
index 1e75403bb798a4b0db4d07bccc64f07dceebfefc..95e0b3105b3a76aa5c26a80e25c5215add22011f 100644
--- a/services/device/BUILD.gn
+++ b/services/device/BUILD.gn
@@ -81,8 +81,10 @@ source_set("tests") {
if (is_android) {
deps += [ "//services/device/vibration/android:vibration_jni_headers" ]
} else {
+ sources += [ "battery/battery_monitor_impl_unittest.cc" ]
deps += [
"//device/battery",
+ "//device/battery:mojo_bindings",
"//services/device/vibration",
]
}
« no previous file with comments | « device/battery/battery_status_service.cc ('k') | services/device/battery/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698