Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: content/content_plugin.gypi

Issue 7697011: Fix shared library build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_plugin.gypi
diff --git a/content/content_plugin.gypi b/content/content_plugin.gypi
index aff2d8221ea281af377d51586b31aa6bf1a821a6..f2f01bfcae69052766acd2a4ec4d1cfe24cced2d 100644
--- a/content/content_plugin.gypi
+++ b/content/content_plugin.gypi
@@ -57,6 +57,11 @@
'dependencies': [
'../build/linux/system.gyp:gtk',
],
+ 'link_settings': {
+ 'libraries': [
+ '-lXext',
jam 2011/08/19 21:35:13 I'm not familiar with this, so I defer to a Linux
Evan Martin 2011/08/19 21:41:01 For this kind of change it's sometimes helpful for
Paweł Hajdan Jr. 2011/08/19 21:47:41 I was thinking about a comment, but there are seve
+ ],
+ },
}],
],
},
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698