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

Unified Diff: device/device_tests.gyp

Issue 2066503002: Implement device::BatteryStatus support for UPower daemon 0.99.x (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implement device::BatteryStatus support for UPower daemon 0.99.x (rebased) Created 4 years, 4 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/battery/battery_status_manager_linux_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/device_tests.gyp
diff --git a/device/device_tests.gyp b/device/device_tests.gyp
index ecd47e9821371002d5f332b12e05e7a76946732c..8fe41a24a6b12d4aa927f6146bda4b964fee4dc2 100644
--- a/device/device_tests.gyp
+++ b/device/device_tests.gyp
@@ -192,7 +192,11 @@
['exclude', '^hid/'],
],
}],
- ['use_dbus==0', {
+ ['OS=="linux" and use_dbus==1', {
+ 'dependencies': [
+ '../dbus/dbus.gyp:dbus_test_support',
+ ],
+ }, { # OS != "linux" or use_dbus==0
'sources!': [
'battery/battery_status_manager_linux_unittest.cc',
],
« no previous file with comments | « device/battery/battery_status_manager_linux_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698