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

Unified Diff: net/net.gypi

Issue 1059843002: Refactor NetLog::LogLevel --> NetLogCaptureMode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again to fix a merge conflict Created 5 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/log/write_to_file_net_log_observer_unittest.cc ('k') | net/proxy/proxy_resolver_v8_tracing.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 457cb2465a9ea57eaad86aea23fdb46d0ca6d694..e4812310bf984d972a2f70f0328dfd813f446b26 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -124,6 +124,8 @@
'http/transport_security_state.h',
'log/net_log.cc',
'log/net_log.h',
+ 'log/net_log_capture_mode.cc',
+ 'log/net_log_capture_mode.h',
'log/net_log_event_type_list.h',
'log/net_log_source_type_list.h',
'socket/client_socket_handle.cc',
@@ -1447,8 +1449,9 @@
'http/transport_security_persister_unittest.cc',
'http/transport_security_state_unittest.cc',
'http/url_security_manager_unittest.cc',
- 'log/write_to_file_net_log_observer_unittest.cc',
+ 'log/net_log_capture_mode_unittest.cc',
'log/net_log_unittest.cc',
+ 'log/write_to_file_net_log_observer_unittest.cc',
'log/net_log_unittest.h',
'log/net_log_util_unittest.cc',
'log/trace_net_log_observer_unittest.cc',
« no previous file with comments | « net/log/write_to_file_net_log_observer_unittest.cc ('k') | net/proxy/proxy_resolver_v8_tracing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698