summaryrefslogtreecommitdiffstats
path: root/content/content_shell.gypi
diff options
context:
space:
mode:
authorkouhei@chromium.org <kouhei@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-03 16:21:47 +0000
committerkouhei@chromium.org <kouhei@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-03 16:21:47 +0000
commitd5869bfdb619d61de822475c3072cc6601fe33ab (patch)
treefbdbd14ab60eaa517f86b7778121b0eb0961b607 /content/content_shell.gypi
parent7d4c1daa751efe2761506ba6d7df6b9349ce2859 (diff)
downloadchromium_src-d5869bfdb619d61de822475c3072cc6601fe33ab.zip
chromium_src-d5869bfdb619d61de822475c3072cc6601fe33ab.tar.gz
chromium_src-d5869bfdb619d61de822475c3072cc6601fe33ab.tar.bz2
Add support for NetLog logging to json file in content_shell.
This patch adds support for "--log-net-log" command line option in content_shell. When the commandline option is specified, NetLogLogger is used to log all network activities to a file. BUG=None Review URL: https://chromiumcodereview.appspot.com/17633005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209993 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r--content/content_shell.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 812d4a2..f52459d 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -137,6 +137,8 @@
'shell/shell_login_dialog.h',
'shell/shell_message_filter.cc',
'shell/shell_message_filter.h',
+ 'shell/shell_net_log.cc',
+ 'shell/shell_net_log.h',
'shell/shell_network_delegate.cc',
'shell/shell_network_delegate.h',
'shell/shell_plugin_service_filter.cc',