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/drive/drive_pref_names.h", |
4 "+components/pairing", | 4 "+components/pairing", |
5 "+components/onc", | 5 "+components/onc", |
6 "+components/ownership", | 6 "+components/ownership", |
7 "+components/user_manager", | 7 "+components/user_manager", |
8 "+components/wallpaper", | 8 "+components/wallpaper", |
9 "+content/browser", | |
Avi (use Gerrit)
2015/12/28 15:03:58
No. You are not allowed to access any part of cont
stevenjb
2015/12/28 16:15:59
You shouldn't need this DEPS change since you are
kcwu
2015/12/29 03:36:32
Ah, I forgot to remove this line after fixed the d
| |
9 "+cros", | 10 "+cros", |
10 "+dbus", | 11 "+dbus", |
11 "+device/bluetooth", | 12 "+device/bluetooth", |
12 "+media/audio/sounds", # For system sounds | 13 "+media/audio/sounds", # For system sounds |
13 "+media/base/media_switches.h", # For media command line switches. | 14 "+media/base/media_switches.h", # For media command line switches. |
14 "+media/mojo/interfaces", # For platform verification mojom interface. | 15 "+media/mojo/interfaces", # For platform verification mojom interface. |
15 "+ui/ozone/public", | 16 "+ui/ozone/public", |
16 | 17 |
17 # Other libraries. | 18 # Other libraries. |
18 "+third_party/libjingle", | 19 "+third_party/libjingle", |
19 ] | 20 ] |
OLD | NEW |