blob: 8f8f7f24e1420f8ed28f66de74b78811f33e26bc [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.
lazyboyd5b83832015-04-26 14:58:323 "+components/browsing_data",
[email protected]8c83fe02014-08-15 19:07:354 "+components/crx_file",
fsamuel8dfa19a2015-05-05 01:00:395 "+components/guest_view",
[email protected]716c0162013-12-13 20:36:536 "+components/url_matcher",
[email protected]7685f642014-07-24 03:39:367 "-content",
[email protected]ae8d08982014-08-20 19:42:298 "+content/grit/content_resources.h",
[email protected]993da5e2013-03-23 21:25:169 "+content/public/common",
[email protected]eccbbb62014-06-27 21:39:4510 "+content/public/test",
[email protected]993da5e2013-03-23 21:25:1611 "+crypto",
tapted344272d2014-10-02 23:45:5212 "-extensions/components",
yoze8dc2f12014-09-09 23:16:3213 "+extensions/test",
[email protected]8f857ef82014-06-04 23:46:1614 "+grit/extensions_renderer_resources.h",
[email protected]e6893672014-05-01 17:29:1315 "+grit/extensions_resources.h",
asargent275faaa2015-01-27 23:43:2916 "+testing",
blundell471b74f2015-01-23 16:27:1417 "+third_party/mojo/src/mojo/public",
benwellsd4b64a72014-12-11 12:38:2718 "+third_party/skia/include",
rockote2284fd2014-11-04 19:09:2519
20 # Minimal UI dependencies. There are two good rules for UI dependencies here:
21 #
22 # 1) UI components should only be added as they are needed, and
23 # 2) if //content doesn't allow it, //extensions probably won't allow it.
24 # (see for example ui/views)
25 "-ui",
26 "+ui/base",
27 "+ui/gfx",
28 "+ui/events",
[email protected]e0cabc4b22014-04-02 05:55:1829
[email protected]e0cabc4b22014-04-02 05:55:1830 # NOTE: Please do not add includes without talking to the app shell team;
31 # see OWNERS for this directory.
[email protected]885c0e92012-11-13 20:27:4232]
[email protected]993da5e2013-03-23 21:25:1633
[email protected]993da5e2013-03-23 21:25:1634specific_include_rules = {
[email protected]e0cabc4b22014-04-02 05:55:1835 ".*(test|test_util)\.(cc|h)$": [
[email protected]993da5e2013-03-23 21:25:1636 "+content/public/test",
[email protected]e0cabc4b22014-04-02 05:55:1837
38 # Temporarily allowed testing includes. See above.
39 # TODO(jamescook): Remove these. http://crbug.com/162530
[email protected]f0e9ac552014-05-07 14:26:5040 "+chrome/browser/apps/app_browsertest_util.h",
41 "+chrome/browser/extensions/api/management/management_api.h",
[email protected]6e84e2c12014-05-05 18:40:1142 "+chrome/browser/extensions/api/permissions/permissions_api.h",
[email protected]6e84e2c12014-05-05 18:40:1143 "+chrome/browser/extensions/extension_apitest.h",
[email protected]f0e9ac552014-05-07 14:26:5044 "+chrome/browser/extensions/extension_function_test_utils.h",
[email protected]f484f8d52014-06-12 08:38:1845 "+chrome/browser/extensions/extension_service.h",
46 "+chrome/browser/extensions/extension_service_test_base.h",
thestig8146daf2014-08-29 23:41:0647 "+chrome/browser/extensions/extension_test_message_listener.h",
[email protected]f0e9ac552014-05-07 14:26:5048 "+chrome/browser/extensions/test_extension_dir.h",
[email protected]21d3f3a2014-08-20 09:39:5549 "+chrome/browser/extensions/test_extension_prefs.h",
[email protected]e0cabc4b22014-04-02 05:55:1850 "+chrome/browser/extensions/test_extension_system.h",
[email protected]6e84e2c12014-05-05 18:40:1151 "+chrome/browser/ui/browser.h",
[email protected]e6893672014-05-01 17:29:1352 "+chrome/common/extensions/features/feature_channel.h",
vivek.vgd155cb802014-12-22 14:37:1053 "+chrome/test/base/chrome_render_view_test.h",
[email protected]e0cabc4b22014-04-02 05:55:1854 "+chrome/test/base/testing_profile.h",
[email protected]f0e9ac552014-05-07 14:26:5055 "+chrome/test/base/ui_test_utils.h",
[email protected]e0cabc4b22014-04-02 05:55:1856 ],
[email protected]993da5e2013-03-23 21:25:1657}