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 Dec. 1, 2015, 3:45 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') | src/plugin/PluginClass.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | src/plugin/PluginClass.h » ('j') | src/plugin/PluginClass.h » ('J')

Powered by Google App Engine
This is Rietveld