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

Unified Diff: components/user_prefs/DEPS

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/DEPS
diff --git a/components/user_prefs/DEPS b/components/user_prefs/DEPS
index 1c35d9ca694b7004e71670cd60a883ddbd8c808f..9ca65e36d8e1dd718990ff69e92524236dc8f82b 100644
--- a/components/user_prefs/DEPS
+++ b/components/user_prefs/DEPS
@@ -1,3 +1,6 @@
include_rules = [
- "+content/public/browser",
+ # user_prefs can be used on all platforms, including iOS. Do not allow
+ # platform-specific dependencies.
+ "-content",
+ "-ios",
]

Powered by Google App Engine
This is Rietveld 408576698