summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base/prefs/DEPS10
1 files changed, 0 insertions, 10 deletions
diff --git a/base/prefs/DEPS b/base/prefs/DEPS
deleted file mode 100644
index 9e0b960..0000000
--- a/base/prefs/DEPS
+++ /dev/null
@@ -1,10 +0,0 @@
-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",
- ],
-}