Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: adblockplus.gyp

Issue 6567422169448448: Issue 119 - Switch to injecting CSS for element hiding (Closed)
Patch Set: rebase Created Feb. 25, 2016, 5:38 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/plugin/PluginClass.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblockplus.gyp
diff --git a/adblockplus.gyp b/adblockplus.gyp
index a0f156dcf66c909ddaa7ff40776d1a592147b03c..4799c3b2a9cb80e7d4d52d084fbd6ed577b28c55 100644
--- a/adblockplus.gyp
+++ b/adblockplus.gyp
@@ -158,6 +158,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 +260,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',
« no previous file with comments | « no previous file | src/plugin/PluginClass.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld