 Chromium Code Reviews
 Chromium Code Reviews Issue 12385071:
  Make it possible to disable dbus on linux  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 12385071:
  Make it possible to disable dbus on linux  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: content/content_tests.gypi | 
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi | 
| index e632f8a722f927684aa4dceafb8e031e54536c09..10d8f9af1177979f3d0423d6fdf9a9bfcdb70da5 100644 | 
| --- a/content/content_tests.gypi | 
| +++ b/content/content_tests.gypi | 
| @@ -587,7 +587,7 @@ | 
| 'renderer/active_notification_tracker_unittest.cc', | 
| ], | 
| }], | 
| - ['use_x11 == 1', { | 
| + ['use_x11 == 1 and use_dbus == 1', { | 
| 'dependencies': [ | 
| '../build/linux/system.gyp:dbus', | 
| '../dbus/dbus.gyp:dbus_test_support', |