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

Unified Diff: meson.build

Issue 29581602: Issue 5141 - [emscripten] Convert filter matcher to C++ Base URL: https://hg.adblockplus.org/adblockpluscore
Patch Set: Created Oct. 17, 2017, 12: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
Index: meson.build
===================================================================
--- a/meson.build
+++ b/meson.build
@@ -67,16 +67,17 @@ shared_sources = [
'compiled/filter/ElemHideBase.cpp',
'compiled/filter/ElemHideEmulationFilter.cpp',
'compiled/filter/ElemHideException.cpp',
'compiled/filter/ElemHideFilter.cpp',
'compiled/filter/Filter.cpp',
'compiled/filter/InvalidFilter.cpp',
'compiled/filter/RegExpFilter.cpp',
'compiled/filter/WhitelistFilter.cpp',
+ 'compiled/matcher/Matcher.cpp',
'compiled/storage/FilterStorage.cpp',
'compiled/subscription/DownloadableSubscription.cpp',
'compiled/subscription/Subscription.cpp',
'compiled/subscription/UserDefinedSubscription.cpp',
]
defines_args = []
foreach define : DEFINES

Powered by Google App Engine
This is Rietveld