Index: adblockplus.gyp |
diff --git a/adblockplus.gyp b/adblockplus.gyp |
index 33e141d79f41cdb9ae8df5bef36180e7d29e4ed2..256275b34b7fb064d667dc3dea40a7034de00767 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', |
Eric
2015/12/02 17:00:13
All the files in the passthrough directory come af
sergei
2016/02/25 17:48:26
These two lines are moved before passthroughapp.
|
], |
'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', |