| Index: extensions/DEPS
|
| diff --git a/extensions/DEPS b/extensions/DEPS
|
| index 2b0dd515d4cc23f2119d58a4d6d622969637a415..f286a2e6096979b7ff34586b7b2cb45a2724f1f6 100644
|
| --- a/extensions/DEPS
|
| +++ b/extensions/DEPS
|
| @@ -17,4 +17,10 @@ specific_include_rules = {
|
| "^manifest_permission_set_unittest\.cc$": [
|
| "+chrome/common/extensions/extension_messages.h",
|
| ],
|
| + "^permissions_data_unittest\.cc$": [
|
| + "+chrome/common/chrome_version_info.h",
|
| + "+chrome/common/extensions/extension_test_util.h",
|
| + "+chrome/common/extensions/features/feature_channel.h",
|
| + "+chrome/common/extensions/permissions/socket_permission.h",
|
| + ],
|
| }
|
|
|