Chromium Code Reviews| Index: apps/shell/DEPS |
| diff --git a/apps/shell/DEPS b/apps/shell/DEPS |
| index 00a2196686e0adda07a91a2841d1b6b26cda21f2..191781fca3f7d89e009525f25dbfa3efe7d5f48f 100644 |
| --- a/apps/shell/DEPS |
| +++ b/apps/shell/DEPS |
| @@ -10,8 +10,7 @@ include_rules = [ |
| # Real DEPS go in subdirectories, for example apps/shell/browser/DEPS. |
| # Temporary exceptions for app_shell bring-up go here. |
| # TODO(jamescook): Remove these. http://crbug.com/305404 |
| - "!chrome/browser/extensions/extension_protocols.h", |
| - "!chrome/browser/extensions/extension_resource_protocols.h", |
| + "!chrome/browser/chrome_notification_types.h", |
|
James Cook
2014/04/09 22:54:41
I did not add any includes of this file, but I not
Yoyo Zhou
2014/04/10 21:10:49
Can you actually set noparent on DEPS? If we can,
James Cook
2014/04/10 21:32:05
It turns out you can't do noparent on DEPS, only o
|
| "!chrome/common/extensions/api/generated_api.h", |
| "!chrome/common/extensions/api/generated_schemas.h", |
| "!chrome/common/extensions/api/sockets/sockets_manifest_handler.h", |