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

Unified Diff: content/content_plugin.gypi

Issue 8395043: Fix up compositor mocking. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Deeper down the rabbit hole. Created 9 years, 2 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 | « chrome/test/base/chrome_test_suite.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_plugin.gypi
diff --git a/content/content_plugin.gypi b/content/content_plugin.gypi
index 22532b988b243b11e85750e64cd9aadda2e4e7bf..734c4976a0d2cfcfd6013443c73ee6297f6ff79b 100644
--- a/content/content_plugin.gypi
+++ b/content/content_plugin.gypi
@@ -54,5 +54,12 @@
],
},
}],
+ ['use_aura==1 and OS!="win"', {
+ 'link_settings': {
+ 'libraries': [
+ '-lXext',
+ ],
+ },
+ }],
],
}
« no previous file with comments | « chrome/test/base/chrome_test_suite.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698