Index: content/content_common.gypi |
diff --git a/content/content_common.gypi b/content/content_common.gypi |
index 750d799d8027137d99ef6b1ddc6c70de7237440e..f5fa62ea9d47ee3402c26e556d94371242eb4707 100644 |
--- a/content/content_common.gypi |
+++ b/content/content_common.gypi |
@@ -498,11 +498,9 @@ |
'include_dirs': [ |
'<(DEPTH)/third_party/khronos', |
], |
- 'link_settings': { |
- 'libraries': [ |
- '-lXcomposite', |
- ], |
- }, |
+ 'dependencies': [ |
+ '<(DEPTH)/build/linux/system.gyp:xcomposite', |
+ ], |
}], |
['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', { |
'sources': [ |