blob: 504404408e2a88262496bf610dd908efff8a4ca4 [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",
brettw066508682016-02-03 08:22:026 "+components/prefs",
Jay Harrisd3191c02019-08-16 01:23:397 "+components/services/app_service/public",
[email protected]716c0162013-12-13 20:36:538 "+components/url_matcher",
rdevlin.cronin41227532016-07-13 21:24:349 "+components/version_info",
[email protected]7685f642014-07-24 03:39:3610 "-content",
[email protected]993da5e2013-03-23 21:25:1611 "+content/public/common",
[email protected]eccbbb62014-06-27 21:39:4512 "+content/public/test",
[email protected]993da5e2013-03-23 21:25:1613 "+crypto",
tapted344272d2014-10-02 23:45:5214 "-extensions/components",
thakis54f7dc92017-02-23 22:09:5915 "+extensions/grit/extensions_renderer_resources.h",
16 "+extensions/grit/extensions_resources.h",
yoze8dc2f12014-09-09 23:16:3217 "+extensions/test",
rockot85dce0862015-11-13 01:33:5918 "+mojo/public",
noelc8702c42017-03-16 08:51:1919 "+services/service_manager/public",
danakj047ee662020-11-11 02:51:5120 "+skia/public/mojom",
asargent275faaa2015-01-27 23:43:2921 "+testing",
Minggang Wangf6840ecf2019-07-29 05:15:0222 "+third_party/blink/public/common/loader/url_loader_throttle.h",
benwellsd4b64a72014-12-11 12:38:2723 "+third_party/skia/include",
rockote2284fd2014-11-04 19:09:2524
25 # Minimal UI dependencies. There are two good rules for UI dependencies here:
26 #
27 # 1) UI components should only be added as they are needed, and
28 # 2) if //content doesn't allow it, //extensions probably won't allow it.
29 # (see for example ui/views)
30 "-ui",
31 "+ui/base",
Joseph Parkf1147f742024-10-18 17:39:1732 "+ui/menus",
rockote2284fd2014-11-04 19:09:2533 "+ui/gfx",
34 "+ui/events",
[email protected]e0cabc4b22014-04-02 05:55:1835
[email protected]e0cabc4b22014-04-02 05:55:1836 # NOTE: Please do not add includes without talking to the app shell team;
37 # see OWNERS for this directory.
[email protected]885c0e92012-11-13 20:27:4238]
[email protected]993da5e2013-03-23 21:25:1639
[email protected]993da5e2013-03-23 21:25:1640specific_include_rules = {
[email protected]e0cabc4b22014-04-02 05:55:1841 ".*(test|test_util)\.(cc|h)$": [
Takuto Ikuta51eed2e1d2024-03-13 02:18:2642 "+chrome/browser/profiles/profile.h",
[email protected]993da5e2013-03-23 21:25:1643 "+content/public/test",
[email protected]e0cabc4b22014-04-02 05:55:1844 ],
[email protected]993da5e2013-03-23 21:25:1645}