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

Unified Diff: metadata.common

Issue 29326213: Issue 3039 - Generate qunit/index.html based on metadata (Closed)
Patch Set: Created Sept. 9, 2015, 5:48 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 | « dependencies ('k') | qunit/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metadata.common
diff --git a/metadata.common b/metadata.common
index a35799db4dfadeee9900f07f640a63b9df26a1b4..f751a310851f031db0c4d1e26e71ca791b96543f 100644
--- a/metadata.common
+++ b/metadata.common
@@ -14,6 +14,26 @@ backgroundScripts = ext/common.js
messageResponder.js
popupBlocker.js
background.js
+testScripts = ../jquery-ui/js/jquery-1.7.1.min.js
+ qunit.js
Sebastian Noack 2015/09/09 17:56:51 Argh. I think this should be hard-coded in the tem
kzar 2015/09/09 18:01:00 I can do that, but JQuery will also need to be har
Sebastian Noack 2015/09/09 18:08:37 jQuery shouldn't be required by qunit, at least no
+ ../ext/common.js
+ ../ext/background.js
+ ../lib/compat.js
+ ../lib/info.js
+ ../lib/io.js
+ ../lib/adblockplus.js
+ ../lib/publicSuffixList.js
+ ../lib/punycode.js
+ ../lib/sha1.js
+ ../lib/jsbn.js
+ ../lib/rsa.js
+ ../webrequest.js
+ common.js
+ tests/adblockplus.js
+ tests/versionComparator.js
+ tests/url.js
+ tests/signatures.js
+ tests/cssEscaping.js
permissions = http://*/* https://*/*
[contentScripts]
« no previous file with comments | « dependencies ('k') | qunit/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld