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

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: Remove obsolete #include 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
« no previous file with comments | « components/history/core/DEPS ('k') | components/history/core/browser/download_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..6494dc50e3944cd937d8e24c4a2d9aea4757c888 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.h",
+ "download_database.cc",
+ "download_database.h",
+ "download_row.cc",
+ "download_row.h",
+ "download_types.cc",
+ "download_types.h",
"history_backend_notifier.h",
"history_backend_observer.h",
"history_client.cc",
« no previous file with comments | « components/history/core/DEPS ('k') | components/history/core/browser/download_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698