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 strings const. String::find() from a String::value_type* Created Feb. 1, 2018, 8:36 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 | « compiled/filter/Filter.cpp ('k') | test/compiled/Filter.cpp » ('j') | 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
@@ -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: [
« no previous file with comments | « compiled/filter/Filter.cpp ('k') | test/compiled/Filter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld