Chromium Code Reviews| 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", |
| ], |
| } |