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

Unified Diff: ceee/ie/ie.gyp

Issue 4508002: COM replaced with RPC for firing events in broker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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: ceee/ie/ie.gyp
===================================================================
--- ceee/ie/ie.gyp (revision 65555)
+++ ceee/ie/ie.gyp (working copy)
@@ -29,6 +29,7 @@
'broker/tab_api_module_unittest.cc',
'broker/window_api_module_unittest.cc',
'broker/window_events_funnel_unittest.cc',
+ 'broker/broker_rpc_unittest.cc',
'common/chrome_frame_host_unittest.cc',
'common/crash_reporter_unittest.cc',
'common/extension_manifest_unittest.cc',
@@ -82,6 +83,8 @@
'common/common.gyp:ie_common_settings',
'common/common.gyp:ie_guids',
'broker/broker.gyp:broker',
+ 'broker/broker.gyp:broker_rpc_lib',
+ 'broker/broker.gyp:ceee_broker',
'plugin/bho/bho.gyp:bho',
'plugin/scripting/scripting.gyp:javascript_bindings',
'plugin/scripting/scripting.gyp:scripting',
@@ -98,6 +101,7 @@
'libraries': [
'oleacc.lib',
'iepmapi.lib',
+ 'Rpcrt4.lib',
Sigurður Ásgeirsson 2010/11/11 19:30:35 nit: we lower case these :).
Vitaly Buka corp 2010/11/11 23:12:10 Done.
],
},
{

Powered by Google App Engine
This is Rietveld 408576698