Chromium Code Reviews| Index: components/plugins/renderer/DEPS |
| diff --git a/components/plugins/renderer/DEPS b/components/plugins/renderer/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..088d9e6fa0af4bdaf39fbabe69f133bfb7660292 |
| --- /dev/null |
| +++ b/components/plugins/renderer/DEPS |
| @@ -0,0 +1,13 @@ |
| +include_rules = [ |
| + "+net", |
| + |
| + "+content/public/renderer", |
| + "+content/public/common", |
| + "+content/public/test", |
| + "+third_party/WebKit/public", |
| + "+third_party/re2", |
| + "+skia", |
| + "+webkit/common", |
| + "+webkit/renderer", |
| + "+ui/base/webui", |
| +] |