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

Unified Diff: meson.build

Issue 29606600: Issue 5146 - Implement DownloadableSubscription parsing in C++ (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: Added md5 checksum. Reorganized some code. Created Nov. 28, 2017, 10:46 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 | « lib/synchronizer.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: meson.build
===================================================================
--- a/meson.build
+++ b/meson.build
@@ -67,18 +67,20 @@
'compiled/filter/Filter.cpp',
'compiled/filter/InvalidFilter.cpp',
'compiled/filter/RegExpFilter.cpp',
'compiled/filter/WhitelistFilter.cpp',
'compiled/storage/FilterStorage.cpp',
'compiled/subscription/DownloadableSubscription.cpp',
'compiled/subscription/Subscription.cpp',
'compiled/subscription/UserDefinedSubscription.cpp',
+ 'compiled/Base64.cpp',
'compiled/ElemHide.cpp',
'compiled/ElemHideEmulation.cpp',
+ 'compiled/Md5.cpp',
]
# sources specific to core
core_sources = [
'compiled/traceInit.cpp',
]
# sources for the bindings generator
bindings_sources = [
'compiled/bindings/generator.cpp',
« no previous file with comments | « lib/synchronizer.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld