Chromium Code Reviews| Index: components/feedback/DEPS |
| diff --git a/components/feedback/DEPS b/components/feedback/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..7c8468a8728ee46b99d37516225a4baa8eea8543 |
| --- /dev/null |
| +++ b/components/feedback/DEPS |
| @@ -0,0 +1,15 @@ |
| +include_rules = [ |
| + "+chrome/browser/browser_process.h", |
|
jochen (gone - plz use gerrit)
2014/04/10 07:42:49
no chrome
achaulk
2014/04/10 17:32:30
Done.
|
| + "+chrome/browser/chrome_notification_types.h", |
| + "+chrome/browser/profiles/profile.h", |
| + "+chrome/browser/profiles/incognito_helpers.h", |
| + "+chrome/common/chrome_content_client.h", |
| + "+chrome/common/chrome_switches.h", |
| + "+components/keyed_service", |
| + "+components/user_prefs", |
| + "+content/public/browser", |
| + "+content/public/test", |
| + "+net/base", |
| + "+net/url_request", |
| + "+third_party/zlib/google/zip.h", |
| +] |