| Index: apps/DEPS
|
| diff --git a/apps/DEPS b/apps/DEPS
|
| index 1352f48210261b20fe30bb33f3c5bd59cd751813..4f062ddc7a909fe7369957dd32b886b7df5db19f 100644
|
| --- a/apps/DEPS
|
| +++ b/apps/DEPS
|
| @@ -2,17 +2,22 @@ include_rules = [
|
| "+base",
|
| "+content",
|
| "+components/browser_context_keyed_service",
|
| + "+components/web_modal",
|
| + "+extensions",
|
| + "+skia/ext",
|
| + "+third_party/skia/include",
|
| "+ui",
|
| "+win8",
|
| # Temporary allowed includes.
|
| # TODO(benwells): remove these (http://crbug.com/159366)
|
| "+chrome/browser/browser_process.h",
|
| "+chrome/browser/extensions",
|
| + "+chrome/browser/lifetime/application_lifetime.h",
|
| "+chrome/browser/profiles",
|
| + "+chrome/browser/sessions/session_id.h",
|
| "+chrome/browser/shell_integration.h",
|
| "+chrome/browser/ui/extensions/application_launch.h",
|
| "+chrome/browser/ui/extensions/native_app_window.h",
|
| - "+chrome/browser/ui/extensions/shell_window.h",
|
| "+chrome/browser/ui/host_desktop.h",
|
| "+chrome/browser/ui/web_applications/web_app_ui.h",
|
| "+chrome/browser/web_applications/web_app.h",
|
|
|