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