diff options
Diffstat (limited to 'ceee/ie/ie.gyp')
-rw-r--r-- | ceee/ie/ie.gyp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ceee/ie/ie.gyp b/ceee/ie/ie.gyp index 91e7ebf..3a04651 100644 --- a/ceee/ie/ie.gyp +++ b/ceee/ie/ie.gyp @@ -18,6 +18,23 @@ ] }, { + 'target_name': 'testing_invoke_executor', + 'type': 'executable', + 'sources': [ + 'plugin/bho/testing_invoke_executor.cc', + ], + 'dependencies': [ + '../../base/base.gyp:base', + '../common/common.gyp:ceee_common', + 'common/common.gyp:ie_guids', + 'plugin/toolband/toolband.gyp:toolband_idl', + 'plugin/toolband/toolband.gyp:toolband_proxy_lib', + ], + 'libraries': [ + 'rpcrt4.lib', + ], + }, + { 'target_name': 'ie_unittests', 'type': 'executable', 'sources': [ @@ -41,6 +58,7 @@ 'plugin/bho/dom_utils_unittest.cc', 'plugin/bho/events_funnel_unittest.cc', 'plugin/bho/executor_unittest.cc', + 'plugin/bho/executor_com_unittest.cc', 'plugin/bho/extension_port_manager.cc', 'plugin/bho/frame_event_handler_unittest.cc', 'plugin/bho/infobar_events_funnel_unittest.cc', @@ -78,6 +96,7 @@ }, }, 'dependencies': [ + 'testing_invoke_executor', 'common/common.gyp:ie_common', 'common/common.gyp:ie_common_settings', 'common/common.gyp:ie_guids', @@ -89,6 +108,7 @@ 'plugin/toolband/toolband.gyp:ceee_ie_lib', 'plugin/toolband/toolband.gyp:ie_toolband_common', 'plugin/toolband/toolband.gyp:toolband_idl', + 'plugin/toolband/toolband.gyp:toolband_proxy_lib', '../../base/base.gyp:base', '../../breakpad/breakpad.gyp:breakpad_handler', '../testing/sidestep/sidestep.gyp:sidestep', @@ -131,6 +151,7 @@ 'plugin/bho/bho.gyp:bho', 'plugin/scripting/scripting.gyp:scripting', 'plugin/toolband/toolband.gyp:toolband_idl', + 'plugin/toolband/toolband.gyp:toolband_proxy_lib', '../../base/base.gyp:base', '../../testing/gmock.gyp:gmock', '../../testing/gtest.gyp:gtest', |