summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorsdefresne@chromium.org <sdefresne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-27 18:08:06 +0000
committersdefresne@chromium.org <sdefresne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-27 18:08:06 +0000
commit8fddf1d1ead406cdcaa84ccf926e8c26bae31a07 (patch)
tree62badf1a3116ad8fdf61f21d382b3d82d8777046 /net/net.gyp
parent6d6e964cec6f95bd8143a17b509969467ee6b69b (diff)
downloadchromium_src-8fddf1d1ead406cdcaa84ccf926e8c26bae31a07.zip
chromium_src-8fddf1d1ead406cdcaa84ccf926e8c26bae31a07.tar.gz
chromium_src-8fddf1d1ead406cdcaa84ccf926e8c26bae31a07.tar.bz2
Fix path to DiskCacheIndexTable unit test file in exclusion
The unit tests fails on iOS devices and the path used to disable them is incorrect. Use the correct path (and fix the links to the bug). BUG=344533, 334640 Review URL: https://codereview.chromium.org/213473002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259933 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/net.gyp b/net/net.gyp
index ad906f3..e39480f 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -2181,8 +2181,8 @@
}],
[ 'OS == "android"', {
'sources!': [
- # See bug 344533.
- 'disk_cache/blockfile/index_table_v3unittest.cc',
+ # See bug http://crbug.com/344533.
+ 'disk_cache/blockfile/index_table_v3_unittest.cc',
# No res_ninit() et al on Android, so this doesn't make a lot of
# sense.
'dns/dns_config_service_posix_unittest.cc',
@@ -2388,8 +2388,8 @@
# OS is not "linux" or "freebsd" or "openbsd".
'socket/unix_domain_socket_posix_unittest.cc',
- # See bug 344533.
- 'disk_cache/v3/index_table_unittest.cc',
+ # See bug http://crbug.com/344533.
+ 'disk_cache/blockfile/index_table_v3_unittest.cc',
],
}],
[ 'OS == "android"', {