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

Unified Diff: net/net.gyp

Issue 1910023002: Remove partial blockfile v3 disk_cache implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « net/disk_cache/blockfile/sparse_control_v3.cc ('k') | net/net.gypi » ('j') | 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 e59ce18f44719852036a8b383c7a742e9e18a52a..0b92079649d0736e5d717650b89fe9e8b2ad0abb 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -207,10 +207,6 @@
],
}],
[ 'OS == "android"', {
- 'sources!': [
- # See bug http://crbug.com/344533.
- 'disk_cache/blockfile/index_table_v3_unittest.cc',
- ],
'dependencies': [
'net_javatests',
],
@@ -442,9 +438,6 @@
# OS is not "linux" or "freebsd" or "openbsd".
'socket/unix_domain_client_socket_posix_unittest.cc',
'socket/unix_domain_server_socket_posix_unittest.cc',
-
- # See bug http://crbug.com/344533.
- 'disk_cache/blockfile/index_table_v3_unittest.cc',
],
}],
['OS == "android"', {
« no previous file with comments | « net/disk_cache/blockfile/sparse_control_v3.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698