| Index: base/prefs/DEPS
|
| diff --git a/base/prefs/DEPS b/base/prefs/DEPS
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ab1b3368a7399f06e9385a0a313a546acbfc4105
|
| --- /dev/null
|
| +++ b/base/prefs/DEPS
|
| @@ -0,0 +1,18 @@
|
| +include_rules = [
|
| + # Will move to base/
|
| + "+chrome/common/important_file_writer.h",
|
| +]
|
| +
|
| +specific_include_rules = {
|
| + '.*_[a-z]+test\.cc': [
|
| + "!chrome/common/chrome_notification_types.h",
|
| + "!chrome/common/chrome_paths.h",
|
| + "!chrome/common/important_file_writer.h",
|
| + "!chrome/common/pref_names.h",
|
| + "!chrome/test/base/testing_pref_service.h",
|
| + "!content/public/browser/notification_details.h",
|
| + "!content/public/browser/notification_source.h",
|
| + "!content/public/browser/notification_types.h",
|
| + "!content/public/test/mock_notification_observer.h",
|
| + ],
|
| +}
|
|
|