blob: 21a0ba611c5d533047bc5b923395944c0e57b349 [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]8c83fe02014-08-15 19:07:353 "+components/crx_file",
[email protected]716c0162013-12-13 20:36:534 "+components/url_matcher",
[email protected]7685f642014-07-24 03:39:365 "-content",
[email protected]ae8d08982014-08-20 19:42:296 "+content/grit/content_resources.h",
[email protected]993da5e2013-03-23 21:25:167 "+content/public/common",
[email protected]eccbbb62014-06-27 21:39:458 "+content/public/test",
[email protected]993da5e2013-03-23 21:25:169 "+crypto",
tapted344272d2014-10-02 23:45:5210 "-extensions/components",
yoze8dc2f12014-09-09 23:16:3211 "+extensions/test",
[email protected]8f857ef82014-06-04 23:46:1612 "+grit/extensions_renderer_resources.h",
[email protected]e6893672014-05-01 17:29:1313 "+grit/extensions_resources.h",
[email protected]f80685c32014-07-26 19:48:0414 "+mojo/public",
[email protected]993da5e2013-03-23 21:25:1615 "+testing",
rockote2284fd2014-11-04 19:09:2516
17 # Minimal UI dependencies. There are two good rules for UI dependencies here:
18 #
19 # 1) UI components should only be added as they are needed, and
20 # 2) if //content doesn't allow it, //extensions probably won't allow it.
21 # (see for example ui/views)
22 "-ui",
23 "+ui/base",
24 "+ui/gfx",
25 "+ui/events",
[email protected]e0cabc4b22014-04-02 05:55:1826
[email protected]e0cabc4b22014-04-02 05:55:1827 # NOTE: Please do not add includes without talking to the app shell team;
28 # see OWNERS for this directory.
[email protected]885c0e92012-11-13 20:27:4229]
[email protected]993da5e2013-03-23 21:25:1630
[email protected]993da5e2013-03-23 21:25:1631specific_include_rules = {
[email protected]e0cabc4b22014-04-02 05:55:1832 ".*(test|test_util)\.(cc|h)$": [
[email protected]993da5e2013-03-23 21:25:1633 "+content/public/test",
[email protected]e0cabc4b22014-04-02 05:55:1834
35 # Temporarily allowed testing includes. See above.
36 # TODO(jamescook): Remove these. http://crbug.com/162530
[email protected]f0e9ac552014-05-07 14:26:5037 "+chrome/browser/apps/app_browsertest_util.h",
38 "+chrome/browser/extensions/api/management/management_api.h",
[email protected]6e84e2c12014-05-05 18:40:1139 "+chrome/browser/extensions/api/permissions/permissions_api.h",
[email protected]e0cabc4b22014-04-02 05:55:1840 "+chrome/browser/extensions/extension_api_unittest.h",
[email protected]6e84e2c12014-05-05 18:40:1141 "+chrome/browser/extensions/extension_apitest.h",
[email protected]f0e9ac552014-05-07 14:26:5042 "+chrome/browser/extensions/extension_function_test_utils.h",
[email protected]f484f8d52014-06-12 08:38:1843 "+chrome/browser/extensions/extension_service.h",
44 "+chrome/browser/extensions/extension_service_test_base.h",
thestig8146daf2014-08-29 23:41:0645 "+chrome/browser/extensions/extension_test_message_listener.h",
[email protected]f0e9ac552014-05-07 14:26:5046 "+chrome/browser/extensions/test_extension_dir.h",
[email protected]21d3f3a2014-08-20 09:39:5547 "+chrome/browser/extensions/test_extension_prefs.h",
[email protected]e0cabc4b22014-04-02 05:55:1848 "+chrome/browser/extensions/test_extension_system.h",
[email protected]6e84e2c12014-05-05 18:40:1149 "+chrome/browser/ui/browser.h",
[email protected]e0cabc4b22014-04-02 05:55:1850 "+chrome/common/chrome_paths.h",
[email protected]e6893672014-05-01 17:29:1351 "+chrome/common/extensions/features/feature_channel.h",
[email protected]e0cabc4b22014-04-02 05:55:1852 "+chrome/test/base/testing_profile.h",
[email protected]f0e9ac552014-05-07 14:26:5053 "+chrome/test/base/ui_test_utils.h",
[email protected]e0cabc4b22014-04-02 05:55:1854 ],
[email protected]993da5e2013-03-23 21:25:1655}