| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/pairing", | 2 "+components/pairing", |
| 3 "+components/onc", | 3 "+components/onc", |
| 4 "+components/ownership", | 4 "+components/ownership", |
| 5 "+components/user_manager", | 5 "+components/user_manager", |
| 6 "+components/wallpaper", | 6 "+components/wallpaper", |
| 7 "+cros", | 7 "+cros", |
| 8 "+dbus", | 8 "+dbus", |
| 9 "+device/bluetooth", | 9 "+device/bluetooth", |
| 10 "+media/audio/sounds", # For system sounds | 10 "+media/audio/sounds", # For system sounds |
| 11 "+media/base/media_switches.h", # For media command line switches. | 11 "+media/base/media_switches.h", # For media command line switches. |
| 12 "+media/mojo/interfaces", # For platform verification mojom interface. | 12 "+media/mojo/interfaces", # For platform verification mojom interface. |
| 13 "+ui/ozone/public", | 13 "+ui/ozone/public", |
| 14 | 14 |
| 15 # Other libraries. | 15 # Other libraries. |
| 16 "+third_party/libjingle", | 16 "+third_party/libjingle", |
| 17 ] | 17 ] |
| 18 |
| 19 specific_include_rules = { |
| 20 "preferences\.cc": [ |
| 21 "+components/drive" |
| 22 ], |
| 23 } |
| OLD | NEW |