| Index: chrome_frame/chrome_frame.gyp
|
| diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
|
| index c45eb9f07d6b5d4cb14a831ac70c0535f458df00..dc06becf8418cabc33ea0bd41418feccdb1fb8c3 100644
|
| --- a/chrome_frame/chrome_frame.gyp
|
| +++ b/chrome_frame/chrome_frame.gyp
|
| @@ -212,8 +212,6 @@
|
| ],
|
| 'sources': [
|
| '../base/test/test_suite.h',
|
| - 'cfproxy_test.cc',
|
| - 'external_tab_test.cc',
|
| 'test/automation_client_mock.cc',
|
| 'test/automation_client_mock.h',
|
| 'test/chrome_frame_test_utils.cc',
|
| @@ -810,11 +808,6 @@
|
| 'target_name': 'chrome_frame_common',
|
| 'type': 'static_library',
|
| 'sources': [
|
| - 'cfproxy.h',
|
| - 'cfproxy_private.h',
|
| - 'cfproxy_factory.cc',
|
| - 'cfproxy_proxy.cc',
|
| - 'cfproxy_support.cc',
|
| 'chrome_frame_automation.h',
|
| 'chrome_frame_automation.cc',
|
| 'chrome_frame_delegate.h',
|
| @@ -825,8 +818,6 @@
|
| 'chrome_launcher_utils.h',
|
| 'custom_sync_call_context.cc',
|
| 'custom_sync_call_context.h',
|
| - 'external_tab.h',
|
| - 'external_tab.cc',
|
| 'navigation_constraints.h',
|
| 'navigation_constraints.cc',
|
| 'plugin_url_request.h',
|
|
|