| Index: extensions/shell/browser/DEPS
|
| diff --git a/apps/shell/browser/DEPS b/extensions/shell/browser/DEPS
|
| similarity index 81%
|
| rename from apps/shell/browser/DEPS
|
| rename to extensions/shell/browser/DEPS
|
| index dc74d1da404f701062ca175b9a296b7199b6099e..edfa2580fbefe9d8b3db5d3d1a5a8b22fe3bf398 100644
|
| --- a/apps/shell/browser/DEPS
|
| +++ b/extensions/shell/browser/DEPS
|
| @@ -1,15 +1,11 @@
|
| include_rules = [
|
| "+chromeos",
|
| + "+components/keyed_service",
|
| "+components/omaha_query_params",
|
| "+components/pref_registry",
|
| "+components/user_prefs",
|
| - "+third_party/cros_system_api",
|
| -
|
| - # Override apps/DEPS to be more selective about content includes.
|
| - "-content",
|
| "+content/public/browser",
|
| - "+content/public/common",
|
| - "+content/public/test",
|
| + "+third_party/cros_system_api",
|
|
|
| # Pieces of content_shell reused in app_shell.
|
| "+content/shell/browser/shell_browser_context.h",
|
|
|