diff options
author | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-04 06:45:43 +0000 |
---|---|---|
committer | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-04 06:45:43 +0000 |
commit | 4e600d6a8369367459477f9845f86d4fce16f69e (patch) | |
tree | 5e01487537a1fbf7c3cae46c23d201d3e58332cf /net/net.gyp | |
parent | b0544c44da65ac1a2b0654f97ec473c76176aea2 (diff) | |
download | chromium_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.gyp | 2 |
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', |