summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authoreroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-04 06:45:43 +0000
committereroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-04 06:45:43 +0000
commit4e600d6a8369367459477f9845f86d4fce16f69e (patch)
tree5e01487537a1fbf7c3cae46c23d201d3e58332cf /net/net.gyp
parentb0544c44da65ac1a2b0654f97ec473c76176aea2 (diff)
downloadchromium_src-4e600d6a8369367459477f9845f86d4fce16f69e.zip
chromium_src-4e600d6a8369367459477f9845f86d4fce16f69e.tar.gz
chromium_src-4e600d6a8369367459477f9845f86d4fce16f69e.tar.bz2
Refactor: Move the code that handles "chrome://net-internals/*" from the net module to the chrome module.
This is in preparation for making a javascript frontend to it, and merging in the functionality from about:network. There is no behavior change here, just moving code around. Review URL: http://codereview.chromium.org/668039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40608 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 1f89865..0addbbf 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -501,8 +501,6 @@
'url_request/url_request_status.h',
'url_request/url_request_test_job.cc',
'url_request/url_request_test_job.h',
- 'url_request/url_request_view_net_internals_job.cc',
- 'url_request/url_request_view_net_internals_job.h',
'url_request/view_cache_helper.cc',
'url_request/view_cache_helper.h',
'websockets/websocket.cc',