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

Unified Diff: meson.build

Issue 29587914: Issue 5142 - Convert Element Hiding to C++ (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: Created Oct. 25, 2017, 1:07 a.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 @@
'compiled/filter/Filter.cpp',
'compiled/filter/InvalidFilter.cpp',
'compiled/filter/RegExpFilter.cpp',
'compiled/filter/WhitelistFilter.cpp',
'compiled/storage/FilterStorage.cpp',
'compiled/subscription/DownloadableSubscription.cpp',
'compiled/subscription/Subscription.cpp',
'compiled/subscription/UserDefinedSubscription.cpp',
+ 'compiled/ElemHide.cpp',
hub 2017/10/25 01:19:38 I'm based on top of the meson build system patch.
]
# sources specific to core
core_sources = [
'compiled/traceInit.cpp',
]
# sources for the bindings generator
bindings_sources = [
'compiled/bindings/generator.cpp',

Powered by Google App Engine
This is Rietveld