| Index: apps/shell/DEPS
|
| diff --git a/apps/shell/DEPS b/apps/shell/DEPS
|
| index 6b3e70164d39545d7c24569009076be1808152bd..74920cb4fcf47e7f8031b8dc37be0e19f1148929 100644
|
| --- a/apps/shell/DEPS
|
| +++ b/apps/shell/DEPS
|
| @@ -11,6 +11,10 @@ include_rules = [
|
| # the code you need to a shared location.
|
| "-chrome",
|
|
|
| + # Only allow app_shell resources, not general Chrome ones.
|
| + "-grit",
|
| + "+grit/app_shell_resources.h",
|
| +
|
| # 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
|
| @@ -20,4 +24,5 @@ include_rules = [
|
| "!chrome/common/extensions/permissions/chrome_api_permissions.h",
|
| "!chrome/renderer/extensions/dispatcher.h",
|
| "!chrome/renderer/extensions/extension_helper.h",
|
| + "!chrome/renderer/resource_bundle_source_map.h",
|
| ]
|
|
|