| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+chromeos/chromeos_switches.h", | 2 "+chromeos/chromeos_switches.h", |
| 3 "+chromeos/login/user_names.h", | 3 "+chromeos/login/user_names.h", |
| 4 "+components/prefs", | 4 "+components/prefs", |
| 5 "+components/session_manager/core/session_manager.h", | |
| 6 "+components/signin/core/account_id/account_id.h", | 5 "+components/signin/core/account_id/account_id.h", |
| 7 "+google_apis/gaia/gaia_auth_util.h", | 6 "+google_apis/gaia/gaia_auth_util.h", |
| 8 "+third_party/skia/include", | 7 "+third_party/skia/include", |
| 9 "+ui/gfx/codec", | 8 "+ui/gfx/codec", |
| 10 "+ui/gfx/image", | 9 "+ui/gfx/image", |
| 11 "+url", | 10 "+url", |
| 12 ] | 11 ] |
| OLD | NEW |