| Index: libadblockplus.gyp |
| diff --git a/libadblockplus.gyp b/libadblockplus.gyp |
| index 4876727006c8271da73d8f02cf56d3d175996e4f..e0ee14dcd888021703ca5ead31caff79d78b867b 100644 |
| --- a/libadblockplus.gyp |
| +++ b/libadblockplus.gyp |
| @@ -35,6 +35,7 @@ |
| 'src/JsEngine.cpp', |
| 'src/JsError.cpp', |
| 'src/JsValue.cpp', |
| + 'src/Notification.cpp', |
| 'src/ReferrerMapping.cpp', |
| 'src/Thread.cpp', |
| 'src/Utils.cpp', |
| @@ -106,6 +107,7 @@ |
| 'adblockplus/lib/matcher.js', |
| 'adblockplus/lib/filterListener.js', |
| 'adblockplus/lib/downloader.js', |
| + 'adblockplus/lib/notification.js', |
| 'adblockplus/lib/synchronizer.js', |
| 'lib/filterUpdateRegistration.js', |
| 'adblockplus/chrome/content/ui/subscriptions.xml', |
| @@ -156,6 +158,7 @@ |
| 'test/GlobalJsObject.cpp', |
| 'test/JsEngine.cpp', |
| 'test/JsValue.cpp', |
| + 'test/Notification.cpp', |
| 'test/Prefs.cpp', |
| 'test/ReferrerMapping.cpp', |
| 'test/Thread.cpp', |