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

Unified Diff: net/net.gyp

Issue 8533011: Remove unused HostResolver::Observer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove RequestInfo::referrer and Request::id Created 9 years, 1 month 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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index a5d69d33af39054924cdf8560bfdd8d3217b54df..48a1a43d05a6bb52bbb3196f65c9999804b11cbc 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1312,7 +1312,6 @@
'net',
'../base/base.gyp:base',
'../base/base.gyp:test_support_base',
- '../build/temp_gyp/googleurl.gyp:googleurl',
szym 2011/11/14 23:52:50 This was added to satisfy GURL dependency in compi
'../testing/gtest.gyp:gtest',
],
'sources': [
@@ -1330,8 +1329,6 @@
'base/net_test_suite.h',
'base/test_completion_callback.cc',
'base/test_completion_callback.h',
- 'base/test_host_resolver_observer.cc',
- 'base/test_host_resolver_observer.h',
'disk_cache/disk_cache_test_util.cc',
'disk_cache/disk_cache_test_util.h',
'dns/dns_test_util.cc',

Powered by Google App Engine
This is Rietveld 408576698