Chromium Code Reviews| Index: content/public/common/DEPS |
| diff --git a/content/public/common/DEPS b/content/public/common/DEPS |
| index 2fd1c5f873458b8906f77b93f9c5757826eb8dbb..d78a58a49b96ba297cff05ac51b37a14ae5abc28 100644 |
| --- a/content/public/common/DEPS |
| +++ b/content/public/common/DEPS |
| @@ -2,4 +2,7 @@ specific_include_rules = { |
| ".*\.cc": [ |
| "+content/common", |
| ], |
| + "crash_keys.cc": [ |
| + "+components/crash/core/common", |
| + ] |
| } |