Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: libadblockplus.gyp

Issue 29500602: Issue 5450 - introduce the Platform class (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: rebase Created July 31, 2017, 12:53 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld