diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-08 08:28:17 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-08 08:28:17 +0000 |
commit | fb6f7180a951efeff59918c3b1e8493f20efd0d8 (patch) | |
tree | 2c77cf41bd78917cf8f48b944f44c502377cce72 /net/net.gyp | |
parent | 274323c679690cd7d71c80989977812c9959e001 (diff) | |
download | chromium_src-fb6f7180a951efeff59918c3b1e8493f20efd0d8.zip chromium_src-fb6f7180a951efeff59918c3b1e8493f20efd0d8.tar.gz chromium_src-fb6f7180a951efeff59918c3b1e8493f20efd0d8.tar.bz2 |
Remove bzip2 decoding support completely.
BUG=14801,26577
TEST=see bug.
Review URL: http://codereview.chromium.org/466038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34047 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/net.gyp b/net/net.gyp index 1428177..b0672cf 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -15,7 +15,6 @@ '../base/base.gyp:base_i18n', '../build/temp_gyp/googleurl.gyp:googleurl', '../sdch/sdch.gyp:sdch', - '../third_party/bzip2/bzip2.gyp:bzip2', '../third_party/icu/icu.gyp:icui18n', '../third_party/icu/icu.gyp:icuuc', '../third_party/zlib/zlib.gyp:zlib', @@ -26,8 +25,6 @@ 'base/address_list.cc', 'base/address_list.h', 'base/auth.h', - 'base/bzip2_filter.cc', - 'base/bzip2_filter.h', 'base/cache_type.h', 'base/cert_database.h', 'base/cert_database_mac.cc', @@ -215,7 +212,6 @@ '../base/base.gyp:base_i18n', '../build/temp_gyp/googleurl.gyp:googleurl', '../sdch/sdch.gyp:sdch', - '../third_party/bzip2/bzip2.gyp:bzip2', '../third_party/icu/icu.gyp:icui18n', '../third_party/icu/icu.gyp:icuuc', '../third_party/zlib/zlib.gyp:zlib', @@ -565,12 +561,10 @@ '../base/base.gyp:base_i18n', '../testing/gtest.gyp:gtest', '../third_party/zlib/zlib.gyp:zlib', - '../third_party/bzip2/bzip2.gyp:bzip2', ], 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', 'sources': [ 'base/address_list_unittest.cc', - 'base/bzip2_filter_unittest.cc', 'base/cookie_monster_unittest.cc', 'base/cookie_policy_unittest.cc', 'base/data_url_unittest.cc', |