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

Unified Diff: metadata.chrome

Issue 29592604: Issue 5957 - Get the unit tests passing again (Closed)
Patch Set: lib/adblockplus.js isn't required for the tests anymore Created Oct. 30, 2017, 3:17 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 | qunit/tests/cssEscaping.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metadata.chrome
diff --git a/metadata.chrome b/metadata.chrome
index 0e34df7c66406899dad6ed5fa6ba88c62696dcbf..656b0be7aa03062ca8b79912d2fb0ec0e8c8beb0 100644
--- a/metadata.chrome
+++ b/metadata.chrome
@@ -17,17 +17,12 @@ backgroundScripts = polyfill.js
lib/compat.js
lib/publicSuffixList.js
lib/adblockplus.js
-testScripts = polyfill.js
+testScripts = ../polyfill.js
../ext/common.js
../ext/background.js
../lib/compat.js
- ../lib/adblockplus.js
../lib/publicSuffixList.js
- common.js
- tests/prefs.js
- tests/versionComparator.js
- tests/url.js
- tests/cssEscaping.js
+ tests.js
options = options.html
devtools = devtools.html
browserAction = icons/abp-16.png icons/abp-19.png icons/abp-20.png icons/abp-32.png icons/abp-38.png icons/abp-40.png popup.html
@@ -93,6 +88,11 @@ lib/adblockplus.js =
background.js
include.preload.js = include.preload.js inject.preload.js
include.postload.js = subscriptionLink.postload.js composer.postload.js
+qunit/tests.js =
+ qunit/common.js
+ qunit/tests/prefs.js
+ qunit/tests/url.js
+ qunit/tests/cssEscaping.js
[import_locales]
adblockplusui/locale/*/firstRun.json = *
« no previous file with comments | « no previous file | qunit/tests/cssEscaping.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld