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

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

Issue 2075153002: Reland of 'Move content/browser/power_save_blocker to //device/power_save_blocker' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missing libs for component mac Created 4 years, 6 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 6b1faf186aa5af17369bd6d4685fdcb40fa496b8..a8c4629c5130faf6e2837348db3c37867a454c51 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -43,6 +43,7 @@ source_set("browser_sources") {
"//cc",
"//content/browser", # Must not be public_deps!
"//content/public/common:common_sources",
+ "//device/power_save_blocker",
"//gpu",
"//media",
"//net",

Powered by Google App Engine
This is Rietveld 408576698