Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # NOTE: Use WmShelf in //ash/common/shelf for all external shelf access. | 2 # NOTE: Use WmShelf in //ash/common/shelf for all external shelf access. |
| 3 # See http://crbug.com/615502 | 3 # See http://crbug.com/615502 |
| 4 "-ash/shelf", | 4 "-ash/shelf", |
| 5 "-chromeos", | |
| 6 "+components/prefs", | 5 "+components/prefs", |
| 7 "+components/signin/core/account_id", | 6 "+components/signin/core/account_id", |
| 8 ] | 7 ] |
| OLD | NEW |