OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+components/url_matcher", | 2 "+components/url_matcher", |
3 "+content/public/common", | 3 "+content/public/common", |
| 4 "+content/public/test", |
4 "+crypto", | 5 "+crypto", |
5 "+grit/extensions_renderer_resources.h", | 6 "+grit/extensions_renderer_resources.h", |
6 "+grit/extensions_resources.h", | 7 "+grit/extensions_resources.h", |
7 "+testing", | 8 "+testing", |
8 "+ui", | 9 "+ui", |
9 | 10 |
10 # Temporarily allowed includes as part of the app shell/extensions refactor. | 11 # Temporarily allowed includes as part of the app shell/extensions refactor. |
11 # | 12 # |
12 # 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; |
13 # see OWNERS for this directory. | 14 # see OWNERS for this directory. |
(...skipping 27 matching lines...) Expand all Loading... |
41 ], | 42 ], |
42 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [ | 43 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [ |
43 "+chrome/common/extensions/features/chrome_channel_feature_filter.h", | 44 "+chrome/common/extensions/features/chrome_channel_feature_filter.h", |
44 ], | 45 ], |
45 "permissions_data_unittest\.cc": [ | 46 "permissions_data_unittest\.cc": [ |
46 "+chrome/common/chrome_version_info.h", | 47 "+chrome/common/chrome_version_info.h", |
47 "+chrome/common/extensions/extension_test_util.h", | 48 "+chrome/common/extensions/extension_test_util.h", |
48 "+chrome/common/extensions/features/feature_channel.h", | 49 "+chrome/common/extensions/features/feature_channel.h", |
49 ], | 50 ], |
50 } | 51 } |
OLD | NEW |