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

Unified Diff: content/public/browser/BUILD.gn

Issue 2843353003: Move ownership of PowerSaveBlocker from WakeLockServiceContext to WakeLockServiceImpl (Closed)
Patch Set: code rebase Created 3 years, 7 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: content/public/browser/BUILD.gn
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
index 2775d680d71f7e2f18b4eea5e872c9d73a4a0345..6d7dc27a66013fd5a28a131d43fecb72891baa5d 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -313,6 +313,7 @@ source_set("browser_sources") {
"//content/browser", # Must not be public_deps!
"//device/geolocation",
"//device/power_save_blocker",
+ "//device/wake_lock/public/interfaces",
"//gpu",
"//media",
"//net",

Powered by Google App Engine
This is Rietveld 408576698