summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authoreroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-29 18:35:14 +0000
committereroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-29 18:35:14 +0000
commit0fab7cdd43e7dd01e69ef5f9c13f5eae6bd54853 (patch)
treea491dd4f22d7cb4d63b5d9773fdb0f6adf3e69e3 /chrome/chrome_browser.gypi
parent3171a5f58cc8ddc33eeef2d597fc80a8b214d3cc (diff)
downloadchromium_src-0fab7cdd43e7dd01e69ef5f9c13f5eae6bd54853.zip
chromium_src-0fab7cdd43e7dd01e69ef5f9c13f5eae6bd54853.tar.gz
chromium_src-0fab7cdd43e7dd01e69ef5f9c13f5eae6bd54853.tar.bz2
Add the ability to export the captured NetLog data to a formatted text file, or to JSON.
This is similar to the display of about:net-internals, and is intended to be used when attaching log info to bug reports. The formatting is still fairly crude, and there are some remaining TODOs. BUG=37421 Review URL: http://codereview.chromium.org/1703018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45967 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index a47c61b..3a59ea4 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3333,6 +3333,7 @@
{
'destination': '<(PRODUCT_DIR)/resources/net_internals',
'files': [
+ 'browser/resources/net_internals/dataview.js',
'browser/resources/net_internals/detailsview.js',
'browser/resources/net_internals/dnsview.js',
'browser/resources/net_internals/index.html',