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

Unified Diff: base/prefs/DEPS

Issue 11741003: Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix double registration in Chrome Frame test. Created 7 years, 10 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
« no previous file with comments | « no previous file | base/prefs/default_pref_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/prefs/DEPS
diff --git a/base/prefs/DEPS b/base/prefs/DEPS
index 76b3e8daa4bede6ac93fae5485d78b39d2217792..9e0b960487b50b8e7d434a53d0ed64c87375323e 100644
--- a/base/prefs/DEPS
+++ b/base/prefs/DEPS
@@ -1,5 +1,10 @@
specific_include_rules = {
'.*_[a-z]+test\.cc': [
+ # TODO(joi): Both of these will go away soon once we move a bunch
+ # of Prefs code from c/b/prefs to base/prefs. Their dependencies
+ # on the rest of chrome/browser are already almost completely
+ # removed.
+ "!chrome/browser/prefs/pref_registry_simple.h",
"!chrome/test/base/testing_pref_service.h",
],
}
« no previous file with comments | « no previous file | base/prefs/default_pref_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698