| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+chromeos/chromeos_switches.h", | 2 "+chromeos/chromeos_switches.h", |
| 3 "+chromeos/cryptohome", | 3 "+chromeos/cryptohome", |
| 4 "+chromeos/dbus", | 4 "+chromeos/dbus", |
| 5 "+components/exo", | 5 "+components/exo", |
| 6 "+components/prefs", | 6 "+components/prefs", |
| 7 "+components/signin/core/account_id", | 7 "+components/signin/core/account_id", |
| 8 "+components/user_manager", | 8 "+components/user_manager", |
| 9 "+mojo", | 9 "+mojo", |
| 10 "+storage/browser/fileapi", | 10 "+storage/browser/fileapi", |
| 11 "+third_party/re2", | 11 "+third_party/re2", |
| 12 "+third_party/skia", | 12 "+third_party/skia", |
| 13 "+ui/gfx/geometry/rect.h", | 13 "+ui/gfx/geometry/rect.h", |
| 14 ] | 14 ] |
| 15 |
| 16 specific_include_rules = { |
| 17 "arc_util.cc": [ |
| 18 "+ash", |
| 19 ], |
| 20 "arc_util_unittest.cc": [ |
| 21 "+ash", |
| 22 "+ui/aura/test", |
| 23 ], |
| 24 } |
| OLD | NEW |