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

Unified Diff: metadata.common

Issue 29350286: Issue 4376 - Updated buildtools dependency (Closed)
Patch Set: Rebased, set revisions, tidy up metadata.safari Created Sept. 9, 2016, 3:03 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 | « metadata.chrome ('k') | metadata.safari » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metadata.common
===================================================================
--- a/metadata.common
+++ b/metadata.common
@@ -70,26 +70,21 @@
[convert_js]
lib/adblockplus.js =
- lib/devtools.js
lib/filterComposer.js
lib/filterValidation.js
lib/icon.js
lib/io.js
lib/messaging.js
lib/notificationHelper.js
- lib/popupBlocker.js
lib/prefs.js
lib/punycode.js
lib/requestBlocker.js
lib/stats.js
lib/subscriptionInit.js
lib/tldjs.js
- lib/uninstall.js
lib/url.js
lib/utils.js
lib/whitelisting.js
- safari/contentBlocking.js
- abp2blocklist/lib/abp2blocklist.js
adblockpluscore/lib/antiadblockInit.js
adblockpluscore/lib/cssRules.js
adblockpluscore/lib/downloader.js
@@ -103,10 +98,12 @@
adblockpluscore/lib/notification.js
adblockpluscore/lib/subscriptionClasses.js
adblockpluscore/lib/synchronizer.js
- --arg module=true source_repo=https://hg.adblockplus.org/adblockpluscore/
- autoload=filterListener,synchronizer,requestBlocker,popupBlocker,contentBlocking,subscriptionInit,filterComposer,stats,uninstall
-ext/common.js = ext/common.js chrome/ext/common.js
-ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style=expand
+lib/adblockplus.js[module] = true
+lib/adblockplus.js[source_repo] = https://hg.adblockplus.org/adblockpluscore/
+lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupBlocker,contentBlocking,subscriptionInit,filterComposer,stats,uninstall
+ext/common.js = ext/common.js
+ext/background.js = ext/background.js
+ext/background.js[brace_style] = expand
include.postload.js = subscriptionLink.postload.js composer.postload.js
qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestrictions.js
@@ -117,7 +114,7 @@
adblockplustests/chrome/content/tests/prefs.js
adblockplustests/chrome/content/tests/regexpFilters_matching.js
adblockplustests/chrome/content/tests/subscriptionClasses.js
- --arg source_repo=https://hg.adblockplus.org/adblockplustests/
+qunit/tests/adblockplus.js[source_repo] = https://hg.adblockplus.org/adblockplustests/
[import_locales]
adblockplus/chrome/locale/*/global.properties = subscription_invalid_location
« no previous file with comments | « metadata.chrome ('k') | metadata.safari » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld