Chromium Code Reviews| Index: apps/DEPS |
| diff --git a/apps/DEPS b/apps/DEPS |
| index ce7e698ced2d42755a5f77a805dee3c94068deac..d7a256096aecb4ae33881a9e7117090f39283f97 100644 |
| --- a/apps/DEPS |
| +++ b/apps/DEPS |
| @@ -24,6 +24,7 @@ include_rules = [ |
| "+chrome/browser/ui/web_applications/web_app_ui.h", |
| "+chrome/browser/web_applications/web_app.h", |
| "+chrome/browser/web_applications/web_app_mac.h", |
| + "+chrome/common/chrome_constants.h", |
| "+chrome/common/chrome_paths.h", |
| "+chrome/common/chrome_paths_internal.h", |
| "+chrome/common/chrome_switches.h", |
| @@ -31,4 +32,5 @@ include_rules = [ |
| "+chrome/common/mac/app_mode_common.h", |
| "+chrome/installer", |
| "+chrome/test/base/testing_profile.h", |
| + "+grit/generated_resources.h", |
|
tapted
2013/07/23 05:24:35
How does everything else avoid adding this to thei
jackhou1
2013/07/23 06:22:22
They do have it. It shows up on Codesearch:
https:
tapted
2013/07/23 07:39:41
ohhh derp. TIL: git grep is not recursive if it fi
|
| ] |