| Index: extensions/browser/DEPS
|
| diff --git a/extensions/browser/DEPS b/extensions/browser/DEPS
|
| index 737b8ebe508c6e7e7d8278c5dfa7e2f2f75cb570..604af1fe26ecfddcd7063ae053cf5b734223a97c 100644
|
| --- a/extensions/browser/DEPS
|
| +++ b/extensions/browser/DEPS
|
| @@ -8,6 +8,7 @@ include_rules = [
|
| #
|
| # TODO(jamescook): Remove these. http://crbug.com/162530
|
| "+chrome/browser/chrome_notification_types.h",
|
| + "+chrome/browser/extensions/extension_function.h",
|
| "+chrome/browser/extensions/extension_host.h",
|
| "+chrome/browser/extensions/extension_process_manager.h",
|
| "+chrome/browser/extensions/extension_service.h",
|
| @@ -16,6 +17,7 @@ include_rules = [
|
| "+chrome/common/extensions/background_info.h",
|
| "+chrome/common/extensions/extension.h",
|
| "+chrome/common/extensions/extension_messages.h",
|
| + "+chrome/common/extensions/extension_set.h",
|
| ]
|
|
|
| specific_include_rules = {
|
| @@ -24,6 +26,7 @@ specific_include_rules = {
|
| # TODO(jamescook): Remove these. http://crbug.com/159366
|
| "+chrome/browser/extensions/extension_service_unittest.h",
|
| "+chrome/browser/extensions/test_extension_system.h",
|
| + "+chrome/common/chrome_paths.h",
|
| "+chrome/test/base/testing_profile.h",
|
| ]
|
| }
|
|
|