Index: content/layouttest_support/DEPS |
diff --git a/content/layouttest_support/DEPS b/content/layouttest_support/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e6d8dd1fe0dd4256376c0c7b3e0b6cc4e749bafa |
--- /dev/null |
+++ b/content/layouttest_support/DEPS |
@@ -0,0 +1,9 @@ |
+include_rules = [ |
+ "+content/public/layouttest_support", |
+ |
+ # For creating a WebTestProxy<RenderViewImpl>. |
+ "+content/renderer/render_view_impl.h", |
+ |
+ # For WebTestRunner library |
+ "+third_party/WebKit/Tools/DumpRenderTree/chromium/TestRunner/public", |
+] |