summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorjam <jam@chromium.org>2015-01-20 08:33:44 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-20 16:35:28 +0000
commit8e45cd72ae2bf0a6f01aa6c492f336a92e3b95d4 (patch)
treee8206a3557f39ca1f01c24b9610aebe809daa863 /net/net.gyp
parent03c52b7cffefe1e54ab4fa75c14329e01ebf91a0 (diff)
downloadchromium_src-8e45cd72ae2bf0a6f01aa6c492f336a92e3b95d4.zip
chromium_src-8e45cd72ae2bf0a6f01aa6c492f336a92e3b95d4.tar.gz
chromium_src-8e45cd72ae2bf0a6f01aa6c492f336a92e3b95d4.tar.bz2
Move URLRequestSlowDownloadJob to net/test/url_request.
This way it's in the same directory as the other test URLRequest classes, since it's used by both content and chrome. This cleans up some incorrect DEPS rules in chrome where it was reaching to internal content directories. Review URL: https://codereview.chromium.org/852413002 Cr-Commit-Position: refs/heads/master@{#312210}
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 1273da5..834a4c6 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -968,6 +968,8 @@
'test/url_request/url_request_mock_data_job.h',
'test/url_request/url_request_mock_http_job.cc',
'test/url_request/url_request_mock_http_job.h',
+ 'test/url_request/url_request_slow_download_job.cc',
+ 'test/url_request/url_request_slow_download_job.h',
'url_request/test_url_fetcher_factory.cc',
'url_request/test_url_fetcher_factory.h',
'url_request/test_url_request_interceptor.cc',