OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 # Do not add Chrome dependencies. Much work went into removing them. | 2 # Do not add Chrome dependencies. Much work went into removing them. |
3 "+components/url_matcher", | 3 "+components/url_matcher", |
4 "-content", | 4 "-content", |
5 "+content/public/common", | 5 "+content/public/common", |
6 "+content/public/test", | 6 "+content/public/test", |
7 "+crypto", | 7 "+crypto", |
8 "+grit/content_resources.h", | 8 "+grit/content_resources.h", |
9 "+grit/extensions_renderer_resources.h", | 9 "+grit/extensions_renderer_resources.h", |
10 "+grit/extensions_resources.h", | 10 "+grit/extensions_resources.h", |
11 "+mojo/public", | 11 "+mojo/public", |
12 "+testing", | 12 "+testing", |
13 "+ui", | 13 "+ui", |
14 | 14 |
15 # Temporarily allowed includes as part of the app shell/extensions refactor. | |
16 # | |
17 # NOTE: Please do not add includes without talking to the app shell team; | 15 # NOTE: Please do not add includes without talking to the app shell team; |
18 # see OWNERS for this directory. | 16 # see OWNERS for this directory. |
19 # | |
20 # TODO(jamescook): Remove this. http://crbug.com/392622 | |
21 "!chrome/browser/chrome_notification_types.h", | |
22 ] | 17 ] |
23 | 18 |
24 specific_include_rules = { | 19 specific_include_rules = { |
25 ".*(test|test_util)\.(cc|h)$": [ | 20 ".*(test|test_util)\.(cc|h)$": [ |
26 "+content/public/test", | 21 "+content/public/test", |
27 | 22 |
28 # Temporarily allowed testing includes. See above. | 23 # Temporarily allowed testing includes. See above. |
29 # TODO(jamescook): Remove these. http://crbug.com/162530 | 24 # TODO(jamescook): Remove these. http://crbug.com/162530 |
30 "+chrome/browser/apps/app_browsertest_util.h", | 25 "+chrome/browser/apps/app_browsertest_util.h", |
31 "+chrome/browser/extensions/api/management/management_api.h", | 26 "+chrome/browser/extensions/api/management/management_api.h", |
(...skipping 15 matching lines...) Expand all Loading... |
47 ], | 42 ], |
48 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [ | 43 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [ |
49 "+chrome/common/extensions/features/chrome_channel_feature_filter.h", | 44 "+chrome/common/extensions/features/chrome_channel_feature_filter.h", |
50 ], | 45 ], |
51 "permissions_data_unittest\.cc": [ | 46 "permissions_data_unittest\.cc": [ |
52 "+chrome/common/chrome_version_info.h", | 47 "+chrome/common/chrome_version_info.h", |
53 "+chrome/common/extensions/extension_test_util.h", | 48 "+chrome/common/extensions/extension_test_util.h", |
54 "+chrome/common/extensions/features/feature_channel.h", | 49 "+chrome/common/extensions/features/feature_channel.h", |
55 ], | 50 ], |
56 } | 51 } |
OLD | NEW |