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: Reworked the logic and added tests Created Jan. 31, 2018, 9:07 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
@@ -201,16 +201,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 = library('adblockpluscore', shared_sources,
native_sources,
cpp_args: ADDITIONAL_PARAMS + CORE_PARAMS,
link_args: LINK_PARAMS)
gtest = static_library('gtest', files(join_paths(GTEST_DIR, 'src', 'gtest-all.cc')),
include_directories: [

Powered by Google App Engine
This is Rietveld