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: Rebase on master. Last changes. Created July 7, 2017, 1:36 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
« no previous file with comments | « include/AdblockPlus/JsValue.h ('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
@@ -53,16 +53,18 @@
'include',
'third_party/v8/include',
'third_party/v8',
],
'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',
« no previous file with comments | « include/AdblockPlus/JsValue.h ('k') | src/DefaultFileSystem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld