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