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

Unified Diff: meson.build

Issue 29594607: Issue 5143 - Convert ElemHideEmulation to C++ (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: Review comments addressed Created Jan. 30, 2018, 5:37 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/elemHideEmulation.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
@@ -83,16 +83,17 @@
'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',
+ 'compiled/ElemHideEmulation.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/elemHideEmulation.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld