| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 773a7decf290170fc5ba626e8bde5e1972e98edc..b0a015e9ca677682ad933105d144bb0e0bb19f44 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -495,16 +495,16 @@
|
| ['toolkit_uses_gtk == 1', {
|
| 'dependencies': [
|
| '../build/linux/system.gyp:gtk',
|
| + '../build/linux/system.gyp:x11',
|
| + '../build/linux/system.gyp:xrender',
|
| + '../build/linux/system.gyp:xext',
|
| ],
|
| 'export_dependent_settings': [
|
| '../third_party/sqlite/sqlite.gyp:sqlite',
|
| ],
|
| 'link_settings': {
|
| 'libraries': [
|
| - '-lX11',
|
| - '-lXrender',
|
| '-lXss',
|
| - '-lXext',
|
| ],
|
| },
|
| }],
|
|
|