diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-17 18:45:25 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-17 18:45:25 +0000 |
commit | 8e99bd1e40033d8c13b779974edec7f486404318 (patch) | |
tree | cb62e692088c3a1e4e96fbd4df9f2c5138ea664b /net | |
parent | 49e8c1817f04a1be6347c3b24297fc46e0eeb4a2 (diff) | |
download | chromium_src-8e99bd1e40033d8c13b779974edec7f486404318.zip chromium_src-8e99bd1e40033d8c13b779974edec7f486404318.tar.gz chromium_src-8e99bd1e40033d8c13b779974edec7f486404318.tar.bz2 |
Add third_party/bzip2/bzip2.gyp:bzip2 to a few targets.
These targets include from third_party/bzip2 but list it in
dependencies. This means that they don't get the
direct_dependents_settings and this is breaking the Ubuntu package
building with use_system_bzip2.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23556 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/net.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index 0a377d6..0680f4c 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -440,6 +440,7 @@ '../base/base.gyp:base', '../testing/gtest.gyp:gtest', '../third_party/zlib/zlib.gyp:zlib', + '../third_party/bzip2/bzip2.gyp:bzip2', ], 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', 'sources': [ |