Chromium Code Reviews| 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 |