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

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

Issue 849323002: Componentize HistoryDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android compilation 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.gypi ('k') | components/history/content/browser/download_constants_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/content/browser/BUILD.gn
diff --git a/components/history/content/browser/BUILD.gn b/components/history/content/browser/BUILD.gn
index 9527fdd49a6974d0e7a7f336fd6feeb36fa46f0e..cd4c98c67aa6c07adde865a31890338221ec0f48 100644
--- a/components/history/content/browser/BUILD.gn
+++ b/components/history/content/browser/BUILD.gn
@@ -8,6 +8,8 @@ static_library("browser") {
"download_constants_utils.h",
"history_context_helper.cc",
"history_context_helper.h",
+ "history_database_helper.cc",
+ "history_database_helper.h",
]
deps = [
« no previous file with comments | « components/history.gypi ('k') | components/history/content/browser/download_constants_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698