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

Unified Diff: ui/ui.gyp

Issue 23536057: linux_aura: Implement most of DesktopScreenX11. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Attempt to fix chromeos compile. Created 7 years, 3 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
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index efe5f7ba9cf2679cb5d262f6858e1a0c96458aaa..106f09479de86b114e0b8152f1641bd6aa77f657 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -854,6 +854,7 @@
'-lX11',
'-lXcursor',
'-lXrender', # For XRender* function calls in x11_util.cc.
+ '-lXrandr',
],
},
},
@@ -862,6 +863,7 @@
'-lX11',
'-lXcursor',
'-lXrender', # For XRender* function calls in x11_util.cc.
+ '-lXrandr',
],
},
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698