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

Unified Diff: content/test/BUILD.gn

Issue 2689373003: Introduce ParallelDownloadJob. (Closed)
Patch Set: Polish some details. 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
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 0b4362947b10d7261cf8dfcc374704da82843e28..26c8c15951e1acc3a7aff734878654d088b58021 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",
@@ -1042,6 +1044,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",

Powered by Google App Engine
This is Rietveld 408576698