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

Unified Diff: net/net.gyp

Issue 544923002: Remove the tracing cache backend. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@preventry
Patch Set: Created 6 years, 3 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/tracing/tracing_cache_backend.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 1d385bc26037036d1e81ec6f9d469e2135cef0c7..bd66a27360b5a87e34ec629dd12f31fe6eedcf8d 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -7,7 +7,6 @@
'chromium_code': 1,
'linux_link_kerberos%': 0,
- 'use_tracing_cache_backend%': 0,
'conditions': [
['chromeos==1 or embedded==1 or OS=="android" or OS=="ios"', {
# Disable Kerberos on ChromeOS, Android and iOS, at least for now.
@@ -203,11 +202,6 @@
'dns/dns_client.cc',
],
}],
- ['use_tracing_cache_backend==1', {
- 'defines': [
- 'USE_TRACING_CACHE_BACKEND'
- ],
- }],
['use_openssl==1', {
'sources!': [
'base/crypto_module_nss.cc',
« no previous file with comments | « net/disk_cache/tracing/tracing_cache_backend.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698