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

Unified Diff: content/browser/BUILD.gn

Issue 2890853002: Downloads: replace BrowserThread::FILE with task scheduler. (Closed)
Patch Set: Add a missing mock expectation. Created 3 years, 6 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 | « no previous file | content/browser/download/base_file.h » ('j') | content/browser/download/base_file.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 0c0fcbbb2c6f8ea7268747d2f28a1fcb4611652e..075fd7d3ee9335f6a4bc9b3e37b7301ae156c90c 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -641,6 +641,8 @@ source_set("browser") {
"download/download_resource_handler.h",
"download/download_stats.cc",
"download/download_stats.h",
+ "download/download_task_runner.cc",
+ "download/download_task_runner.h",
"download/download_worker.cc",
"download/download_worker.h",
"download/drag_download_file.cc",
« no previous file with comments | « no previous file | content/browser/download/base_file.h » ('j') | content/browser/download/base_file.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698