Revert 264226 "Reduce dependency of TiclInvalidationService on P..."
[chromium-blink-merge.git] / extensions / DEPS
blobdc4fb7aa7e221d3d8c8a9894ac76d85a958e458a
1 include_rules = [
2   "+components/url_matcher",
3   "+content/public/common",
4   "+crypto",
5   "+testing",
6   "+ui",
8   # Temporarily allowed includes as part of the app shell/extensions refactor.
9   #
10   # NOTE: Please do not add includes without talking to the app shell team;
11   # see OWNERS for this directory.
12   #
13   # TODO(jamescook): Remove these. http://crbug.com/162530
14   "!chrome/browser/chrome_notification_types.h",
15   "!chrome/renderer/extensions/dispatcher.h",
16   "!chrome/renderer/extensions/extension_helper.h",
17   "!grit/chromium_strings.h",
18   "!grit/common_resources.h",
19   "!grit/extensions_api_resources.h",
20   "!grit/generated_resources.h",
21   "!grit/theme_resources.h",
24 specific_include_rules = {
25   ".*(test|test_util)\.(cc|h)$": [
26     "+content/public/test",
28     # Temporarily allowed testing includes.  See above.
29     # TODO(jamescook): Remove these. http://crbug.com/162530
30     "+chrome/browser/extensions/extension_api_unittest.h",
31     "+chrome/browser/extensions/extension_service_unittest.h",
32     "+chrome/browser/extensions/test_extension_system.h",
33     "+chrome/common/chrome_paths.h",
34     "+chrome/common/extensions/manifest_tests/extension_manifest_test.h",
35     "+chrome/test/base/testing_profile.h",
36   ],
37   "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [
38     "+chrome/common/extensions/features/chrome_channel_feature_filter.h",
39     "+chrome/common/extensions/features/feature_channel.h",
40   ],
41   "permissions_data_unittest\.cc": [
42     "+chrome/common/chrome_version_info.h",
43     "+chrome/common/extensions/extension_test_util.h",
44     "+chrome/common/extensions/features/feature_channel.h",
45   ],