summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authormmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-22 21:24:57 +0000
committermmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-22 21:24:57 +0000
commit8f6f202305d14eef7c3813bc41985f90e28a8f15 (patch)
tree25d2c397119aae24770a7e136c1840289133579f /base
parent427b7da73e9e9aa09dc9b899974fb24a1a3dcfe5 (diff)
downloadchromium_src-8f6f202305d14eef7c3813bc41985f90e28a8f15.zip
chromium_src-8f6f202305d14eef7c3813bc41985f90e28a8f15.tar.gz
chromium_src-8f6f202305d14eef7c3813bc41985f90e28a8f15.tar.bz2
Fix Linux shared library build.
r42182 moved some gtk code into a library that didn't link gtk libs. Review URL: http://codereview.chromium.org/1074007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42261 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r--base/base.gyp8
1 files changed, 8 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp
index 74a22f5..b0c7530 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -19,6 +19,14 @@
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
],
+ 'conditions': [
+ ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
+ 'dependencies': [
+ # i18n/rtl.cc uses gtk
+ '../build/linux/system.gyp:gtk',
+ ],
+ }],
+ ],
'export_dependent_settings': [
'base',
],