From efb5f5799f2c3aab8c3ddf3558320b7c3d587c99 Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Sun, 29 Jan 2012 10:57:33 +0000 Subject: Add option --dump-render-tree to content_shell to dump the render tree as text. BUG=111316 TEST=run out/Debug/content_shell --dump-render-tree file://$(pwd)/third_party/WebKit/LayoutTests/fast/html/section-element.html > section-element-actual.txt - should be the same as section-element-expected.txt Review URL: http://codereview.chromium.org/9289045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119642 0039d316-1c4b-4281-b951-d872f2087c98 --- content/content_shell.gypi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'content/content_shell.gypi') diff --git a/content/content_shell.gypi b/content/content_shell.gypi index fd9cd0b..687bdf3 100644 --- a/content/content_shell.gypi +++ b/content/content_shell.gypi @@ -69,10 +69,16 @@ 'shell/shell_download_manager_delegate.h', 'shell/shell_main_delegate.cc', 'shell/shell_main_delegate.h', + 'shell/shell_messages.cc', + 'shell/shell_messages.h', + 'shell/shell_render_view_host_observer.cc', + 'shell/shell_render_view_host_observer.h', 'shell/shell_render_view_observer.cc', 'shell/shell_render_view_observer.h', 'shell/shell_resource_context.cc', 'shell/shell_resource_context.h', + 'shell/shell_switches.cc', + 'shell/shell_switches.h', 'shell/shell_url_request_context_getter.cc', 'shell/shell_url_request_context_getter.h', ], -- cgit v1.1