blob: f544c73969b3b6d9c202431528a6a8db5cf7e6b8 [file] [log] [blame]
[email protected]885c0e92012-11-13 20:27:421include_rules = [
[email protected]6b54fda2014-07-22 02:13:472 # Do not add Chrome dependencies. Much work went into removing them.
[email protected]716c0162013-12-13 20:36:533 "+components/url_matcher",
[email protected]7685f642014-07-24 03:39:364 "-content",
[email protected]993da5e2013-03-23 21:25:165 "+content/public/common",
[email protected]eccbbb62014-06-27 21:39:456 "+content/public/test",
[email protected]993da5e2013-03-23 21:25:167 "+crypto",
[email protected]8f857ef82014-06-04 23:46:168 "+grit/extensions_renderer_resources.h",
[email protected]e6893672014-05-01 17:29:139 "+grit/extensions_resources.h",
[email protected]993da5e2013-03-23 21:25:1610 "+testing",
[email protected]e0cabc4b22014-04-02 05:55:1811 "+ui",
12
13 # Temporarily allowed includes as part of the app shell/extensions refactor.
14 #
15 # NOTE: Please do not add includes without talking to the app shell team;
16 # see OWNERS for this directory.
17 #
[email protected]6b54fda2014-07-22 02:13:4718 # TODO(jamescook): Remove this. http://crbug.com/392622
[email protected]e0cabc4b22014-04-02 05:55:1819 "!chrome/browser/chrome_notification_types.h",
[email protected]885c0e92012-11-13 20:27:4220]
[email protected]993da5e2013-03-23 21:25:1621
[email protected]993da5e2013-03-23 21:25:1622specific_include_rules = {
[email protected]e0cabc4b22014-04-02 05:55:1823 ".*(test|test_util)\.(cc|h)$": [
[email protected]993da5e2013-03-23 21:25:1624 "+content/public/test",
[email protected]e0cabc4b22014-04-02 05:55:1825
26 # Temporarily allowed testing includes. See above.
27 # TODO(jamescook): Remove these. http://crbug.com/162530
[email protected]f0e9ac552014-05-07 14:26:5028 "+chrome/browser/apps/app_browsertest_util.h",
29 "+chrome/browser/extensions/api/management/management_api.h",
[email protected]6e84e2c12014-05-05 18:40:1130 "+chrome/browser/extensions/api/permissions/permissions_api.h",
[email protected]e0cabc4b22014-04-02 05:55:1831 "+chrome/browser/extensions/extension_api_unittest.h",
[email protected]6e84e2c12014-05-05 18:40:1132 "+chrome/browser/extensions/extension_apitest.h",
[email protected]f0e9ac552014-05-07 14:26:5033 "+chrome/browser/extensions/extension_function_test_utils.h",
[email protected]f484f8d52014-06-12 08:38:1834 "+chrome/browser/extensions/extension_service.h",
35 "+chrome/browser/extensions/extension_service_test_base.h",
[email protected]f0e9ac552014-05-07 14:26:5036 "+chrome/browser/extensions/test_extension_dir.h",
[email protected]e0cabc4b22014-04-02 05:55:1837 "+chrome/browser/extensions/test_extension_system.h",
[email protected]6e84e2c12014-05-05 18:40:1138 "+chrome/browser/ui/browser.h",
[email protected]e0cabc4b22014-04-02 05:55:1839 "+chrome/common/chrome_paths.h",
[email protected]e6893672014-05-01 17:29:1340 "+chrome/common/extensions/features/feature_channel.h",
[email protected]e0cabc4b22014-04-02 05:55:1841 "+chrome/common/extensions/manifest_tests/extension_manifest_test.h",
[email protected]23c371d2014-07-03 07:54:0842 "+chrome/test/base/browser_with_test_window_test.h",
[email protected]e0cabc4b22014-04-02 05:55:1843 "+chrome/test/base/testing_profile.h",
[email protected]f0e9ac552014-05-07 14:26:5044 "+chrome/test/base/ui_test_utils.h",
[email protected]e0cabc4b22014-04-02 05:55:1845 ],
[email protected]84d1b2c2014-04-03 23:45:0346 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [
47 "+chrome/common/extensions/features/chrome_channel_feature_filter.h",
[email protected]84d1b2c2014-04-03 23:45:0348 ],
[email protected]e0cabc4b22014-04-02 05:55:1849 "permissions_data_unittest\.cc": [
50 "+chrome/common/chrome_version_info.h",
51 "+chrome/common/extensions/extension_test_util.h",
52 "+chrome/common/extensions/features/feature_channel.h",
[email protected]793964a2013-10-08 00:47:1953 ],
[email protected]993da5e2013-03-23 21:25:1654}