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: Add ExceptionDefault() Created March 5, 2015, 2:56 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') | src/plugin/Exception.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblockplus.gyp
===================================================================
--- a/adblockplus.gyp
+++ b/adblockplus.gyp
@@ -229,8 +229,10 @@
'libadblockplus/third_party/googletest.gyp:googletest_main',
],
'sources': [
+ 'src/plugin/Exception.h',
sergei 2015/03/06 13:51:12 Do we need also to add it to addon project?
Eric 2015/03/06 17:29:59 This exception-handling pattern is also applicable
'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') | src/plugin/Exception.h » ('J')

Powered by Google App Engine
This is Rietveld