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

Unified Diff: packagerEdge.py

Issue 29517660: Issue 5477 - Import everything from imported locales (Closed)
Patch Set: Created Aug. 22, 2017, 7:59 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 | « packagerChrome.py ('k') | packagerSafari.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packagerEdge.py
diff --git a/packagerEdge.py b/packagerEdge.py
index 8899cced11e2b66e7d4a1d15fba6c9316366e80e..e04797d66e29fefe946ae773d0e7764eced904e4 100644
--- a/packagerEdge.py
+++ b/packagerEdge.py
@@ -177,7 +177,7 @@ def createBuild(baseDir, type='edge', outFile=None, # noqa: preserve API.
files.preprocess(metadata.options('preprocess'), {'needsExt': True})
if metadata.has_section('import_locales'):
- packagerChrome.importGeckoLocales(params, files)
+ packagerChrome.import_locales(params, files)
files['manifest.json'] = packagerChrome.createManifest(params, files)
« no previous file with comments | « packagerChrome.py ('k') | packagerSafari.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld