| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # undo component is used on iOS and desktop and thus must not depends on | 2 # undo component is used on iOS and desktop and thus must not depends on |
| 3 # system-specific directories. | 3 # system-specific directories. |
| 4 "-content", | 4 "-content", |
| 5 "-ios", | 5 "-ios", |
| 6 | 6 |
| 7 "+components/bookmarks/browser", | 7 "+components/bookmarks/browser", |
| 8 "+components/keyed_service/core", | 8 "+components/keyed_service/core", |
| 9 "+grit/components_strings.h", | 9 "+components/strings/grit/components_strings.h", |
| 10 "+ui/base", | 10 "+ui/base", |
| 11 ] | 11 ] |
| 12 | 12 |
| 13 specific_include_rules = { | 13 specific_include_rules = { |
| 14 ".*_test\.cc": [ | 14 ".*_test\.cc": [ |
| 15 "+components/bookmarks/test", | 15 "+components/bookmarks/test", |
| 16 ], | 16 ], |
| 17 } | 17 } |
| OLD | NEW |