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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « manifest.json ('k') | qunit/tests/adblockplus.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [general] 1 [general]
2 basename = adblockpluschrome 2 basename = adblockpluschrome
3 version = 1.3.4
4 backgroundScripts = lib/adblockplus_compat.js
5 lib/adblockplus.js
6 lib/punycode.js
7 lib/publicSuffixList.js
8 lib/basedomain.js
9 lib/sha1.js
10 lib/jsbn.js
11 lib/rsa.js
12 webrequest.js
13 background.js
14 permissions = tabs
15 http://*/*
16 https://*/*
17 contextMenus
18 webRequest
19 webRequestBlocking
20 unlimitedStorage
21 options = options.html
22 pageAction = icons/abp-19.png popup.html
23 icons = icons/abp-?.png
24 webAccessible = block.html
25
26 [contentScripts]
27 document_start = include.preload.js
28 document_end = include.postload.js
29
30 [compat]
31 chrome = 18.0
32
33 [convert_js]
34 lib/adblockplus.js = adblockplus/lib/filterNotifier.js
35 adblockplus/lib/filterClasses.js
36 adblockplus/lib/subscriptionClasses.js
37 adblockplus/lib/filterStorage.js
38 adblockplus/lib/elemHide.js
39 adblockplus/lib/matcher.js
40 adblockplus/lib/filterListener.js
41 adblockplus/lib/synchronizer.js
42 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/
43
44 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js
45 adblockplustests/chrome/content/tests/filterClasses.js
46 adblockplustests/chrome/content/tests/filterNotifier.js
47 adblockplustests/chrome/content/tests/filterStorage.js
48 adblockplustests/chrome/content/tests/matcher.js
49 adblockplustests/chrome/content/tests/regexpFilters_matching.js
50 adblockplustests/chrome/content/tests/subscriptionClasses.js
51 --arg source_repo=https://hg.adblockplus.org/adblockplustests/
3 52
4 [locale_sync] 53 [locale_sync]
5 global.properties = subscription_invalid_location 54 global.properties = subscription_invalid_location
6 remove_subscription_warning 55 remove_subscription_warning
7 overlay.dtd = hideplaceholders.label 56 overlay.dtd = hideplaceholders.label
8 filters.dtd = subscription.lastDownload.inProgress 57 filters.dtd = subscription.lastDownload.inProgress
9 subscription.lastDownload.invalidURL 58 subscription.lastDownload.invalidURL
10 subscription.lastDownload.connectionError 59 subscription.lastDownload.connectionError
11 subscription.lastDownload.invalidData 60 subscription.lastDownload.invalidData
12 subscription.lastDownload.checksumMismatch 61 subscription.lastDownload.checksumMismatch
13 subscription.enabled.label 62 subscription.enabled.label
14 subscription.delete.label 63 subscription.delete.label
15 addSubscription.label 64 addSubscription.label
16 addSubscriptionAdd.label 65 addSubscriptionAdd.label
17 addSubscriptionOther.label 66 addSubscriptionOther.label
18 acceptableAds2.label 67 acceptableAds2.label
19 viewList.label 68 viewList.label
20 readMore.label 69 readMore.label
21 subscriptionSelection.dtd = location.label 70 subscriptionSelection.dtd = location.label
22 title.label 71 title.label
23 remove = hovercraft 72 remove = hovercraft
OLDNEW
« 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