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

Unified Diff: components/history/core/browser/BUILD.gn

Issue 2665243003: add a download slices table into history download db (Closed)
Patch Set: addressing comments 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
Index: components/history/core/browser/BUILD.gn
diff --git a/components/history/core/browser/BUILD.gn b/components/history/core/browser/BUILD.gn
index ac47a12ddc68494273731d125766544d3f992fc9..f39a9c38305363e6ec26584572aca42c671d86ba 100644
--- a/components/history/core/browser/BUILD.gn
+++ b/components/history/core/browser/BUILD.gn
@@ -9,6 +9,8 @@ static_library("browser") {
"download_constants.h",
"download_database.cc",
"download_database.h",
+ "download_job_info.cc",
+ "download_job_info.h",
"download_row.cc",
"download_row.h",
"download_types.cc",

Powered by Google App Engine
This is Rietveld 408576698