| Index: adblockplus.gyp |
| diff --git a/adblockplus.gyp b/adblockplus.gyp |
| index 21fed1c783b93e6a1f975602538b80166181a79d..52d1f1aa4cc824a9ce95c5edbeea1f339cb5aae1 100644 |
| --- a/adblockplus.gyp |
| +++ b/adblockplus.gyp |
| @@ -42,6 +42,8 @@ |
| 'src/shared/Registry.cpp', |
| 'src/shared/IE_version.h', |
| 'src/shared/IE_version.cpp', |
| + 'src/shared/MsHTMLUtils.cpp', |
| + 'src/shared/MsHTMLUtils.h', |
| ] |
| }, |
| @@ -54,6 +56,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', |