sdefresne | c083d1f | 2015-04-17 21:12:18 | [diff] [blame] | 1 | include_rules = [ |
| 2 | # undo component is used on iOS and desktop and thus must not depends on |
| 3 | # system-specific directories. |
| 4 | "-content", |
| 5 | "-ios", |
| 6 | |
Brandon Wylie | aa1f430a | 2022-09-12 20:34:46 | [diff] [blame] | 7 | "+components/bookmarks", |
Amelie Schneider | dc4e44c | 2025-02-28 15:27:48 | [diff] [blame] | 8 | "+components/signin/public/base", |
sdefresne | c083d1f | 2015-04-17 21:12:18 | [diff] [blame] | 9 | "+components/keyed_service/core", |
thakis | fe8fa0a | 2017-02-23 19:46:36 | [diff] [blame] | 10 | "+components/strings/grit/components_strings.h", |
sdefresne | c083d1f | 2015-04-17 21:12:18 | [diff] [blame] | 11 | "+ui/base", |
| 12 | ] |