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

Unified Diff: content/content_shell.gypi

Issue 9289045: Add option --dump-render-tree to content_shell to dump the render tree as text. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 years, 11 months 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
« no previous file with comments | « no previous file | content/shell/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index fd9cd0b672b2381a62a23ead10ae1d59309e096f..687bdf3f04a00b22f33a1ac587e2521ae4abaf56 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',
],
« no previous file with comments | « no previous file | content/shell/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698