Chromium Code Reviews| Index: apps/shell/app/DEPS |
| diff --git a/apps/shell/app/DEPS b/apps/shell/app/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a8a018bfcb8fe74e5ec4b7a174284be7e4eb2fd1 |
| --- /dev/null |
| +++ b/apps/shell/app/DEPS |
| @@ -0,0 +1,7 @@ |
| +include_rules = [ |
| + # Override apps/DEPS to be more selective about content includes. |
| + "-content", |
| + "+content/public/app", |
| + "+content/public/browser", |
| + "+content/public/common", |
| +] |