Index: libadblockplus.gyp |
diff --git a/libadblockplus.gyp b/libadblockplus.gyp |
index a95f5b0d007275c1a92536f72ae6dc7ab7506ce7..e5130deb5b2d806277db4bf560f9362b8c2d1059 100644 |
--- a/libadblockplus.gyp |
+++ b/libadblockplus.gyp |
@@ -28,6 +28,7 @@ |
'include/AdblockPlus/IWebRequest.h', |
'include/AdblockPlus/IFileSystem.h', |
'include/AdblockPlus/Scheduler.h', |
+ 'include/AdblockPlus/Platform.h', |
'src/AppInfoJsObject.cpp', |
'src/ConsoleJsObject.cpp', |
'src/DefaultLogSystem.cpp', |
@@ -45,6 +46,7 @@ |
'src/JsError.cpp', |
'src/JsValue.cpp', |
'src/Notification.cpp', |
+ 'src/Platform.cpp', |
'src/ReferrerMapping.cpp', |
'src/Thread.cpp', |
'src/Utils.cpp', |