| 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/url_matcher", | 4 "+components/url_matcher", |
| 4 "-content", | 5 "-content", |
| 5 "+content/public/common", | 6 "+content/public/common", |
| 6 "+content/public/test", | 7 "+content/public/test", |
| 7 "+crypto", | 8 "+crypto", |
| 8 "+grit/content_resources.h", | 9 "+grit/content_resources.h", |
| 9 "+grit/extensions_renderer_resources.h", | 10 "+grit/extensions_renderer_resources.h", |
| 10 "+grit/extensions_resources.h", | 11 "+grit/extensions_resources.h", |
| 11 "+mojo/public", | 12 "+mojo/public", |
| 12 "+testing", | 13 "+testing", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 42 ], | 43 ], |
| 43 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [ | 44 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [ |
| 44 "+chrome/common/extensions/features/chrome_channel_feature_filter.h", | 45 "+chrome/common/extensions/features/chrome_channel_feature_filter.h", |
| 45 ], | 46 ], |
| 46 "permissions_data_unittest\.cc": [ | 47 "permissions_data_unittest\.cc": [ |
| 47 "+chrome/common/chrome_version_info.h", | 48 "+chrome/common/chrome_version_info.h", |
| 48 "+chrome/common/extensions/extension_test_util.h", | 49 "+chrome/common/extensions/extension_test_util.h", |
| 49 "+chrome/common/extensions/features/feature_channel.h", | 50 "+chrome/common/extensions/features/feature_channel.h", |
| 50 ], | 51 ], |
| 51 } | 52 } |
| OLD | NEW |