| Index: adblockplus.gyp | 
| diff --git a/adblockplus.gyp b/adblockplus.gyp | 
| index 9070899b605861baee0b0ce9d409d7a4f8774a2a..d7f8042767167ec59655b5ce897042fd4c902a34 100644 | 
| --- a/adblockplus.gyp | 
| +++ b/adblockplus.gyp | 
| @@ -149,6 +149,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)', | 
| @@ -262,6 +264,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', | 
|  |