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

Unified Diff: abb-build/adblockbrowser-cfg.py

Issue 29633555: Issue 6077 - Create script to modify the list of search engines dynamically (Closed)
Patch Set: Created Dec. 8, 2017, 9:19 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 | mobile/locales/searchplugins/ecosia.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: abb-build/adblockbrowser-cfg.py
===================================================================
--- a/abb-build/adblockbrowser-cfg.py
+++ b/abb-build/adblockbrowser-cfg.py
@@ -36,13 +36,14 @@ config = {
"l10n_dir": "l10n",
"merge_locales": True,
"mozilla_dir": BUILD_DIR,
"mozconfig": MOZCONFIG,
"default_actions": [
"pull-locale-source",
"build",
"add-locales",
+ "abb-transform-search-engines-list",
"abb-transform-locales",
"package-multi",
"summary",
],
}
« no previous file with comments | « no previous file | mobile/locales/searchplugins/ecosia.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld