diff options
author | hayato@chromium.org <hayato@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-24 06:21:53 +0000 |
---|---|---|
committer | hayato@chromium.org <hayato@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-24 06:21:53 +0000 |
commit | 978df34538607d50bf4690f2d679c1bef860398c (patch) | |
tree | b99abc0b44316c0bfa16374746996ac209e363a6 /net/net.gyp | |
parent | 391bbb3fb3fbb0fb7d072878b9cb45e99a519e6e (diff) | |
download | chromium_src-978df34538607d50bf4690f2d679c1bef860398c.zip chromium_src-978df34538607d50bf4690f2d679c1bef860398c.tar.gz chromium_src-978df34538607d50bf4690f2d679c1bef860398c.tar.bz2 |
Move base64 from 'net/base' into 'base'.
BUG=13572
TEST=none
Review URL: http://codereview.chromium.org/399068
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32918 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/net.gyp b/net/net.gyp index 4a302f98..5a7f7b2 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -18,7 +18,6 @@ '../third_party/bzip2/bzip2.gyp:bzip2', '../third_party/icu/icu.gyp:icui18n', '../third_party/icu/icu.gyp:icuuc', - '../third_party/modp_b64/modp_b64.gyp:modp_b64', '../third_party/zlib/zlib.gyp:zlib', 'net_resources', ], @@ -27,8 +26,6 @@ 'base/address_list.cc', 'base/address_list.h', 'base/auth.h', - 'base/base64.cc', - 'base/base64.h', 'base/bzip2_filter.cc', 'base/bzip2_filter.h', 'base/cache_type.h', @@ -221,7 +218,6 @@ '../third_party/bzip2/bzip2.gyp:bzip2', '../third_party/icu/icu.gyp:icui18n', '../third_party/icu/icu.gyp:icuuc', - '../third_party/modp_b64/modp_b64.gyp:modp_b64', '../third_party/zlib/zlib.gyp:zlib', 'net_base', 'net_resources', @@ -566,7 +562,6 @@ 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', 'sources': [ 'base/address_list_unittest.cc', - 'base/base64_unittest.cc', 'base/bzip2_filter_unittest.cc', 'base/cookie_monster_unittest.cc', 'base/cookie_policy_unittest.cc', |