summaryrefslogtreecommitdiffstats
path: root/content/test/DEPS
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-13 09:30:58 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-13 09:30:58 +0000
commit8d7506c114599a6975ad3b61afb17eba6a126abe (patch)
tree2c8a8f366a543252fbaedb72c0404a528632a076 /content/test/DEPS
parentf65da8d5554e4e2b95fe54158c8b6a685584c4b7 (diff)
downloadchromium_src-8d7506c114599a6975ad3b61afb17eba6a126abe.zip
chromium_src-8d7506c114599a6975ad3b61afb17eba6a126abe.tar.gz
chromium_src-8d7506c114599a6975ad3b61afb17eba6a126abe.tar.bz2
Use the WebTestProxy for layout tests in content_shell
- Add a hook to the content renderer client to allow embedders to override the creation of RenderViewImpls. To simplify this, I consolidate the parameters passed to RVI's constructor into a struct. - Add a content_layouttest_support library that provides a method for creating a modified RenderViewImpl suitable for running layout tests. - Use above library from the content_shell. BUG=111316 TEST=almost all accessibility tests pass. Review URL: https://codereview.chromium.org/11362161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167341 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/DEPS')
-rw-r--r--content/test/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/test/DEPS b/content/test/DEPS
index 3227a5e..ebd2714 100644
--- a/content/test/DEPS
+++ b/content/test/DEPS
@@ -4,4 +4,5 @@ include_rules = [
"+media/base", # For ChannelLayout in WebRTC tests.
"+ui/aura/test/test_aura_initializer.h",
"+ui/base/resource/data_pack.h",
+ "+third_party/WebKit/Tools/DumpRenderTree/chromium/TestRunner/public",
]