Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/mime_util" | |
|
Lei Zhang
2015/04/28 04:01:03
Not needed since this rule is already in chrome/br
| |
| 2 "+components/pairing", | 3 "+components/pairing", |
| 3 "+components/onc", | 4 "+components/onc", |
| 4 "+components/ownership", | 5 "+components/ownership", |
| 5 "+components/user_manager", | 6 "+components/user_manager", |
| 6 "+components/wallpaper", | 7 "+components/wallpaper", |
| 7 "+cros", | 8 "+cros", |
| 8 "+dbus", | 9 "+dbus", |
| 9 "+device/bluetooth", | 10 "+device/bluetooth", |
| 10 "+media/audio/sounds", # For system sounds | 11 "+media/audio/sounds", # For system sounds |
| 11 "+media/base/media_switches.h", # For media command line switches. | 12 "+media/base/media_switches.h", # For media command line switches. |
| 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 |