From 23f5ee3f8b0c9f854c080db48b1f97603576d865 Mon Sep 17 00:00:00 2001 From: "stoyan@chromium.org" Date: Tue, 5 Oct 2010 23:38:55 +0000 Subject: Initial skeleton for refactored ChromeFrameAutomationClient and AutomationProxy for the needs of ChromeFrame. CFProxy is ready to some extent, while CFAC is mostly structure-only. Review URL: http://codereview.chromium.org/3528004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61583 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/chrome_frame.gyp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'chrome_frame/chrome_frame.gyp') diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index 5d3893e..dcffb1b 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -242,6 +242,7 @@ ], 'sources': [ '../base/test_suite.h', + 'cfproxy_test.cc', 'test/automation_client_mock.cc', 'test/automation_client_mock.h', 'test/chrome_frame_test_utils.cc', @@ -795,6 +796,11 @@ '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', @@ -803,10 +809,14 @@ 'chrome_launcher_utils.cc', 'chrome_launcher_utils.h', 'custom_sync_call_context.h', + 'external_tab.h', + 'external_tab.cc', 'plugin_url_request.h', 'plugin_url_request.cc', 'sync_msg_reply_dispatcher.h', 'sync_msg_reply_dispatcher.cc', + 'task_marshaller.h', + 'task_marshaller.cc', ] }, { -- cgit v1.1