summaryrefslogtreecommitdiffstats
path: root/content/content_browser.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_browser.gypi')
-rw-r--r--content/content_browser.gypi6
1 files changed, 5 insertions, 1 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 5e35c91..846f972 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1098,10 +1098,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',