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