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

Unified Diff: metadata.chrome

Issue 29409555: Issue 5083 - Fix metadata regression introduced in previous patch set (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome
Patch Set: removed pointless module reordering Created April 11, 2017, 9:09 a.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 | 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
@@ -10,21 +10,21 @@
contextMenus
webRequest
webRequestBlocking
webNavigation
storage
unlimitedStorage
notifications
backgroundScripts = ext/common.js
+ ext/background.js
lib/compat.js
lib/publicSuffixList.js
lib/adblockplus.js
messageResponder.js
- ext/background.js
background.js
testScripts = ../ext/common.js
../ext/background.js
../lib/compat.js
../lib/adblockplus.js
../lib/publicSuffixList.js
common.js
tests/prefs.js
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld