[email protected] | 885c0e9 | 2012-11-13 20:27:42 | [diff] [blame] | 1 | include_rules = [ |
[email protected] | 716c016 | 2013-12-13 20:36:53 | [diff] [blame] | 2 | "+components/url_matcher", |
[email protected] | 993da5e | 2013-03-23 21:25:16 | [diff] [blame] | 3 | "+content/public/common", |
[email protected] | eccbbb6 | 2014-06-27 21:39:45 | [diff] [blame^] | 4 | "+content/public/test", |
[email protected] | 993da5e | 2013-03-23 21:25:16 | [diff] [blame] | 5 | "+crypto", |
[email protected] | 8f857ef8 | 2014-06-04 23:46:16 | [diff] [blame] | 6 | "+grit/extensions_renderer_resources.h", |
[email protected] | e689367 | 2014-05-01 17:29:13 | [diff] [blame] | 7 | "+grit/extensions_resources.h", |
[email protected] | 993da5e | 2013-03-23 21:25:16 | [diff] [blame] | 8 | "+testing", |
[email protected] | e0cabc4b2 | 2014-04-02 05:55:18 | [diff] [blame] | 9 | "+ui", |
| 10 | |
| 11 | # Temporarily allowed includes as part of the app shell/extensions refactor. |
| 12 | # |
| 13 | # NOTE: Please do not add includes without talking to the app shell team; |
| 14 | # see OWNERS for this directory. |
| 15 | # |
| 16 | # TODO(jamescook): Remove these. http://crbug.com/162530 |
| 17 | "!chrome/browser/chrome_notification_types.h", |
[email protected] | 885c0e9 | 2012-11-13 20:27:42 | [diff] [blame] | 18 | ] |
[email protected] | 993da5e | 2013-03-23 21:25:16 | [diff] [blame] | 19 | |
[email protected] | 993da5e | 2013-03-23 21:25:16 | [diff] [blame] | 20 | specific_include_rules = { |
[email protected] | e0cabc4b2 | 2014-04-02 05:55:18 | [diff] [blame] | 21 | ".*(test|test_util)\.(cc|h)$": [ |
[email protected] | 993da5e | 2013-03-23 21:25:16 | [diff] [blame] | 22 | "+content/public/test", |
[email protected] | e0cabc4b2 | 2014-04-02 05:55:18 | [diff] [blame] | 23 | |
| 24 | # Temporarily allowed testing includes. See above. |
| 25 | # TODO(jamescook): Remove these. http://crbug.com/162530 |
[email protected] | f0e9ac55 | 2014-05-07 14:26:50 | [diff] [blame] | 26 | "+chrome/browser/apps/app_browsertest_util.h", |
| 27 | "+chrome/browser/extensions/api/management/management_api.h", |
[email protected] | 6e84e2c1 | 2014-05-05 18:40:11 | [diff] [blame] | 28 | "+chrome/browser/extensions/api/permissions/permissions_api.h", |
[email protected] | e0cabc4b2 | 2014-04-02 05:55:18 | [diff] [blame] | 29 | "+chrome/browser/extensions/extension_api_unittest.h", |
[email protected] | 6e84e2c1 | 2014-05-05 18:40:11 | [diff] [blame] | 30 | "+chrome/browser/extensions/extension_apitest.h", |
[email protected] | f0e9ac55 | 2014-05-07 14:26:50 | [diff] [blame] | 31 | "+chrome/browser/extensions/extension_function_test_utils.h", |
[email protected] | f484f8d5 | 2014-06-12 08:38:18 | [diff] [blame] | 32 | "+chrome/browser/extensions/extension_service.h", |
| 33 | "+chrome/browser/extensions/extension_service_test_base.h", |
[email protected] | f0e9ac55 | 2014-05-07 14:26:50 | [diff] [blame] | 34 | "+chrome/browser/extensions/test_extension_dir.h", |
[email protected] | e0cabc4b2 | 2014-04-02 05:55:18 | [diff] [blame] | 35 | "+chrome/browser/extensions/test_extension_system.h", |
[email protected] | 6e84e2c1 | 2014-05-05 18:40:11 | [diff] [blame] | 36 | "+chrome/browser/ui/browser.h", |
[email protected] | e0cabc4b2 | 2014-04-02 05:55:18 | [diff] [blame] | 37 | "+chrome/common/chrome_paths.h", |
[email protected] | e689367 | 2014-05-01 17:29:13 | [diff] [blame] | 38 | "+chrome/common/extensions/features/feature_channel.h", |
[email protected] | e0cabc4b2 | 2014-04-02 05:55:18 | [diff] [blame] | 39 | "+chrome/common/extensions/manifest_tests/extension_manifest_test.h", |
| 40 | "+chrome/test/base/testing_profile.h", |
[email protected] | f0e9ac55 | 2014-05-07 14:26:50 | [diff] [blame] | 41 | "+chrome/test/base/ui_test_utils.h", |
[email protected] | e0cabc4b2 | 2014-04-02 05:55:18 | [diff] [blame] | 42 | ], |
[email protected] | 84d1b2c | 2014-04-03 23:45:03 | [diff] [blame] | 43 | "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [ |
| 44 | "+chrome/common/extensions/features/chrome_channel_feature_filter.h", |
[email protected] | 84d1b2c | 2014-04-03 23:45:03 | [diff] [blame] | 45 | ], |
[email protected] | e0cabc4b2 | 2014-04-02 05:55:18 | [diff] [blame] | 46 | "permissions_data_unittest\.cc": [ |
| 47 | "+chrome/common/chrome_version_info.h", |
| 48 | "+chrome/common/extensions/extension_test_util.h", |
| 49 | "+chrome/common/extensions/features/feature_channel.h", |
[email protected] | 793964a | 2013-10-08 00:47:19 | [diff] [blame] | 50 | ], |
[email protected] | 993da5e | 2013-03-23 21:25:16 | [diff] [blame] | 51 | } |