Index: content/renderer/DEPS |
diff --git a/content/renderer/DEPS b/content/renderer/DEPS |
index 076c112919ccdc7865c64d2b9c52ad04681b44fd..1f43f93727d50ffa447531a0b4e6fe36b3602ea6 100644 |
--- a/content/renderer/DEPS |
+++ b/content/renderer/DEPS |
@@ -1,4 +1,8 @@ |
include_rules = [ |
+ # Allow inclusion of specific components that we depend on. We may only |
+ # depend on components which we share with the mojo html_viewer. |
+ "+components/scheduler", |
+ |
"+cc/blink", |
"+content/public/child", |
"+content/public/renderer", |