Index: content/content_plugin.gypi |
diff --git a/content/content_plugin.gypi b/content/content_plugin.gypi |
index 09d8959ab26ec2d524532af70d9b06b781adf9b9..5f7e4a93ea159456b6c50b7781060cbdd6ca86c9 100644 |
--- a/content/content_plugin.gypi |
+++ b/content/content_plugin.gypi |
@@ -50,18 +50,11 @@ |
'dependencies': [ |
'../build/linux/system.gyp:gtk', |
], |
- 'link_settings': { |
- 'libraries': [ |
- '-lXext', |
- ], |
- }, |
}], |
['use_x11 == 1', { |
- 'link_settings': { |
- 'libraries': [ |
- '-lXext', |
- ], |
- }, |
+ 'dependencies': [ |
+ '../build/linux/system.gyp:xext', |
+ ], |
}], |
], |
}], |