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

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.cc » ('j') | content/shell/shell.cc » ('J')
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 bfed4b5ee6061123adc258482df85a210bceabcd..51884a1a72ae2521289820b393aefea7846b8b53 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -66,10 +66,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.cc » ('j') | content/shell/shell.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698