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

Unified Diff: net/net.gyp

Issue 12794003: Initialize the simple cache backend at runtime. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebased to latest, auto-merged net.gyp Created 7 years, 9 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/simple/simple_backend_impl.cc ('k') | net/tools/crash_cache/crash_cache.cc » ('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 743507cc7918965d65fd18a80f684a932c6eba28..ed9bc8a3e2c8e110caef7d4162444aa060083c20 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -7,7 +7,6 @@
'chromium_code': 1,
'linux_link_kerberos%': 0,
- 'use_simple_cache_backend%': 0,
'conditions': [
['chromeos==1 or OS=="android" or OS=="ios"', {
# Disable Kerberos on ChromeOS, Android and iOS, at least for now.
@@ -333,7 +332,9 @@
'disk_cache/bitmap.h',
'disk_cache/block_files.cc',
'disk_cache/block_files.h',
+ 'disk_cache/cache_creator.cc',
'disk_cache/cache_util.h',
+ 'disk_cache/cache_util.cc',
'disk_cache/cache_util_posix.cc',
'disk_cache/cache_util_win.cc',
'disk_cache/disk_cache.h',
@@ -1080,11 +1081,6 @@
'dns/dns_client.cc',
],
}],
- ['use_simple_cache_backend==1', {
- 'defines': [
- 'USE_SIMPLE_CACHE_BACKEND',
- ]
- }],
['use_openssl==1', {
'sources!': [
'base/crypto_module_nss.cc',
« no previous file with comments | « net/disk_cache/simple/simple_backend_impl.cc ('k') | net/tools/crash_cache/crash_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698