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

Unified Diff: components/keyed_service/content/BUILD.gn

Issue 1090373003: Allow cross dependencies between BCKSF and BSKSF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove wrapper methods 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/keyed_service/content/BUILD.gn
diff --git a/components/keyed_service/content/BUILD.gn b/components/keyed_service/content/BUILD.gn
index 6d3d5b659653a6eb4309e3c319ead30bada99324..dcd0523c73a334fe4e9fd8ded4477cb9b75015ae 100644
--- a/components/keyed_service/content/BUILD.gn
+++ b/components/keyed_service/content/BUILD.gn
@@ -26,10 +26,8 @@ component("content") {
deps = [
"//base",
- "//base:prefs",
"//base/third_party/dynamic_annotations",
- "//content/public/common",
"//components/keyed_service/core",
- "//components/user_prefs",
+ "//content/public/common",
]
}
« no previous file with comments | « components/keyed_service.gypi ('k') | components/keyed_service/content/browser_context_dependency_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698