| Index: adblockplus.gyp |
| =================================================================== |
| --- a/adblockplus.gyp |
| +++ b/adblockplus.gyp |
| @@ -230,8 +230,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 |