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

Unified Diff: device/device_tests.gyp

Issue 1502943003: Check use_dbus==1 when compiling dbus dependent bluetooth unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years 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/BUILD.gn ('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 a3fc8c62634fb64d622ce6c69a2b3fb9454c9e46..8116fab0dd8f92bc6e70d5873a325b05484d3819 100644
--- a/device/device_tests.gyp
+++ b/device/device_tests.gyp
@@ -96,7 +96,7 @@
'battery/battery_status_manager_linux_unittest.cc',
],
}],
- ['chromeos==1 or OS=="linux"', {
+ ['(chromeos==1 or OS=="linux") and use_dbus==1', {
'dependencies': [
'../build/linux/system.gyp:dbus',
'../dbus/dbus.gyp:dbus',
« no previous file with comments | « device/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698