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

Unified Diff: chrome/renderer/renderer.scons

Issue 42158: Get rid of the gears in renderer process code. This allows me to do some cle... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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
Index: chrome/renderer/renderer.scons
===================================================================
--- chrome/renderer/renderer.scons (revision 11593)
+++ chrome/renderer/renderer.scons (working copy)
@@ -63,8 +63,6 @@
]),
'about_handler.cc',
'about_handler.h',
- 'chrome_plugin_host.cc',
- 'chrome_plugin_host.h',
'debug_message_handler.cc',
'debug_message_handler.h',
'dev_tools_agent.cc',
@@ -127,7 +125,6 @@
# TODO(port): Port these to Linux
input_files.Remove(
- 'chrome_plugin_host.cc',
'plugin_channel_host.cc',
'webplugin_delegate_proxy.cc',
)
@@ -135,7 +132,6 @@
# TODO(port): Port these to Mac
if env.Bit('mac'):
input_files.Remove(
- 'chrome_plugin_host.cc',
'debug_message_handler.cc',
'external_js_object.cc',
'net/render_dns_master.cc',

Powered by Google App Engine
This is Rietveld 408576698