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

Unified Diff: chrome/browser/prefs/DEPS

Issue 11636018: Remove PrefValueStore's dependency on PrefModelAssociator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix DEPS Created 8 years 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 | « no previous file | chrome/browser/prefs/pref_service_syncable.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/DEPS
diff --git a/chrome/browser/prefs/DEPS b/chrome/browser/prefs/DEPS
index e3c761cbcb1c0b0daabeeed9fbd990f52b811629..612688f9f1e8db4c3412df7bd48c8ceb6efb7dfd 100644
--- a/chrome/browser/prefs/DEPS
+++ b/chrome/browser/prefs/DEPS
@@ -3,10 +3,13 @@ include_rules = [
]
specific_include_rules = {
- "(chrome_)?pref_service.*|browser_prefs.*": [
+ "chrome_pref_service_factory.*|pref_service_(unittest|mock|syncable).*|browser_prefs.*": [
"+content/public/browser/browser_thread.h",
"+content/public/browser/browser_context.h",
"+content/public/browser/render_process_host.h",
"+content/public/test",
],
+ "pref_value_store.*|pref_service(_simple)?\..*": [
+ "-chrome/browser/prefs/pref_model_associator.h",
+ ]
}
« no previous file with comments | « no previous file | chrome/browser/prefs/pref_service_syncable.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698