| Index: adblockplus.gyp | 
| diff --git a/adblockplus.gyp b/adblockplus.gyp | 
| index 0e441526ca777ec58f2b669473f3d84db845f7db..21fed1c783b93e6a1f975602538b80166181a79d 100644 | 
| --- a/adblockplus.gyp | 
| +++ b/adblockplus.gyp | 
| @@ -139,6 +139,8 @@ | 
| 'src/plugin/Resource.h', | 
| 'src/plugin/SinkPolicy.h', | 
| 'src/plugin/SinkPolicy.inl', | 
| +      'src/plugin/WebBrowserEventsListener.h', | 
| +      'src/plugin/WebBrowserEventsListener.cpp', | 
| ], | 
| 'include_dirs': [ | 
| '$(WindowsSDK_IncludePath)', | 
| @@ -251,6 +253,8 @@ | 
| 'src/plugin/PluginTabBase.cpp', | 
| 'src/plugin/PluginUtil.cpp', | 
| 'src/plugin/PluginWbPassthrough.cpp', | 
| +      'src/plugin/WebBrowserEventsListener.h', | 
| +      'src/plugin/WebBrowserEventsListener.cpp', | 
| ], | 
| 'include_dirs': [ | 
| '$(WINDDKDIR)/inc/atl71', | 
|  |