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

Unified Diff: metadata

Issue 9053058: Updated to build process changes (Closed)
Patch Set: JSHydra dependency moved to build tools Created Dec. 29, 2012, 8:12 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 | « manifest.json ('k') | qunit/tests/adblockplus.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metadata
===================================================================
--- a/metadata
+++ b/metadata
@@ -1,10 +1,59 @@
[general]
basename = adblockpluschrome
+version = 1.3.4
+backgroundScripts = lib/adblockplus_compat.js
+ lib/adblockplus.js
+ lib/punycode.js
+ lib/publicSuffixList.js
+ lib/basedomain.js
+ lib/sha1.js
+ lib/jsbn.js
+ lib/rsa.js
+ webrequest.js
+ background.js
+permissions = tabs
+ http://*/*
+ https://*/*
+ contextMenus
+ webRequest
+ webRequestBlocking
+ unlimitedStorage
+options = options.html
+pageAction = icons/abp-19.png popup.html
+icons = icons/abp-?.png
+webAccessible = block.html
+
+[contentScripts]
+document_start = include.preload.js
+document_end = include.postload.js
+
+[compat]
+chrome = 18.0
+
+[convert_js]
+lib/adblockplus.js = adblockplus/lib/filterNotifier.js
+ adblockplus/lib/filterClasses.js
+ adblockplus/lib/subscriptionClasses.js
+ adblockplus/lib/filterStorage.js
+ adblockplus/lib/elemHide.js
+ adblockplus/lib/matcher.js
+ adblockplus/lib/filterListener.js
+ adblockplus/lib/synchronizer.js
+ --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/
+
+qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestrictions.js
+ adblockplustests/chrome/content/tests/filterClasses.js
+ adblockplustests/chrome/content/tests/filterNotifier.js
+ adblockplustests/chrome/content/tests/filterStorage.js
+ adblockplustests/chrome/content/tests/matcher.js
+ adblockplustests/chrome/content/tests/regexpFilters_matching.js
+ adblockplustests/chrome/content/tests/subscriptionClasses.js
+ --arg source_repo=https://hg.adblockplus.org/adblockplustests/
[locale_sync]
global.properties = subscription_invalid_location
remove_subscription_warning
overlay.dtd = hideplaceholders.label
filters.dtd = subscription.lastDownload.inProgress
subscription.lastDownload.invalidURL
subscription.lastDownload.connectionError
« no previous file with comments | « manifest.json ('k') | qunit/tests/adblockplus.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld