Index: metadata.common |
diff --git a/metadata.common b/metadata.common |
index dd88bc580d9ca05f764df4595458a7323f42870c..1dbbf04739cc61774835e6cec23c471e93bd35bd 100644 |
--- a/metadata.common |
+++ b/metadata.common |
@@ -9,6 +9,9 @@ backgroundScripts = lib/polyfills/url.js |
lib/info.js |
lib/publicSuffixList.js |
lib/adblockplus.js |
+ lib/sha1.js |
Sebastian Noack
2017/02/17 11:59:19
Perhaps, add a comment here, at least, explaining
kzar
2017/02/17 14:17:24
Done.
|
+ lib/jsbn.js |
+ lib/rsa.js |
messageResponder.js |
background.js |
testScripts = ../ext/common.js |
@@ -17,10 +20,14 @@ testScripts = ../ext/common.js |
../lib/info.js |
../lib/adblockplus.js |
../lib/publicSuffixList.js |
+ ../lib/sha1.js |
Sebastian Noack
2017/02/17 11:59:19
There is no reason to re-add the tests, as they ca
kzar
2017/02/17 14:17:24
Done.
|
+ ../lib/jsbn.js |
+ ../lib/rsa.js |
common.js |
tests/prefs.js |
tests/versionComparator.js |
tests/url.js |
+ tests/signatures.js |
tests/cssEscaping.js |
permissions = http://*/* https://*/* |
author = Eyeo GmbH |
@@ -83,11 +90,8 @@ lib/adblockplus.js = |
adblockpluscore/lib/filterListener.js |
adblockpluscore/lib/filterNotifier.js |
adblockpluscore/lib/filterStorage.js |
- adblockpluscore/lib/jsbn.js |
adblockpluscore/lib/matcher.js |
adblockpluscore/lib/notification.js |
- adblockpluscore/lib/rsa.js |
- adblockpluscore/lib/rusha.js |
adblockpluscore/lib/subscriptionClasses.js |
adblockpluscore/lib/synchronizer.js |
lib/adblockplus.js[module] = true |