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: Created Feb. 25, 2015, 9:44 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
===================================================================
--- a/adblockplus.gyp
+++ b/adblockplus.gyp
@@ -230,8 +230,11 @@
'libadblockplus/third_party/googletest.gyp:googletest_main',
],
'sources': [
+ 'src/plugin/Exception.cpp',
Oleksandr 2015/02/27 10:48:36 What do we need an empty .cpp file for?
Eric 2015/02/27 15:36:50 Oops. I had that in there before I realized that w
+ '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