summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content/content_plugin.gypi5
-rw-r--r--content/content_tests.gypi1
2 files changed, 6 insertions, 0 deletions
diff --git a/content/content_plugin.gypi b/content/content_plugin.gypi
index aff2d82..f2f01bf 100644
--- a/content/content_plugin.gypi
+++ b/content/content_plugin.gypi
@@ -57,6 +57,11 @@
'dependencies': [
'../build/linux/system.gyp:gtk',
],
+ 'link_settings': {
+ 'libraries': [
+ '-lXext',
+ ],
+ },
}],
],
},
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index f76c3e3..1c59e934 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -36,6 +36,7 @@
'content_renderer',
'test_support_content',
'../base/base.gyp:test_support_base',
+ '../crypto/crypto.gyp:crypto',
'../media/media.gyp:media_test_support',
'../net/net.gyp:net_test_support',
'../skia/skia.gyp:skia',