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

Unified Diff: device/power_save_blocker/BUILD.gn

Issue 2631153003: power save blocker: Don't try to block power saving in headless mode (Closed)
Patch Set: Add comments Created 3 years, 11 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 | « no previous file | device/power_save_blocker/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/power_save_blocker/BUILD.gn
diff --git a/device/power_save_blocker/BUILD.gn b/device/power_save_blocker/BUILD.gn
index 746be5af7e26efb6246cdea01ea2cc5e6a9d59a7..0dfb683cb8773e351cc1c188b345261a862c403d 100644
--- a/device/power_save_blocker/BUILD.gn
+++ b/device/power_save_blocker/BUILD.gn
@@ -35,7 +35,10 @@ component("power_save_blocker") {
if (!is_chromeos) {
configs += [ "//build/config/linux:xscrnsaver" ]
}
- deps += [ "//ui/gfx/x" ]
+ deps += [
+ "//ui/gfx",
+ "//ui/gfx/x",
+ ]
}
# Dealing with power_save_blocker_{x11,ozone}.cc is a little complicated
« no previous file with comments | « no previous file | device/power_save_blocker/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698