| Index: adblockplus.gyp | 
| diff --git a/adblockplus.gyp b/adblockplus.gyp | 
| index c972a1c61f86d6b75d24038e9fe7d85e44b51a42..9070899b605861baee0b0ce9d409d7a4f8774a2a 100644 | 
| --- a/adblockplus.gyp | 
| +++ b/adblockplus.gyp | 
| @@ -50,6 +50,8 @@ | 
| 'src/shared/Utils.cpp', | 
| 'src/shared/Utils.h', | 
| 'src/shared/Version.h', | 
| +      'src/shared/MsHTMLUtils.cpp', | 
| +      'src/shared/MsHTMLUtils.h', | 
| ] | 
| }, | 
|  | 
| @@ -62,6 +64,8 @@ | 
| ], | 
| 'sources': [ | 
| 'src/engine/Main.cpp', | 
| +      'src/engine/NotificationWindow.cpp', | 
| +      'src/engine/NotificationWindow.h', | 
| 'src/engine/Debug.cpp', | 
| 'src/engine/UpdateInstallDialog.cpp', | 
| 'src/engine/Updater.cpp', | 
|  |