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

Unified Diff: content/test/BUILD.gn

Issue 2645133003: Introduce DownloadJob for DownloadItem refactoring. (Closed)
Patch Set: Conditionally call to delegate. Created 3 years, 11 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/mock_download_job.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 fc6d2c79c73e0d2565b6829f0c33ed1eda9ccb75..d2465216e7a9eaafe3d9293ceaba0af8c7e93be9 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -30,6 +30,8 @@ static_library("test_support") {
sources = [
"../browser/download/mock_download_file.cc",
"../browser/download/mock_download_file.h",
+ "../browser/download/mock_download_job.cc",
+ "../browser/download/mock_download_job.h",
"../browser/media/session/mock_media_session_observer.cc",
"../browser/media/session/mock_media_session_observer.h",
"../browser/service_worker/embedded_worker_test_helper.cc",
@@ -1031,6 +1033,7 @@ test("content_unittests") {
"../browser/download/base_file_win_unittest.cc",
"../browser/download/download_file_unittest.cc",
"../browser/download/download_item_impl_unittest.cc",
+ "../browser/download/download_job_unittest.cc",
"../browser/download/download_manager_impl_unittest.cc",
"../browser/download/rate_estimator_unittest.cc",
"../browser/download/save_package_unittest.cc",
« no previous file with comments | « content/browser/download/mock_download_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698