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