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

Unified Diff: device/BUILD.gn

Issue 2460823002: Decouple Power Monitor from //content. (Closed)
Patch Set: Decouple Power Monitor from //content. Created 4 years, 2 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: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index 5cb034943d01ddf62ed31cfa1e18372773aa7cfd..37a7314beeb01cee26f92cc9de1224a2614616ab 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -62,6 +62,8 @@ test("device_unittests") {
"bluetooth/test/test_bluetooth_local_gatt_service_delegate.h",
"gamepad/gamepad_provider_unittest.cc",
"generic_sensor/platform_sensor_provider_unittest.cc",
+ "power_monitor/power_monitor_message_broadcaster_unittest.cc",
+ "power_monitor/public/cpp/power_monitor_broadcast_source_unittest.cc",
"test/run_all_unittests.cc",
"wake_lock/wake_lock_service_context_unittest.cc",
]
@@ -79,6 +81,9 @@ test("device_unittests") {
"//device/generic_sensor",
"//device/generic_sensor:testing",
"//device/geolocation:unittests",
+ "//device/power_monitor",
+ "//device/power_monitor/public/cpp:power_monitor_broadcast_source",
+ "//device/power_monitor/public/interfaces",
"//device/power_save_blocker",
"//device/wake_lock",
"//mojo/common",

Powered by Google App Engine
This is Rietveld 408576698