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/extensions_renderer_resources.h", | 9 "+grit/extensions_renderer_resources.h", |
9 "+grit/extensions_resources.h", | 10 "+grit/extensions_resources.h", |
| 11 "+mojo/public", |
10 "+testing", | 12 "+testing", |
11 "+ui", | 13 "+ui", |
12 | 14 |
13 # Temporarily allowed includes as part of the app shell/extensions refactor. | 15 # Temporarily allowed includes as part of the app shell/extensions refactor. |
14 # | 16 # |
15 # 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; |
16 # see OWNERS for this directory. | 18 # see OWNERS for this directory. |
17 # | 19 # |
18 # TODO(jamescook): Remove this. http://crbug.com/392622 | 20 # TODO(jamescook): Remove this. http://crbug.com/392622 |
19 "!chrome/browser/chrome_notification_types.h", | 21 "!chrome/browser/chrome_notification_types.h", |
(...skipping 25 matching lines...) Expand all Loading... |
45 ], | 47 ], |
46 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [ | 48 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [ |
47 "+chrome/common/extensions/features/chrome_channel_feature_filter.h", | 49 "+chrome/common/extensions/features/chrome_channel_feature_filter.h", |
48 ], | 50 ], |
49 "permissions_data_unittest\.cc": [ | 51 "permissions_data_unittest\.cc": [ |
50 "+chrome/common/chrome_version_info.h", | 52 "+chrome/common/chrome_version_info.h", |
51 "+chrome/common/extensions/extension_test_util.h", | 53 "+chrome/common/extensions/extension_test_util.h", |
52 "+chrome/common/extensions/features/feature_channel.h", | 54 "+chrome/common/extensions/features/feature_channel.h", |
53 ], | 55 ], |
54 } | 56 } |
OLD | NEW |