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

Unified Diff: content/content_shell.gypi

Issue 854753002: linux/gyp: Find missing symbols at build time, not runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: system.gyp:x11, and rt for clearkey so Created 5 years, 11 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 | « content/content_browser.gypi ('k') | gpu/gpu_config.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 1692ac7e470bbaaf803d7e720b24f58427423a44..a101a8e86a07ad19669f7198689f4deeaaf103e6 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -731,6 +731,7 @@
'cflags': [
'-fvisibility=default',
],
+ 'link_settings': { 'libraries': [ '-lX11' ] },
jamesr 2015/01/17 02:07:08 system.gyp:x11
Nico 2015/01/17 03:18:18 Done.
}],
['OS=="win"', {
'defines': [
« no previous file with comments | « content/content_browser.gypi ('k') | gpu/gpu_config.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698