Index: adblockplus.gyp |
diff --git a/adblockplus.gyp b/adblockplus.gyp |
index a0f156dcf66c909ddaa7ff40776d1a592147b03c..fb822eed80ceda95a9401d25a3230f0528286ff1 100644 |
--- a/adblockplus.gyp |
+++ b/adblockplus.gyp |
@@ -47,6 +47,8 @@ |
'src/shared/CriticalSection.h', |
'src/shared/Dictionary.cpp', |
'src/shared/Dictionary.h', |
+ 'src/shared/EventWithSetter.cpp', |
+ 'src/shared/EventWithSetter.h', |
'src/shared/Utils.cpp', |
'src/shared/Utils.h', |
'src/shared/Version.h', |
@@ -158,6 +160,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 +262,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', |