diff options
author | gavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-03 20:28:14 +0000 |
---|---|---|
committer | gavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-03 20:28:14 +0000 |
commit | 80422f326f1581f9caeed42f93facba26c9b383d (patch) | |
tree | 54b09c858e1b986dab6457ab01d7eed1c80db31c /net/net.gyp | |
parent | f457849d72a7a4f63c137cea037428e69b3903e2 (diff) | |
download | chromium_src-80422f326f1581f9caeed42f93facba26c9b383d.zip chromium_src-80422f326f1581f9caeed42f93facba26c9b383d.tar.gz chromium_src-80422f326f1581f9caeed42f93facba26c9b383d.tar.bz2 |
Fix ios disk cache test exclusions.
In landing r254474, we didn't migrate an iOS test exclusion, so we
broke a few bots. Let's fix that.
R=kalman@chromium.org, kalman
BUG=None
Review URL: https://codereview.chromium.org/185683004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254554 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/net.gyp b/net/net.gyp index 978b1bf..c151516 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -2354,7 +2354,7 @@ # KeygenHandler::GenKeyAndSignChallenge() is not ported to iOS. 'base/keygen_handler_unittest.cc', 'disk_cache/backend_unittest.cc', - 'disk_cache/block_files_unittest.cc', + 'disk_cache/blockfile/block_files_unittest.cc', # Need to read input data files. 'filter/gzip_filter_unittest.cc', 'socket/ssl_server_socket_unittest.cc', |