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/crx_file", | 3 "+components/crx_file", |
4 "+components/url_matcher", | 4 "+components/url_matcher", |
5 "-content", | 5 "-content", |
| 6 "+content/grit/content_resources.h", |
6 "+content/public/common", | 7 "+content/public/common", |
7 "+content/public/test", | 8 "+content/public/test", |
8 "+crypto", | 9 "+crypto", |
9 "+grit/content_resources.h", | |
10 "+grit/extensions_renderer_resources.h", | 10 "+grit/extensions_renderer_resources.h", |
11 "+grit/extensions_resources.h", | 11 "+grit/extensions_resources.h", |
12 "+mojo/public", | 12 "+mojo/public", |
13 "+testing", | 13 "+testing", |
14 "+ui", | 14 "+ui", |
15 | 15 |
16 # NOTE: Please do not add includes without talking to the app shell team; | 16 # NOTE: Please do not add includes without talking to the app shell team; |
17 # see OWNERS for this directory. | 17 # see OWNERS for this directory. |
18 ] | 18 ] |
19 | 19 |
(...skipping 24 matching lines...) Expand all Loading... |
44 ], | 44 ], |
45 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [ | 45 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [ |
46 "+chrome/common/extensions/features/chrome_channel_feature_filter.h", | 46 "+chrome/common/extensions/features/chrome_channel_feature_filter.h", |
47 ], | 47 ], |
48 "permissions_data_unittest\.cc": [ | 48 "permissions_data_unittest\.cc": [ |
49 "+chrome/common/chrome_version_info.h", | 49 "+chrome/common/chrome_version_info.h", |
50 "+chrome/common/extensions/extension_test_util.h", | 50 "+chrome/common/extensions/extension_test_util.h", |
51 "+chrome/common/extensions/features/feature_channel.h", | 51 "+chrome/common/extensions/features/feature_channel.h", |
52 ], | 52 ], |
53 } | 53 } |
OLD | NEW |