Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # TODO(shess): http://crbug.com/95272 | |
| 3 # This dependency needed by objc_zombie.mm. Unfortunately, putting | |
| 4 # objc_zombie.mm in chrome/app calls into existence unspeakable horrors. | |
| 5 "+chrome/app", | |
| 6 | |
| 7 "+third_party/mach_override", | 2 "+third_party/mach_override", |
| 8 ] | 3 ] |
| OLD | NEW |