Chromium Code Reviews| Index: content/content_plugin.gypi |
| diff --git a/content/content_plugin.gypi b/content/content_plugin.gypi |
| index 22532b988b243b11e85750e64cd9aadda2e4e7bf..734c4976a0d2cfcfd6013443c73ee6297f6ff79b 100644 |
| --- a/content/content_plugin.gypi |
| +++ b/content/content_plugin.gypi |
| @@ -54,5 +54,12 @@ |
| ], |
| }, |
| }], |
| + ['use_aura==1 and OS!="win"', { |
| + 'link_settings': { |
| + 'libraries': [ |
| + '-lXext', |
| + ], |
| + }, |
| + }], |
| ], |
| } |