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

Unified Diff: metadata.chrome

Issue 29798585: [experiment] Use patch #29798570 in adblockpluschrome Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Created June 4, 2018, 12:29 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metadata.chrome
===================================================================
--- a/metadata.chrome
+++ b/metadata.chrome
@@ -1,13 +1,14 @@
[general]
basename = adblockpluschrome
version = 3.1
author = eyeo GmbH
backgroundScripts = polyfill.js
+ Module.js
ext/common.js
ext/background.js
lib/compat.js
lib/publicSuffixList.js
lib/adblockplus.js
testScripts = ../polyfill.js
../ext/common.js
../ext/background.js
@@ -130,16 +131,18 @@
issue-reporter.js = adblockplusui/issue-reporter.js
skin/issue-reporter.css = adblockplusui/skin/issue-reporter.css
desktop-options.html = adblockplusui/desktop-options.html
desktop-options.js = adblockplusui/desktop-options.js
skin/desktop-options.css = adblockplusui/skin/desktop-options.css
updates.html = adblockplusui/updates.html
updates.js = adblockplusui/updates.js
skin/updates.css = adblockplusui/skin/updates.css
+Module.js = adblockpluscore/wasm/Module.js
+Module.wasm = adblockpluscore/wasm/Module.wasm
[bundles]
lib/adblockplus.js =
adblockpluscore/lib/filterListener.js
adblockpluscore/lib/synchronizer.js
lib/devtools.js
lib/requestBlocker.js
lib/popupBlocker.js
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld