Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index d3b939387fd02a08ed8c68aa07ddc1c2b07ebdb2..8810cb0e46a5bb31bd0ec608bf52def9baeaaaa7 100644 |
--- a/content/content_browser.gypi |
+++ b/content/content_browser.gypi |
@@ -1090,10 +1090,14 @@ |
'dependencies': [ |
'../build/linux/system.gyp:dbus', |
'../build/linux/system.gyp:fontconfig', |
- '../build/linux/system.gyp:x11', |
'../dbus/dbus.gyp:dbus', |
], |
}], |
+ ['use_x11==1', { |
+ 'dependencies': [ |
+ '../build/linux/system.gyp:x11', |
+ ], |
+ }], |
['OS=="android"', { |
'dependencies': [ |
'../media/media.gyp:media', |