summaryrefslogtreecommitdiffstats
path: root/content/content_browser.gypi
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-19 07:39:33 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-19 07:39:33 +0000
commitd981b2f485e9a065e69adc14abf4085c1ec3128d (patch)
tree28193f032cc2775e6757ef358ec9d106bf96df93 /content/content_browser.gypi
parent126d937b48e5d84399e4050f48daeb560291fb19 (diff)
downloadchromium_src-d981b2f485e9a065e69adc14abf4085c1ec3128d.zip
chromium_src-d981b2f485e9a065e69adc14abf4085c1ec3128d.tar.gz
chromium_src-d981b2f485e9a065e69adc14abf4085c1ec3128d.tar.bz2
Fix checkdeps failure and Linux shared dbg-shlib build.
TBR=avi Review URL: http://codereview.chromium.org/6543033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75491 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_browser.gypi')
-rw-r--r--content/content_browser.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 82085d1..62620f8 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -139,6 +139,8 @@
}],
['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
'dependencies': [
+ # For FcLangSetAdd call in render_sandbox_host_linux.cc
+ '../build/linux/system.gyp:fontconfig',
'../build/linux/system.gyp:gtk',
],
}],