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

Unified Diff: ceee/ie/ie.gyp

Issue 4989002: Firing event to broker without worker thread. (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
« no previous file with comments | « ceee/ie/common/ceee_module_util.h ('k') | ceee/ie/plugin/bho/cookie_events_funnel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/ie/ie.gyp
===================================================================
--- ceee/ie/ie.gyp (revision 66617)
+++ ceee/ie/ie.gyp (working copy)
@@ -123,6 +123,7 @@
},
},
'dependencies': [
+ 'broker/broker.gyp:broker_rpc_lib',
'common/common.gyp:ie_common',
'common/common.gyp:ie_common_settings',
'common/common.gyp:ie_guids',
@@ -137,6 +138,7 @@
'libraries': [
'oleacc.lib',
'iepmapi.lib',
+ 'rpcrt4.lib',
],
},
]
« no previous file with comments | « ceee/ie/common/ceee_module_util.h ('k') | ceee/ie/plugin/bho/cookie_events_funnel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698