Chromium Code Reviews| Index: chrome/common/mac/DEPS |
| diff --git a/chrome/common/mac/DEPS b/chrome/common/mac/DEPS |
| index 77a551bcf4a5b52130ae4ab85b1eb4e5a948b359..bb95dad2b110ab2b740f2f6e90b500ffd979b034 100644 |
| --- a/chrome/common/mac/DEPS |
| +++ b/chrome/common/mac/DEPS |
| @@ -1,3 +1,7 @@ |
| include_rules = [ |
| + # TODO(shess): http://crbug.com/95272 |
| + # This dependency needed by objc_zombie.mm. Unfortunately, putting |
| + # objc_zombie.mm in chrome/app calls into existence unspeakable horrors. |
| + "+chrome/app", |
| "+third_party/mach_override", |
|
Mark Mentovai
2011/09/03 16:33:28
Put a blank line before this so that it’s clear th
|
| ] |