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

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

Issue 2665243003: add a download slices table into history download db (Closed)
Patch Set: add test file to BUILD.gn 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: components/history/core/browser/BUILD.gn
diff --git a/components/history/core/browser/BUILD.gn b/components/history/core/browser/BUILD.gn
index ac47a12ddc68494273731d125766544d3f992fc9..3e89493c14be77849115e1541644ac621b89bff9 100644
--- a/components/history/core/browser/BUILD.gn
+++ b/components/history/core/browser/BUILD.gn
@@ -11,6 +11,8 @@ static_library("browser") {
"download_database.h",
"download_row.cc",
"download_row.h",
+ "download_slice_info.cc",
+ "download_slice_info.h",
"download_types.cc",
"download_types.h",
"expire_history_backend.cc",
@@ -160,6 +162,7 @@ bundle_data("unit_tests_bundle_data") {
"//components/test/data/history/history.29.sql",
"//components/test/data/history/history.30.sql",
"//components/test/data/history/history.31.sql",
+ "//components/test/data/history/history.32.sql",
"//components/test/data/history/thumbnail_wild/Favicons.corrupt_meta.disable",
"//components/test/data/history/thumbnail_wild/Favicons.v2.init.sql",
"//components/test/data/history/thumbnail_wild/Favicons.v3.init.sql",
@@ -179,6 +182,7 @@ bundle_data("unit_tests_bundle_data") {
source_set("unit_tests") {
testonly = true
sources = [
+ "download_slice_info_unittest.cc",
"expire_history_backend_unittest.cc",
"history_backend_db_unittest.cc",
"history_backend_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698