Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+chromeos/chromeos_switches.h", | 2 "+chromeos/chromeos_switches.h", |
| 3 "+components/prefs", | 3 "+components/prefs", |
| 4 "+components/signin/core/account_id/account_id.h", | 4 "+components/signin/core/account_id/account_id.h", |
| 5 "+google_apis/gaia/gaia_auth_util.h", | 5 "+google_apis/gaia/gaia_auth_util.h", |
| 6 "+third_party/skia/include", | 6 "+third_party/skia/include", |
| 7 "+ui/gfx/codec", | 7 "+ui/gfx/codec", |
| 8 "+ui/gfx/geometry", | |
|
danakj
2016/12/01 21:19:46
deps LGTM
| |
| 8 "+ui/gfx/image", | 9 "+ui/gfx/image", |
| 9 "+url", | 10 "+url", |
| 10 ] | 11 ] |
| OLD | NEW |