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

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

Issue 833033002: Remove dependency on //content from history DownloadDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unit tests and move download_database.{cc,h} Created 5 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 977ea49792f034d783d61d326e64e3b554024ce2..893ee66535704d9c67e43e7c4b06e198dab74b11 100644
--- a/components/history/core/browser/BUILD.gn
+++ b/components/history/core/browser/BUILD.gn
@@ -6,6 +6,13 @@ import("//third_party/protobuf/proto_library.gni")
static_library("browser") {
sources = [
+ "download_constants.cc",
+ "download_constants.h",
+ "download_database.cc",
+ "download_database.h",
+ "download_row.cc",
+ "download_row.h",
+ "download_types.h",
"history_backend_notifier.h",
"history_backend_observer.h",
"history_client.cc",

Powered by Google App Engine
This is Rietveld 408576698