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: mFiltersByDomain is now an OwnedStringMap Created Jan. 26, 2018, 8:41 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 | « lib/elemHideEmulation.js ('k') | test/elemHide.js » ('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
@@ -82,16 +82,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',
]
# sources specific to core
core_sources = [
'compiled/traceInit.cpp',
]
# sources for the bindings generator
bindings_sources = [
'compiled/bindings/generator.cpp',
« no previous file with comments | « lib/elemHideEmulation.js ('k') | test/elemHide.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld