diff options
author | xunjieli <xunjieli@chromium.org> | 2014-09-10 16:23:31 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-10 23:25:48 +0000 |
commit | 0332c191aa02efc6c24d0c87a1d41b7c12d3b8a8 (patch) | |
tree | 0b5ee639c7015db3dc82b42ffc5f5a32f81fbbc0 /net/net.gyp | |
parent | db7726aee7993008dff742790337f950fb371ebf (diff) | |
download | chromium_src-0332c191aa02efc6c24d0c87a1d41b7c12d3b8a8.zip chromium_src-0332c191aa02efc6c24d0c87a1d41b7c12d3b8a8.tar.gz chromium_src-0332c191aa02efc6c24d0c87a1d41b7c12d3b8a8.tar.bz2 |
Move url_request_mock_http_job to net/test/url_request/
This CL is a part of the effort to move mock URLRequestJob files
from content/test/net to net/test/url_request/. The reason for this
refactoring is that Cronet will need to use these classes for testing,
so it will be nice if they can be in net/test, as the dependency can
work out nicely.
BUG=
Review URL: https://codereview.chromium.org/541743002
Cr-Commit-Position: refs/heads/master@{#294255}
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index 4a1cfea..ead68e3 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -964,6 +964,8 @@ 'test/spawned_test_server/spawned_test_server.h', 'test/spawned_test_server/spawner_communicator.cc', 'test/spawned_test_server/spawner_communicator.h', + 'test/url_request/url_request_mock_http_job.cc', + 'test/url_request/url_request_mock_http_job.h', 'url_request/test_url_fetcher_factory.cc', 'url_request/test_url_fetcher_factory.h', 'url_request/test_url_request_interceptor.cc', |