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

Unified Diff: meson.build

Issue 29548581: Issue 4128, 5138 - Add Parser and Serializer implemented in C++ Base URL: https://github.com/adblockplus/adblockpluscore.git
Patch Set: rebase Created March 7, 2018, 12:01 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
Index: meson.build
diff --git a/meson.build b/meson.build
index 7f04393de9fe7fe6c7dd79d77b4a5c4c60629fda..00feb09b123bb7fab343ae78ccbc4459068733f7 100644
--- a/meson.build
+++ b/meson.build
@@ -101,6 +101,8 @@ shared_sources = [
'compiled/filter/RegExpFilter.cpp',
'compiled/filter/WhitelistFilter.cpp',
'compiled/storage/FilterStorage.cpp',
+ 'compiled/storage/Parser.cpp',
+ 'compiled/storage/Serializer.cpp',
'compiled/subscription/DownloadableSubscription.cpp',
'compiled/subscription/Subscription.cpp',
'compiled/subscription/UserDefinedSubscription.cpp',
« compiled/storage/Parser.cpp ('K') | « lib/filterStorage.js ('k') | test/_test-utils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld