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

Unified Diff: net/net.gyp

Issue 165404: Implement LoadLog, and hook up HostResolverImpl to LoadLog.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Do an unsigned/signed thing for GCC compile Created 11 years, 4 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/base/load_log_util_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
===================================================================
--- net/net.gyp (revision 23403)
+++ net/net.gyp (working copy)
@@ -83,6 +83,10 @@
'base/listen_socket.h',
'base/load_flags.h',
'base/load_log.h',
+ 'base/load_log.cc',
+ 'base/load_log_event_type_list.h',
+ 'base/load_log_util.cc',
+ 'base/load_log_util.h',
'base/load_states.h',
'base/mime_sniffer.cc',
'base/mime_sniffer.h',
@@ -454,6 +458,9 @@
'base/gzip_filter_unittest.cc',
'base/host_cache_unittest.cc',
'base/host_resolver_impl_unittest.cc',
+ 'base/load_log_unittest.cc',
+ 'base/load_log_unittest.h',
+ 'base/load_log_util_unittest.cc',
'base/listen_socket_unittest.cc',
'base/listen_socket_unittest.h',
'base/mime_sniffer_unittest.cc',
« no previous file with comments | « net/base/load_log_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698