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 "+ui/ozone/public", | 13 "+ui/ozone/public", |
13 | 14 |
14 # Other libraries. | 15 # Other libraries. |
15 "+third_party/libjingle", | 16 "+third_party/libjingle", |
16 ] | 17 ] |
OLD | NEW |