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

Unified Diff: libadblockplus.gyp

Issue 29497591: Issue 5180 - remove synchronous WebRequest interface and stop exposing of DefaultWebRequest (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created July 25, 2017, 2:31 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.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 91693f3a1b7d6451e78e9b1a5d7c1eee1b8017cf..8aec755aa2069d4814cf657d800e8bf70ecf5c7f 100644
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -26,7 +26,6 @@
'sources': [
'include/AdblockPlus/ITimer.h',
'include/AdblockPlus/IWebRequest.h',
- 'include/AdblockPlus/DefaultWebRequest.h',
'include/AdblockPlus/IFileSystem.h',
'include/AdblockPlus/DefaultFileSystem.h',
'src/AppInfoJsObject.cpp',
@@ -35,6 +34,7 @@
'src/DefaultFileSystem.cpp',
'src/DefaultTimer.cpp',
'src/DefaultTimer.h',
+ 'src/DefaultWebRequest.h',
'src/DefaultWebRequest.cpp',
'src/FileSystemJsObject.cpp',
'src/FilterEngine.cpp',
« no previous file with comments | « include/AdblockPlus/WebRequest.h ('k') | src/DefaultWebRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld