| Index: adblockplus.gyp | 
| diff --git a/adblockplus.gyp b/adblockplus.gyp | 
| index a0f156dcf66c909ddaa7ff40776d1a592147b03c..4799c3b2a9cb80e7d4d52d084fbd6ed577b28c55 100644 | 
| --- a/adblockplus.gyp | 
| +++ b/adblockplus.gyp | 
| @@ -158,6 +158,8 @@ | 
| 'src/plugin/PluginWbPassThrough.cpp', | 
| 'src/plugin/PluginWbPassThrough.h', | 
| 'src/plugin/Resource.h', | 
| +      'src/plugin/WebBrowserEventsListener.h', | 
| +      'src/plugin/WebBrowserEventsListener.cpp', | 
| 'src/plugin/passthroughapp/PassthroughObject.h', | 
| 'src/plugin/passthroughapp/ProtocolCF.h', | 
| 'src/plugin/passthroughapp/ProtocolCF.inl', | 
| @@ -258,6 +260,8 @@ | 
| 'src/plugin/PluginTabBase.cpp', | 
| 'src/plugin/PluginUtil.cpp', | 
| 'src/plugin/PluginWbPassthrough.cpp', | 
| +      'src/plugin/WebBrowserEventsListener.h', | 
| +      'src/plugin/WebBrowserEventsListener.cpp', | 
| ], | 
| 'include_dirs': [ | 
| '$(ADBLOCKPLUS_ATL)/include', | 
|  |