diff options
Diffstat (limited to 'base/prefs/DEPS')
-rw-r--r-- | base/prefs/DEPS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/base/prefs/DEPS b/base/prefs/DEPS index 76b3e8d..9e0b960 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", ], } |