| Index: services/preferences/public/cpp/DEPS
|
| diff --git a/services/preferences/public/cpp/DEPS b/services/preferences/public/cpp/DEPS
|
| index 6f12abbd10c07a663d9055f5459c1c0158196e9d..cd9a290a461846b2e1a282eac40b92c09e0b30cc 100644
|
| --- a/services/preferences/public/cpp/DEPS
|
| +++ b/services/preferences/public/cpp/DEPS
|
| @@ -1,4 +1,11 @@
|
| include_rules = [
|
| "+components/prefs",
|
| "+components/user_prefs/tracked",
|
| + "-services/preferences",
|
| + "+services/preferences/public",
|
| ]
|
| +specific_include_rules = {
|
| + "pref_service_main\.cc": [
|
| + "+services/preferences",
|
| + ],
|
| +}
|
|
|