Chromium Code Reviews| Index: content/content_shell.gypi |
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi |
| index 1692ac7e470bbaaf803d7e720b24f58427423a44..a101a8e86a07ad19669f7198689f4deeaaf103e6 100644 |
| --- a/content/content_shell.gypi |
| +++ b/content/content_shell.gypi |
| @@ -731,6 +731,7 @@ |
| 'cflags': [ |
| '-fvisibility=default', |
| ], |
| + 'link_settings': { 'libraries': [ '-lX11' ] }, |
|
jamesr
2015/01/17 01:21:25
same here
|
| }], |
| ['OS=="win"', { |
| 'defines': [ |