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

Unified Diff: content/content_plugin.gypi

Issue 12563002: x11: Include X11 dependencies only when building with X11. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 9 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_browser.gypi ('k') | media/media.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 27dd243fab6974c892ff2c1b23a6847d8fece603..be59c1f2e4957a1cf17eaecac33aa542499f191f 100644
--- a/content/content_plugin.gypi
+++ b/content/content_plugin.gypi
@@ -56,7 +56,7 @@
],
},
}],
- ['use_aura==1 and OS!="win"', {
+ ['use_x11 == 1', {
'link_settings': {
'libraries': [
'-lXext',
« no previous file with comments | « content/content_browser.gypi ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698