diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-07 17:48:02 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-07 17:48:02 +0000 |
commit | b48ff00372fd5e1d384d8ce0addca715affc1ce7 (patch) | |
tree | 044f742eeab2c733a4507fac2e6147cb138fa776 /net/net.gyp | |
parent | b0bde3716bb0c1ddfc42fd378e2123361abc9693 (diff) | |
download | chromium_src-b48ff00372fd5e1d384d8ce0addca715affc1ce7.zip chromium_src-b48ff00372fd5e1d384d8ce0addca715affc1ce7.tar.gz chromium_src-b48ff00372fd5e1d384d8ce0addca715affc1ce7.tar.bz2 |
Remove the gtest dependency from net.lib
BUG=18354
TEST=none
Review URL: http://codereview.chromium.org/164009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22735 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/net.gyp b/net/net.gyp index cc993c7..4577126 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -17,10 +17,6 @@ '../base/base.gyp:base', '../build/temp_gyp/googleurl.gyp:googleurl', '../sdch/sdch.gyp:sdch', - # TODO: various targets end up using - # testing::internal::AssertHelper through references here. - # Good candidate for refactoring. - '../testing/gtest.gyp:gtest', '../third_party/bzip2/bzip2.gyp:bzip2', '../third_party/icu38/icu38.gyp:icui18n', '../third_party/icu38/icu38.gyp:icuuc', |