Add a main menu item for disabling the notification bell on Mac.
[chromium-blink-merge.git] / extensions / DEPS
blob00641a30520ce70ded4f8616b021eb47af6cb049
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/common_resources.h",
18   "!grit/extensions_api_resources.h",
19   "!grit/theme_resources.h",
22 specific_include_rules = {
23   ".*(test|test_util)\.(cc|h)$": [
24     "+content/public/test",
26     # Temporarily allowed testing includes.  See above.
27     # TODO(jamescook): Remove these. http://crbug.com/162530
28     "+chrome/browser/extensions/extension_api_unittest.h",
29     "+chrome/browser/extensions/extension_service_unittest.h",
30     "+chrome/browser/extensions/test_extension_system.h",
31     "+chrome/common/chrome_paths.h",
32     "+chrome/common/extensions/manifest_tests/extension_manifest_test.h",
33     "+chrome/test/base/testing_profile.h",
34   ],
35   "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [
36     "+chrome/common/extensions/features/chrome_channel_feature_filter.h",
37     "+chrome/common/extensions/features/feature_channel.h",
38   ],
39   "permissions_data_unittest\.cc": [
40     "+chrome/common/chrome_version_info.h",
41     "+chrome/common/extensions/extension_test_util.h",
42     "+chrome/common/extensions/features/feature_channel.h",
43   ],