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", | |
2 "+third_party/mach_override", | 6 "+third_party/mach_override", |
Mark Mentovai
2011/09/03 16:33:28
Put a blank line before this so that it’s clear th
| |
3 ] | 7 ] |
OLD | NEW |