yilkal | 3c70dbf | 2021-04-19 19:51:50 | [diff] [blame] | 1 | include_rules = [ |
Andrew Moylan | cf37121b | 2022-04-13 06:29:41 | [diff] [blame] | 2 | "+ash/constants", |
yilkal | 3c70dbf | 2021-04-19 19:51:50 | [diff] [blame] | 3 | "+base", |
Eriko Kurimoto | c355d97 | 2022-05-26 04:15:34 | [diff] [blame] | 4 | "+chromeos/startup", |
Abigail Klein | 153fa7a | 2021-08-26 19:50:50 | [diff] [blame] | 5 | "+components/keyed_service/core", |
Dorian Brandon | d720c2b | 2024-11-06 22:03:37 | [diff] [blame] | 6 | "+components/language/core/common", |
Amanda Deacon | 68a63df3 | 2021-05-19 06:26:45 | [diff] [blame] | 7 | "+components/prefs", |
Abigail Klein | 153fa7a | 2021-08-26 19:50:50 | [diff] [blame] | 8 | "+components/pref_registry", |
| 9 | "+components/soda", |
Dorian Brandon | d720c2b | 2024-11-06 22:03:37 | [diff] [blame] | 10 | "+components/translate/core/browser", |
yilkal | 3c70dbf | 2021-04-19 19:51:50 | [diff] [blame] | 11 | "+components/strings", |
Abigail Klein | 153fa7a | 2021-08-26 19:50:50 | [diff] [blame] | 12 | "+components/sync_preferences", |
yilkal | 3c70dbf | 2021-04-19 19:51:50 | [diff] [blame] | 13 | "+components/vector_icons", |
evliu | c9a9f753 | 2022-12-21 19:22:53 | [diff] [blame] | 14 | "+content/public/browser", |
| 15 | "+google_apis", |
Abigail Klein | 153fa7a | 2021-08-26 19:50:50 | [diff] [blame] | 16 | "+media", |
evliu | c9a9f753 | 2022-12-21 19:22:53 | [diff] [blame] | 17 | "+mojo/public", |
| 18 | "+net/http/http_request_headers.h", |
Avynn Donaghe | 1eaff36 | 2025-01-02 19:17:26 | [diff] [blame] | 19 | "+net/base/net_errors.h", |
evliu | c9a9f753 | 2022-12-21 19:22:53 | [diff] [blame] | 20 | "+services/data_decoder/public", |
| 21 | "+services/network/public", |
Michael Martis | 2f112719 | 2023-01-21 04:16:34 | [diff] [blame] | 22 | "+testing/gmock", |
| 23 | "+testing/gtest", |
yilkal | 3c70dbf | 2021-04-19 19:51:50 | [diff] [blame] | 24 | "+third_party/re2", |
| 25 | "+ui/accessibility", |
| 26 | "+ui/base", |
Peter Kasting | 05b44276 | 2022-03-29 20:17:30 | [diff] [blame] | 27 | "+ui/color", |
Evan Liu | 40d6bafd | 2023-06-07 16:25:13 | [diff] [blame] | 28 | "+ui/compositor", |
evliu | b3336bb | 2022-07-20 18:40:55 | [diff] [blame] | 29 | "+ui/events", |
yilkal | 3c70dbf | 2021-04-19 19:51:50 | [diff] [blame] | 30 | "+ui/gfx", |
Dorian Brandon | d720c2b | 2024-11-06 22:03:37 | [diff] [blame] | 31 | "+ui/menus", |
yilkal | 3c70dbf | 2021-04-19 19:51:50 | [diff] [blame] | 32 | "+ui/native_theme", |
| 33 | "+ui/strings", |
| 34 | "+ui/views", |
| 35 | ] |