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/BUILD.gn

Issue 2734943003: Device Service: Decouple Wake Lock from //content (Closed)
Patch Set: Rebase Created 3 years, 9 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/wake_lock/wake_lock_service_impl.cc ('k') | services/device/DEPS » ('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 b6c558ee911a01c37a00d33859049b56683f9174..de1ecce831ab8f671158382d7e10af913ff8ed8f 100644
--- a/services/device/BUILD.gn
+++ b/services/device/BUILD.gn
@@ -21,11 +21,13 @@ source_set("lib") {
"//device/battery:mojo_bindings",
"//device/sensors",
"//device/vibration:mojo_bindings",
+ "//device/wake_lock",
"//services/device/fingerprint",
"//services/device/power_monitor",
"//services/device/screen_orientation",
"//services/device/time_zone_monitor",
"//services/service_manager/public/cpp",
+ "//ui/gfx",
]
if (is_android) {
« no previous file with comments | « device/wake_lock/wake_lock_service_impl.cc ('k') | services/device/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698