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

Unified Diff: net/net.gypi

Issue 1059843002: Refactor NetLog::LogLevel --> NetLogCaptureMode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing header 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
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 8faf632152f4637b484329f522dea07ed4a3efdf..a90762b602fa909ed97fd3fd74dfb2883ce85344 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -116,6 +116,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',
@@ -1434,8 +1436,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',

Powered by Google App Engine
This is Rietveld 408576698