Index: content/test/DEPS |
diff --git a/content/test/DEPS b/content/test/DEPS |
index b0b89c0fcfdc0c0d2ee2ad76d992fced309caec8..12876fdccfa33a7d2527b8168a3a6370b971edcf 100644 |
--- a/content/test/DEPS |
+++ b/content/test/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/renderer", |
+ |
"+cc/blink", |
"+chromeos/audio", # For WebRTC tests. |
# Testing utilities can access anything in content/ |