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

Unified Diff: components/user_prefs/BUILD.gn

Issue 1062083003: Implement BrowserStateKeyedServiceFactory::GetAssociatedPrefRegistry() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/user_prefs/BUILD.gn
diff --git a/components/user_prefs/BUILD.gn b/components/user_prefs/BUILD.gn
index 394c18f91d68611c9dd19f6a4359becddf4c4b61..195605b003c2602b86a378d6118992168710c682 100644
--- a/components/user_prefs/BUILD.gn
+++ b/components/user_prefs/BUILD.gn
@@ -14,7 +14,5 @@ component("user_prefs") {
deps = [
"//base",
"//base:prefs",
- "//base/third_party/dynamic_annotations",
- "//content/public/browser",
]
}

Powered by Google App Engine
This is Rietveld 408576698