| Index: extensions/shell/app/DEPS
|
| diff --git a/apps/shell/app/DEPS b/extensions/shell/app/DEPS
|
| similarity index 44%
|
| rename from apps/shell/app/DEPS
|
| rename to extensions/shell/app/DEPS
|
| index 9470e55853494d28c6ef82dddc177bc4e98829fb..b9b52a1a38539ec29d99ec3843d80e6f5a64e964 100644
|
| --- a/apps/shell/app/DEPS
|
| +++ b/extensions/shell/app/DEPS
|
| @@ -1,12 +1,7 @@
|
| include_rules = [
|
| - "+apps/shell",
|
| + "+extensions/shell",
|
| "+chromeos",
|
| -
|
| - # Override apps/DEPS to be more selective about content includes.
|
| - "-content",
|
| "+content/public/app",
|
| "+content/public/browser",
|
| - "+content/public/common",
|
| -
|
| "+sandbox",
|
| ]
|
|
|