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

Unified Diff: chrome/chrome.gyp

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/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 11593)
+++ chrome/chrome.gyp (working copy)
@@ -1335,8 +1335,6 @@
'renderer/net/render_dns_queue.h',
'renderer/about_handler.cc',
'renderer/about_handler.h',
- 'renderer/chrome_plugin_host.cc',
- 'renderer/chrome_plugin_host.h',
'renderer/debug_message_handler.cc',
'renderer/debug_message_handler.h',
'renderer/dev_tools_agent.cc',
@@ -1400,7 +1398,6 @@
},],
['OS!="win"', {
'sources!': [
- 'renderer/chrome_plugin_host.cc',
'renderer/plugin_channel_host.cc',
'renderer/webplugin_delegate_proxy.cc',
'renderer/webworker_proxy.cc',

Powered by Google App Engine
This is Rietveld 408576698