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

Unified Diff: libadblockplus.gyp

Issue 29499592: Issue 5183 - remove synchronous FileSystem interface and stop exposing of DefaultFileSystem (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created July 27, 2017, 9:17 a.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
« no previous file with comments | « include/AdblockPlus/JsEngine.h ('k') | src/DefaultFileSystem.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus.gyp
diff --git a/libadblockplus.gyp b/libadblockplus.gyp
index ff211248ae7501c7fad479d70929fdb71df0b678..561855972d0a675674eebaa08ed133676f8d5193 100644
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -27,10 +27,10 @@
'include/AdblockPlus/ITimer.h',
'include/AdblockPlus/IWebRequest.h',
'include/AdblockPlus/IFileSystem.h',
- 'include/AdblockPlus/DefaultFileSystem.h',
'src/AppInfoJsObject.cpp',
'src/ConsoleJsObject.cpp',
'src/DefaultLogSystem.cpp',
+ 'src/DefaultFileSystem.h',
'src/DefaultFileSystem.cpp',
'src/DefaultTimer.cpp',
'src/DefaultTimer.h',
« no previous file with comments | « include/AdblockPlus/JsEngine.h ('k') | src/DefaultFileSystem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld