Chromium Code Reviews| Index: apps/app_host/DEPS |
| diff --git a/apps/app_host/DEPS b/apps/app_host/DEPS |
| index 7251c420f5134fa07522245caef585d74e79b791..3c28199b06a3849b78dc044e607ce53939aa258e 100644 |
| --- a/apps/app_host/DEPS |
| +++ b/apps/app_host/DEPS |
| @@ -1,3 +1,13 @@ |
| include_rules = [ |
| + "-chrome", |
| + "+chrome/installer/launcher_support", |
| + "+chrome/common/chrome_switches.h", |
| "+google_update", |
| ] |
| + |
| +specific_include_rules = { |
| + 'test_operation\.cc': [ |
| + "+chrome/browser/operation_output.h", |
| + ], |
| +} |
| + |