Index: chrome/chrome_tests_unit.gypi |
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi |
index 19af4615620b782e3459e36b8a211496f5e5bfce..9a6df7266e2dd336008dbaed99c49e96a577c78b 100644 |
--- a/chrome/chrome_tests_unit.gypi |
+++ b/chrome/chrome_tests_unit.gypi |
@@ -1972,11 +1972,15 @@ |
}], |
], |
}], |
+ ['use_dbus==1', { |
+ 'dependencies': [ |
+ '../build/linux/system.gyp:dbus', |
+ '../dbus/dbus.gyp:dbus_test_support', |
+ ], |
+ }], |
], |
'dependencies': [ |
- '../build/linux/system.gyp:dbus', |
'../build/linux/system.gyp:gtk', |
- '../dbus/dbus.gyp:dbus_test_support', |
], |
'sources!': [ |
'browser/printing/print_job_unittest.cc', |
@@ -1998,7 +2002,7 @@ |
'browser/password_manager/native_backend_gnome_x_unittest.cc', |
], |
}], |
- ['OS=="linux" and use_aura==1', { |
+ ['OS=="linux" and use_aura==1 and use_dbus==0', { |
'dependencies': [ |
'../build/linux/system.gyp:dbus', |
'../dbus/dbus.gyp:dbus_test_support', |