| 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 |