summaryrefslogtreecommitdiffstats
path: root/ceee/ie/plugin/bho/bho.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'ceee/ie/plugin/bho/bho.gyp')
-rw-r--r--ceee/ie/plugin/bho/bho.gyp6
1 files changed, 5 insertions, 1 deletions
diff --git a/ceee/ie/plugin/bho/bho.gyp b/ceee/ie/plugin/bho/bho.gyp
index d6e4d9e..c38d820 100644
--- a/ceee/ie/plugin/bho/bho.gyp
+++ b/ceee/ie/plugin/bho/bho.gyp
@@ -16,6 +16,7 @@
'dependencies': [
'../toolband/toolband.gyp:toolband_idl',
'../../broker/broker.gyp:broker',
+ '../../broker/broker.gyp:broker_rpc_lib',
'../../common/common.gyp:ie_common',
'../../common/common.gyp:ie_common_settings',
'../../../common/common.gyp:ceee_common',
@@ -23,7 +24,7 @@
'../../../../base/base.gyp:base',
'../../../../chrome_frame/chrome_frame.gyp:chrome_tab_idl',
# For the vtable patching stuff...
- '../../../../chrome_frame/chrome_frame.gyp:chrome_frame_ie',
+ '<(DEPTH)/chrome_frame/chrome_frame.gyp:chrome_frame_ie',
],
'sources': [
'browser_helper_object.cc',
@@ -79,6 +80,9 @@
# For chrome_tab.h
'<(SHARED_INTERMEDIATE_DIR)',
],
+ 'libraries': [
+ 'rpcrt4.lib',
+ ],
},
]
}