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

Unified Diff: libadblockplus.gyp

Issue 29449592: Issue 5183 - Provide async interface for FileSystem (Closed) Base URL: https://hg.adblockplus.org/libadblockplus/
Patch Set: Updated implementation. Created June 2, 2017, 3:49 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
« lib/init.js ('K') | « lib/prefs.js ('k') | src/DefaultFileSystem.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus.gyp
===================================================================
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -33,16 +33,18 @@
'include_dirs': [
'include',
'third_party/v8/include',
],
'sources': [
'include/AdblockPlus/ITimer.h',
'include/AdblockPlus/IWebRequest.h',
'include/AdblockPlus/DefaultWebRequest.h',
+ 'include/AdblockPlus/IFileSystem.h',
+ 'include/AdblockPlus/DefaultFileSystem.h',
'src/AppInfoJsObject.cpp',
'src/ConsoleJsObject.cpp',
'src/DefaultLogSystem.cpp',
'src/DefaultFileSystem.cpp',
'src/DefaultTimer.cpp',
'src/DefaultTimer.h',
'src/DefaultWebRequest.cpp',
'src/FileSystemJsObject.cpp',
« lib/init.js ('K') | « lib/prefs.js ('k') | src/DefaultFileSystem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld