Commit 27268898 authored by piman@chromium.org's avatar piman@chromium.org

Remove other mentions of renderer_glue.cc

BUG=broken build
TEST=fixes build

Review URL: http://codereview.chromium.org/8633005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111103 0039d316-1c4b-4281-b951-d872f2087c98
parent b217450b
...@@ -2410,7 +2410,6 @@ ...@@ -2410,7 +2410,6 @@
# glue, which refers to symbols defined in these files. # glue, which refers to symbols defined in these files.
# Hopefully this can be resolved with http://crbug.com/98755. # Hopefully this can be resolved with http://crbug.com/98755.
'sources': [ 'sources': [
'../content/renderer/renderer_glue.cc',
'../content/common/socket_stream_dispatcher.cc', '../content/common/socket_stream_dispatcher.cc',
]}, ]},
], ],
...@@ -3036,7 +3035,6 @@ ...@@ -3036,7 +3035,6 @@
# glue, which refers to symbols defined in these files. # glue, which refers to symbols defined in these files.
# Hopefully this can be resolved with http://crbug.com/98755. # Hopefully this can be resolved with http://crbug.com/98755.
'sources': [ 'sources': [
'../content/renderer/renderer_glue.cc',
'../content/common/socket_stream_dispatcher.cc', '../content/common/socket_stream_dispatcher.cc',
]}, ]},
], ],
......
...@@ -95,7 +95,6 @@ ...@@ -95,7 +95,6 @@
'chrome_launcher.h', 'chrome_launcher.h',
'chrome_launcher_unittest.cc', 'chrome_launcher_unittest.cc',
'function_stub_unittest.cc', 'function_stub_unittest.cc',
'renderer_glue.cc',
'test/chrome_tab_mocks.h', 'test/chrome_tab_mocks.h',
'test/chrome_frame_test_utils.h', 'test/chrome_frame_test_utils.h',
'test/chrome_frame_test_utils.cc', 'test/chrome_frame_test_utils.cc',
...@@ -563,7 +562,6 @@ ...@@ -563,7 +562,6 @@
'test/win_event_receiver.h', 'test/win_event_receiver.h',
'<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_tab.h', '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_tab.h',
'chrome_tab.idl', 'chrome_tab.idl',
'renderer_glue.cc',
'test_utils.cc', 'test_utils.cc',
'test_utils.h', 'test_utils.h',
], ],
...@@ -863,7 +861,6 @@ ...@@ -863,7 +861,6 @@
'resources/tlb_resource.rc', 'resources/tlb_resource.rc',
'chrome_tab.rgs', 'chrome_tab.rgs',
'chrome_tab_version.rc', 'chrome_tab_version.rc',
'renderer_glue.cc',
'resource.h', 'resource.h',
], ],
'conditions': [ 'conditions': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment