Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(771)

Unified Diff: net/net.gyp

Issue 167793003: Disk cache: Disable index table unit tests for iOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index d8a1d568e102d277815565639de4138ccc9ee81e..c4e47df322e5ed343a4f1fede5260187427ceb81 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -2135,7 +2135,7 @@
}],
[ 'OS == "android"', {
'sources!': [
- # See bug 294367.
+ # See bug 344533.
'disk_cache/v3/index_table_unittest.cc',
# No res_ninit() et al on Android, so this doesn't make a lot of
# sense.
@@ -2340,6 +2340,9 @@
# iOS.
# 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',
],
}],
[ 'OS == "android"', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698