| Index: apps/shell/common/DEPS
|
| diff --git a/apps/shell/common/DEPS b/apps/shell/common/DEPS
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4158175cb9bbb0e11a8e387e55ee6a6bd41dd5d4
|
| --- /dev/null
|
| +++ b/apps/shell/common/DEPS
|
| @@ -0,0 +1,12 @@
|
| +include_rules = [
|
| + # TODO(jamescook): Remove these. http://crbug.com/305404
|
| + # Chrome pieces for app_shell bring-up.
|
| + "+chrome/common/extensions/features/base_feature_provider.h",
|
| +
|
| + # Override apps/DEPS to be more selective about content includes.
|
| + "-content",
|
| + "+content/public/common",
|
| + "+content/public/test",
|
| +
|
| + "+webkit/common/user_agent/user_agent_util.h",
|
| +]
|
|
|