| Index: apps/shell/app/DEPS
|
| diff --git a/apps/shell/app/DEPS b/apps/shell/app/DEPS
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..34169e4c18c2e7121508774217849b6bdcc1549d
|
| --- /dev/null
|
| +++ b/apps/shell/app/DEPS
|
| @@ -0,0 +1,13 @@
|
| +include_rules = [
|
| + # TODO(jamescook): Remove these. http://crbug.com/305404
|
| + # Chrome pieces for app_shell bring-up.
|
| + "+chrome/common/chrome_paths.h",
|
| +
|
| + "+chromeos",
|
| +
|
| + # Override apps/DEPS to be more selective about content includes.
|
| + "-content",
|
| + "+content/public/app",
|
| + "+content/public/browser",
|
| + "+content/public/common",
|
| +]
|
|
|