Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2768)

Unified Diff: content/test/BUILD.gn

Issue 2689373003: Introduce ParallelDownloadJob. (Closed)
Patch Set: nits. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/download/url_downloader.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index ee8ec0b0f693ed97f1412fb3ab76965fbc268675..853199853b7d5d43d175ff7480ed2580e0b44873 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -31,6 +31,8 @@ static_library("test_support") {
sources = [
"../browser/download/mock_download_file.cc",
"../browser/download/mock_download_file.h",
+ "../browser/download/mock_download_item_impl.cc",
+ "../browser/download/mock_download_item_impl.h",
"../browser/download/mock_download_job.cc",
"../browser/download/mock_download_job.h",
"../browser/media/session/mock_media_session_observer.cc",
@@ -1051,6 +1053,7 @@ test("content_unittests") {
"../browser/download/download_job_unittest.cc",
"../browser/download/download_manager_impl_unittest.cc",
"../browser/download/download_request_core_unittest.cc",
+ "../browser/download/parallel_download_job_unittest.cc",
"../browser/download/rate_estimator_unittest.cc",
"../browser/download/save_package_unittest.cc",
"../browser/fileapi/copy_or_move_file_validator_unittest.cc",
« no previous file with comments | « content/browser/download/url_downloader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698