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 153223002: Use gyp targets to link in X11 libraries instead of setting -lXfoo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address feedback, try to fix cros_x86 gyp error Created 6 years, 11 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 | « content/content_common.gypi ('k') | media/cast/cast.gyp » ('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 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',
+ ],
}],
],
}],
« no previous file with comments | « content/content_common.gypi ('k') | media/cast/cast.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698