diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-29 10:57:33 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-29 10:57:33 +0000 |
commit | efb5f5799f2c3aab8c3ddf3558320b7c3d587c99 (patch) | |
tree | b705fe39bd9649a1153d26b6af1048108055e81f /content/content_shell.gypi | |
parent | 9d806e8602b9330d6a175787ea41b08278827c93 (diff) | |
download | chromium_src-efb5f5799f2c3aab8c3ddf3558320b7c3d587c99.zip chromium_src-efb5f5799f2c3aab8c3ddf3558320b7c3d587c99.tar.gz chromium_src-efb5f5799f2c3aab8c3ddf3558320b7c3d587c99.tar.bz2 |
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
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r-- | content/content_shell.gypi | 6 |
1 files changed, 6 insertions, 0 deletions
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', ], |