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

Unified Diff: meson.build

Issue 29595633: Issue 5870 - Implement the new ElemHideEmulation filter type (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: Deal with ill formed filters. Created Feb. 14, 2018, 5:05 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
@@ -223,16 +223,17 @@
LINK_PARAMS += '-lpthread'
endif
test_sources = [
'test/compiled/abptest.cpp',
'test/compiled/String.cpp',
'test/compiled/StringMap.cpp',
'test/compiled/RegExp.cpp',
+ 'test/compiled/Filter.cpp',
]
adblockpluscore = static_library('adblockpluscore', shared_sources,
native_sources,
cpp_args: compiler_args,
link_args: LINK_PARAMS,
pic: true)
gtest = static_library('gtest', files(join_paths(GTEST_DIR, 'src', 'gtest-all.cc')),

Powered by Google App Engine
This is Rietveld