Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+athena/screen/public", | |
| 2 "+athena/system/public", | 3 "+athena/system/public", |
| 3 "+chromeos/dbus", | 4 "+chromeos/dbus", |
| 5 "+content/public/browser/browser_thread.h", | |
| 6 "+ui/gfx", | |
|
danakj
2014/08/06 14:14:28
do you need all of ui/gfx?
flackr
2014/08/06 14:17:17
No, updated to only add display.h.
danakj
2014/08/06 14:18:51
Thanks. I'm not familiar with the dep graph here,
| |
| 4 ] | 7 ] |
| 5 | 8 |
| OLD | NEW |