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

Unified Diff: metadata.chrome

Issue 11137033: Update info module to return better application/platform information (Closed)
Patch Set: Moved info generation to buildtools Created July 22, 2013, 1:28 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 | « lib/info.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metadata.chrome
===================================================================
--- a/metadata.chrome
+++ b/metadata.chrome
@@ -1,12 +1,13 @@
[general]
basename = adblockpluschrome
version = 1.5
backgroundScripts = lib/compat.js
+ lib/info.js
lib/io.js
lib/adblockplus.js
lib/punycode.js
lib/publicSuffixList.js
lib/basedomain.js
lib/sha1.js
lib/jsbn.js
lib/rsa.js
@@ -49,18 +50,17 @@ skin/social/facebook.png = adblockplus/c
skin/social/gplus.png = adblockplus/chrome/skin/social/gplus.png
skin/social/twitter.png = adblockplus/chrome/skin/social/twitter.png
qunit/qunit.js = adblockplustests/chrome/content/qunit.js
qunit/qunit.css = adblockplustests/chrome/content/qunit.css
[convert_js]
lib/io.js = lib/filesystem/io.js
--arg module=true
-lib/adblockplus.js = lib/info.js
- lib/prefs.js
+lib/adblockplus.js = lib/prefs.js
lib/utils.js
lib/elemHideHitRegistration.js
adblockplus/lib/downloader.js
adblockplus/lib/filterNotifier.js
adblockplus/lib/filterClasses.js
adblockplus/lib/subscriptionClasses.js
adblockplus/lib/filterStorage.js
adblockplus/lib/elemHide.js
« no previous file with comments | « lib/info.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld