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

Unified Diff: ceee/ie/plugin/toolband/toolband.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/plugin/toolband/toolband.gyp
===================================================================
--- ceee/ie/plugin/toolband/toolband.gyp (revision 65555)
+++ ceee/ie/plugin/toolband/toolband.gyp (working copy)
@@ -58,6 +58,7 @@
'target_name': 'ceee_ie',
'type': 'shared_library',
'dependencies': [
+ '../../broker/broker.gyp:broker_rpc_lib',
'ceee_ie_lib',
'ie_toolband_common',
'toolband_idl',
@@ -86,6 +87,7 @@
'libraries': [
'oleacc.lib',
'iepmapi.lib',
+ 'Rpcrt4.lib',
Sigurður Ásgeirsson 2010/11/11 19:30:35 ditto.
Vitaly Buka corp 2010/11/11 23:12:10 Done.
],
'include_dirs': [
# Allows us to include .tlb and .h files generated

Powered by Google App Engine
This is Rietveld 408576698