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

Unified Diff: content/browser/BUILD.gn

Issue 2728673003: Add a utility function to calculate the next slice to download (Closed)
Patch Set: addressing comments 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 | « no previous file | content/browser/download/download_item_impl.cc » ('j') | no next file with comments »
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 533394bbe07ae5081cdc2bf8277363eb6aea7846..5cdcd03e91239d67ac51dc60e48ab1a89eaa2534 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -593,6 +593,8 @@ source_set("browser") {
"download/mhtml_generation_manager.h",
"download/parallel_download_job.cc",
"download/parallel_download_job.h",
+ "download/parallel_download_utils.cc",
+ "download/parallel_download_utils.h",
"download/rate_estimator.cc",
"download/rate_estimator.h",
"download/save_file.cc",
« no previous file with comments | « no previous file | content/browser/download/download_item_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698