summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-18 17:17:28 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-18 17:17:28 +0000
commit423bfef10c89e5ec2d57d10626e038dd04bb2b0e (patch)
tree3a5c273fc28be94b63845185d318a9c875a0b7d3 /chrome/chrome_common.gypi
parentf15b5a066be23bbb47088f396e275d5b82567f95 (diff)
downloadchromium_src-423bfef10c89e5ec2d57d10626e038dd04bb2b0e.zip
chromium_src-423bfef10c89e5ec2d57d10626e038dd04bb2b0e.tar.gz
chromium_src-423bfef10c89e5ec2d57d10626e038dd04bb2b0e.tar.bz2
chrome_common.gypi: added dependency on bzip2.gyp, needed by following files:
bzip2_unittest.cc metrics_helpers.cc The issue got detected while preparing the package for Gentoo Linux. We remove the third party libraries completely, and without that dep the mentioned files try to use the bundled headers instead of system-provided ones. TEST=none BUG=none Review URL: http://codereview.chromium.org/2830013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50254 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r--chrome/chrome_common.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index b97a423..b01dd50 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -134,6 +134,7 @@
'../ipc/ipc.gyp:ipc',
'../net/net.gyp:net',
'../skia/skia.gyp:skia',
+ '../third_party/bzip2/bzip2.gyp:bzip2',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/libxml/libxml.gyp:libxml',