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/user_manager", | 5 "+components/user_manager", |
5 "+cros", | 6 "+cros", |
6 "+dbus", | 7 "+dbus", |
7 "+device/bluetooth", | 8 "+device/bluetooth", |
8 "+media/audio/sounds", # For system sounds | 9 "+media/audio/sounds", # For system sounds |
9 "+media/base/media_switches.h", # For media command line switches. | 10 "+media/base/media_switches.h", # For media command line switches. |
10 | 11 |
11 # Other libraries. | 12 # Other libraries. |
12 "+third_party/libjingle", | 13 "+third_party/libjingle", |
13 ] | 14 ] |
OLD | NEW |