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

Unified Diff: device/power_save_blocker/power_save_blocker.gyp

Issue 2073393002: add some missing power_save_blocker gyp deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/power_save_blocker/power_save_blocker.gyp
diff --git a/device/power_save_blocker/power_save_blocker.gyp b/device/power_save_blocker/power_save_blocker.gyp
index 75374ba5f9cb1f817dad46828bb479202cc573d9..d02683538acc59e89d6759477fe1b6bba75603d6 100644
--- a/device/power_save_blocker/power_save_blocker.gyp
+++ b/device/power_save_blocker/power_save_blocker.gyp
@@ -28,6 +28,19 @@
'power_save_blocker_x11.cc',
],
'conditions': [
+ ['use_x11==1 and chromeos==0', {
+ 'dependencies': [
+ '../../build/linux/system.gyp:xext',
+ '../../build/linux/system.gyp:xscrnsaver',
+ '../../ui/gfx/x/gfx_x11.gyp:gfx_x11',
+ ],
+ }],
+ ['use_dbus==1', {
+ 'dependencies': [
+ '../../build/linux/system.gyp:dbus',
+ '../../dbus/dbus.gyp:dbus',
+ ],
+ }],
['chromeos==1', {
'sources!': [
'power_save_blocker_ozone.cc',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698