Chromium Code Reviews| Index: apps/app_host/DEPS |
| diff --git a/apps/app_host/DEPS b/apps/app_host/DEPS |
| index 7251c420f5134fa07522245caef585d74e79b791..d7804640f94cdf9157fb60e1653f03b7200f15e2 100644 |
| --- a/apps/app_host/DEPS |
| +++ b/apps/app_host/DEPS |
| @@ -1,3 +1,13 @@ |
| include_rules = [ |
| "+google_update", |
|
gab
2013/03/28 03:06:06
Shouldn't google_update be alphabetically ordered
erikwright (departed)
2013/04/18 17:43:04
Done.
|
| + "-chrome", |
| + "+chrome/installer/launcher_support", |
| + "+chrome/common/chrome_switches.h", |
| ] |
| + |
| +specific_include_rules = { |
| + 'test_operation\.cc': [ |
| + "+chrome/browser/operation_output.h", |
| + ], |
| +} |
| + |