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

Unified Diff: chrome_frame/chrome_frame.gyp

Issue 1589013: Switch renderer in Moniker patch... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 8 months 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: chrome_frame/chrome_frame.gyp
===================================================================
--- chrome_frame/chrome_frame.gyp (revision 43957)
+++ chrome_frame/chrome_frame.gyp (working copy)
@@ -154,9 +154,14 @@
],
'conditions': [
['OS=="win"', {
+ 'link_settings': {
+ 'libraries': [
+ '-lshdocvw.lib',
+ ],
+ },
'msvs_settings': {
'VCLinkerTool': {
- 'DelayLoadDLLs': ['xpcom.dll', 'nspr4.dll'],
+ 'DelayLoadDLLs': ['xpcom.dll', 'nspr4.dll', 'shdocvw.dll'],
},
},
'dependencies': [
@@ -600,6 +605,8 @@
'bho.cc',
'bho.h',
'bho.rgs',
+ 'bind_status_callback_impl.cc',
+ 'bind_status_callback_impl.h',
'chrome_active_document.cc',
'chrome_active_document.h',
'chrome_active_document.rgs',
@@ -633,6 +640,8 @@
'ole_document_impl.h',
'protocol_sink_wrap.cc',
'protocol_sink_wrap.h',
+ 'stream_impl.cc',
+ 'stream_impl.h',
'sync_msg_reply_dispatcher.cc',
'sync_msg_reply_dispatcher.h',
'extra_system_apis.h',

Powered by Google App Engine
This is Rietveld 408576698