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

Unified Diff: ui/aura/aura.gyp

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 | « remoting/remoting.gyp ('k') | ui/ui.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura.gyp
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
index aecaf229598e4d39c6b5bf7a18d1ca0428de1372..883d11c36c23b8c67e323ba52d1c31621ee79920 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -104,7 +104,7 @@
['exclude', 'client/dispatcher_client.h'],
],
}],
- ['OS=="linux"', {
+ ['use_x11==1', {
'link_settings': {
'libraries': [
'-lX11',
« no previous file with comments | « remoting/remoting.gyp ('k') | ui/ui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698