Index: content/content_shell.gypi |
diff --git a/content/content_shell.gypi b/content/content_shell.gypi |
index 1692ac7e470bbaaf803d7e720b24f58427423a44..9709702e38a23de6313d865aa3563503a9e4c7a9 100644 |
--- a/content/content_shell.gypi |
+++ b/content/content_shell.gypi |
@@ -732,6 +732,9 @@ |
'-fvisibility=default', |
], |
}], |
+ ['use_x11 == 1', { |
+ 'dependencies': [ '../build/linux/system.gyp:x11' ], |
+ }], |
['OS=="win"', { |
'defines': [ |
# This seems like a hack, but this is what Safari Win does. |