Chromium Code Reviews| Index: chrome_elf/nt_registry/DEPS |
| diff --git a/chrome_elf/nt_registry/DEPS b/chrome_elf/nt_registry/DEPS |
| index e54eb13474bdcf5981cccdae17a1b79474a1c3d6..066423b07c335d834f402a96c6f6707675031049 100644 |
| --- a/chrome_elf/nt_registry/DEPS |
| +++ b/chrome_elf/nt_registry/DEPS |
| @@ -6,3 +6,8 @@ include_rules = [ |
| "-chrome_elf", |
| "+chrome_elf/nt_registry/nt_registry.h", |
| ] |
| +specific_include_rules = { |
| + ".*_unittest\.cc": [ |
| + "+base", |
| + ] |
| +} |