Chromium Code Reviews

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

Issue 2261073002: Make HistoryBackend a client of memory coordinator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: singleton Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: components/history/core/browser/BUILD.gn
diff --git a/components/history/core/browser/BUILD.gn b/components/history/core/browser/BUILD.gn
index 8de0639bb1043d5410a0c69b91fe85dc0efd4f4b..01d6285e172d858de1327660d8e6ad1c81744580 100644
--- a/components/history/core/browser/BUILD.gn
+++ b/components/history/core/browser/BUILD.gn
@@ -94,6 +94,7 @@ static_library("browser") {
"//components/favicon_base",
"//components/history/core/common",
"//components/keyed_service/core",
+ "//components/memory_coordinator/browser",
"//components/prefs",
"//components/query_parser",
"//components/signin/core/browser",

Powered by Google App Engine