Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # jamescook@ is refactoring the system tray code to break dependencies on the | |
|
msw
2016/06/17 19:58:37
optional nit: consider something like this one-lin
James Cook
2016/06/17 20:14:32
Done.
| |
| 3 # internals of the shelf. Prefer //ash/common/shelf/wm_shelf.h instead. | |
| 4 # http://crbug.com/615502 | |
| 5 "-ash/shelf/shelf_widget.h", | |
| 2 "-chromeos", | 6 "-chromeos", |
| 3 "+components/prefs", | 7 "+components/prefs", |
| 4 "+components/signin/core/account_id", | 8 "+components/signin/core/account_id", |
| 5 ] | 9 ] |
| OLD | NEW |