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

Unified Diff: ui/ui.gyp

Issue 10316019: Aura: Adds custom cursors for drag and drop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch Created 8 years, 8 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 6541bf4040cf09d58a10144f1d56e07e9112ad1c..9e63fb51a45c62b1cb61a3a110d06bffb48546f7 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -491,6 +491,7 @@
],
'link_settings': {
'libraries': [
+ '-lXcursor', # For XCursor* function calls in x11_util.cc.
'-lXrender', # For XRender* function calls in x11_util.cc.
],
},

Powered by Google App Engine
This is Rietveld 408576698