| Index: adblockplus.gyp | 
| diff --git a/adblockplus.gyp b/adblockplus.gyp | 
| index 63076a87340f1e62bf3aa7bc720459ad67cc7dd7..2d81a82e55ec2ab65717c487d93f690c74e7cb5e 100644 | 
| --- a/adblockplus.gyp | 
| +++ b/adblockplus.gyp | 
| @@ -149,6 +149,8 @@ | 
| 'src/plugin/passthroughapp/ProtocolImpl.inl', | 
| 'src/plugin/passthroughapp/SinkPolicy.h', | 
| 'src/plugin/passthroughapp/SinkPolicy.inl', | 
| + 'src/plugin/WebBrowserEventsListener.h', | 
| + 'src/plugin/WebBrowserEventsListener.cpp', | 
| ], | 
| 'include_dirs': [ | 
| '$(WindowsSDK_IncludePath)', | 
| @@ -264,6 +266,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', |