Release the Settings API.
[chromium-blink-merge.git] / extensions / DEPS
blob56345eb9fb0a8821b815115b44058c192042e88c
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/common/extensions/features/feature_channel.h",
16   "!grit/chromium_strings.h",
17   "!grit/common_resources.h",
18   "!grit/extensions_api_resources.h",
19   "!grit/generated_resources.h",
20   "!grit/theme_resources.h",
23 specific_include_rules = {
24   ".*(test|test_util)\.(cc|h)$": [
25     "+content/public/test",
27     # Temporarily allowed testing includes.  See above.
28     # TODO(jamescook): Remove these. http://crbug.com/162530
29     "+chrome/browser/extensions/extension_api_unittest.h",
30     "+chrome/browser/extensions/extension_service_unittest.h",
31     "+chrome/browser/extensions/test_extension_system.h",
32     "+chrome/common/chrome_paths.h",
33     "+chrome/common/extensions/manifest_tests/extension_manifest_test.h",
34     "+chrome/test/base/testing_profile.h",
35   ],
36   "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [
37     "+chrome/common/extensions/features/chrome_channel_feature_filter.h",
38     "+chrome/common/extensions/features/feature_channel.h",
39   ],
40   "permissions_data_unittest\.cc": [
41     "+chrome/common/chrome_version_info.h",
42     "+chrome/common/extensions/extension_test_util.h",
43     "+chrome/common/extensions/features/feature_channel.h",
44   ],