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

Unified Diff: adblockplus.gyp

Issue 5743529531801600: Playing with Default behavior for catch-all blocks
Patch Set: proposed changes Created March 31, 2015, 1:49 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/Exception.h » ('j') | test/plugin/ExceptionTest.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblockplus.gyp
diff --git a/adblockplus.gyp b/adblockplus.gyp
index 4bf7a1a3970165d271aede0e03ad6f2a769e3385..aa5512cefe40a8979f02fff90a7f99fa797e5169 100644
--- a/adblockplus.gyp
+++ b/adblockplus.gyp
@@ -97,6 +97,7 @@
'src/plugin/BuildVariant.h',
'src/plugin/Config.h',
'src/plugin/Console.h',
+ 'src/plugin/Exception.h',
'src/plugin/NotificationMessage.cpp',
'src/plugin/NotificationMessage.h',
'src/plugin/Plugin.cpp',
@@ -111,7 +112,6 @@
'src/plugin/PluginDebug.cpp',
'src/plugin/PluginDebug.h',
'src/plugin/PluginDomTraverserBase.h',
- 'src/plugin/PluginErrorCodes.h',
'src/plugin/PluginFilter.cpp',
'src/plugin/PluginFilter.h',
'src/plugin/PluginMimeFilterClient.cpp',
@@ -229,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/Exception.h » ('j') | test/plugin/ExceptionTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld