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

Unified Diff: libadblockplus.gyp

Issue 29428650: Issue 5180 - introduce asynchronous web request (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created May 3, 2017, 2:21 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/WebRequest.h ('k') | src/DefaultWebRequest.cpp » ('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 dc9470ba2cf37f2965dc98bb99ccb90fd3dc3072..e3725e37b596cbb08c541e77b9aa009461dadc7b 100644
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -36,12 +36,15 @@
],
'sources': [
'include/AdblockPlus/ITimer.h',
+ 'include/AdblockPlus/IWebRequest.h',
+ 'include/AdblockPlus/DefaultWebRequest.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',
'src/FilterEngine.cpp',
'src/GlobalJsObject.cpp',
« no previous file with comments | « include/AdblockPlus/WebRequest.h ('k') | src/DefaultWebRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld