Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(264)

Unified Diff: content/layouttest_support/DEPS

Issue 11362161: Use the WebTestProxy for layout tests in content_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
+]

Powered by Google App Engine
This is Rietveld 408576698