summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authoreroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-14 01:29:30 +0000
committereroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-14 01:29:30 +0000
commit72b4a77cf0b8dda696b0013396c2b601350a79ab (patch)
tree7d5fe5dce7e72fda75ff61fe70cca6911ef70641 /net/net.gyp
parent23da84e159af4f91d3ede35ce216c6554e3cea23 (diff)
downloadchromium_src-72b4a77cf0b8dda696b0013396c2b601350a79ab.zip
chromium_src-72b4a77cf0b8dda696b0013396c2b601350a79ab.tar.gz
chromium_src-72b4a77cf0b8dda696b0013396c2b601350a79ab.tar.bz2
Display the proxy PAC javascript errors in the NetLog.
BUG=47226 TEST=Configure chrome with a PAC script that throws errors. Load a URL and should see the javascript error displayed on about:net-internals. Review URL: http://codereview.chromium.org/2978001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52253 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 6bbde7f..dd9ffea 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -62,6 +62,8 @@
'base/file_stream_win.cc',
'base/filter.cc',
'base/filter.h',
+ 'base/forwarding_net_log.cc',
+ 'base/forwarding_net_log.h',
'base/gzip_filter.cc',
'base/gzip_filter.h',
'base/gzip_header.cc',
@@ -654,6 +656,7 @@
'base/file_stream_unittest.cc',
'base/filter_unittest.cc',
'base/filter_unittest.h',
+ 'base/forwarding_net_log_unittest.cc',
'base/gzip_filter_unittest.cc',
'base/host_cache_unittest.cc',
'base/host_mapping_rules_unittest.cc',