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

Unified Diff: templates/modules.js.tmpl

Issue 29572692: Issue 5845 - Renaming gecko-webext to gecko (Closed)
Patch Set: Created Oct. 10, 2017, 1:14 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 | « templates/manifest.json.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/modules.js.tmpl
diff --git a/templates/modules.js.tmpl b/templates/modules.js.tmpl
index 48f681b2b6a4c37abcb9a0e37f115c35dbeb5302..610a90fd6eec40a3a28ee236188b7f7af1423da7 100644
--- a/templates/modules.js.tmpl
+++ b/templates/modules.js.tmpl
@@ -17,7 +17,7 @@ if (typeof require != "function")
{% if args["injectinfomodule"] %}
require.modules["info"] = function(module, exports)
{
-{% if type == "gecko-webext" %}
+{% if type == "gecko" %}
{% include "geckoInfo.js.tmpl" %}
{% elif type == "chrome" %}
{% include "chromeInfo.js.tmpl" %}
« no previous file with comments | « templates/manifest.json.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld