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

Unified Diff: chrome/renderer/renderer.scons

Issue 21543: Add developer tools message handling to renderer (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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 | « chrome/renderer/render_view.cc ('k') | chrome/renderer/renderer.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/renderer.scons
===================================================================
--- chrome/renderer/renderer.scons (revision 10454)
+++ chrome/renderer/renderer.scons (working copy)
@@ -66,6 +66,12 @@
'chrome_plugin_host.h',
'debug_message_handler.cc',
'debug_message_handler.h',
+ 'dev_tools_agent.cc',
+ 'dev_tools_agent.h',
+ 'dev_tools_client.cc',
+ 'dev_tools_client.h',
+ 'dev_tools_messages.h',
+ 'dev_tools_messages_internal.h',
'dom_ui_bindings.cc',
'dom_ui_bindings.h',
'external_host_bindings.cc',
« no previous file with comments | « chrome/renderer/render_view.cc ('k') | chrome/renderer/renderer.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698