Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+chromeos/login", | 2 "+chromeos/login", |
| 3 "+chromeos/network", | 3 "+chromeos/network", |
| 4 "+components/onc", | 4 "+components/onc", |
| 5 "+chrome/browser/chromeos/login/users", | |
|
Kevin Cernekee
2017/03/16 04:15:27
Do these need to be alphabetized?
xiyuan
2017/03/16 05:13:21
Yes, I think we should alpha sort the list. My imp
abhishekbh
2017/03/16 19:02:38
Done.
| |
| 5 ] | 6 ] |
| OLD | NEW |