Chromium Code Reviews| Index: content/browser/renderer_host/media/DEPS |
| =================================================================== |
| --- content/browser/renderer_host/media/DEPS (revision 184684) |
| +++ content/browser/renderer_host/media/DEPS (working copy) |
| @@ -1,3 +1,7 @@ |
| include_rules = [ |
| "+media", |
| + |
| + # TODO: this is temporary, this directory doesn't belong under renderer_host |
| + # since it depends on web_contents. |
| + "+content/browser/web_contents", |
| ] |