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

Unified Diff: packagerChrome.py

Issue 29572692: Issue 5845 - Renaming gecko-webext to gecko (Closed)
Patch Set: Removed another webext occurrence Created Oct. 11, 2017, 11:36 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 | « build.py ('k') | templates/manifest.json.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packagerChrome.py
diff --git a/packagerChrome.py b/packagerChrome.py
index 8a2ce49afa4a80f22e21dfeaf9176e65171a4bc9..d1b24968e935d5b6d86cdb7561419b701512453a 100644
--- a/packagerChrome.py
+++ b/packagerChrome.py
@@ -152,7 +152,7 @@ def create_bundles(params, files):
info_templates = {
'chrome': 'chromeInfo.js.tmpl',
'edge': 'edgeInfo.js.tmpl',
- 'gecko-webext': 'geckoInfo.js.tmpl'
+ 'gecko': 'geckoInfo.js.tmpl'
}
# Historically we didn't use relative paths when requiring modules, so in
@@ -319,7 +319,7 @@ def createBuild(baseDir, type='chrome', outFile=None, buildNum=None, releaseBuil
version = getBuildVersion(baseDir, metadata, releaseBuild, buildNum)
if outFile == None:
- if type == 'gecko-webext':
+ if type == 'gecko':
file_extension = 'xpi'
else:
file_extension = 'crx' if keyFile else 'zip'
« no previous file with comments | « build.py ('k') | templates/manifest.json.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld