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: rename OnQuit Created Sept. 30, 2016, 3:25 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 | dependencies » ('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..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',
« no previous file with comments | « no previous file | dependencies » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld