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

Unified Diff: adblockplus.gyp

Issue 5137721374801920: Issue #1173 - Default behavior for catch-all blocks
Patch Set: rebase Created March 3, 2015, 8:06 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/AdblockPlusClient.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblockplus.gyp
===================================================================
--- a/adblockplus.gyp
+++ b/adblockplus.gyp
@@ -110,7 +110,6 @@
'src/plugin/PluginClientFactory.h',
'src/plugin/PluginDebug.cpp',
'src/plugin/PluginDebug.h',
- 'src/plugin/PluginDebugMacros.h',
'src/plugin/PluginDomTraverserBase.h',
'src/plugin/PluginErrorCodes.h',
'src/plugin/PluginFilter.cpp',
@@ -230,8 +229,10 @@
'libadblockplus/third_party/googletest.gyp:googletest_main',
],
'sources': [
+ 'src/plugin/Exception.h',
'src/plugin/PluginUserSettings.cpp',
'src/plugin/PluginUserSettings.h',
+ 'test/plugin/ExceptionTest.cpp',
'test/plugin/UserSettingsTest.cpp',
#
# required only for linking
« no previous file with comments | « no previous file | src/plugin/AdblockPlusClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld