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

Unified Diff: tests/metadata.edge

Issue 29368690: [buildtools] Issue 4578 - Make uap3:AppExtension.Id configurable for Microsoft Edge builds (Closed)
Patch Set: Fallback to EdgeExtension if no extension_id configured Created Jan. 9, 2017, 11:04 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 | « tests/AppManifest.xml.expect ('k') | tests/test_packagerEdge.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/metadata.edge
diff --git a/tests/metadata.edge b/tests/metadata.edge
index 5b12e95fbb503dc8b0f663e774bc6903314e7cd2..c27c69cb467d518b48e284e555ce818e1ff8bbe4 100644
--- a/tests/metadata.edge
+++ b/tests/metadata.edge
@@ -17,6 +17,8 @@ permissions = tabs
notifications
options = options.html
backgroundScripts = lib/info.js
+extension_id_release = 1.0
+extension_id_devbuild = EdgeExtension
Sebastian Noack 2017/01/09 14:52:19 This seems redundant now, where we fallback to "Ed
wspee 2017/01/10 08:09:00 Done.
[appx_assets]
logo_44.png = chrome/icons/abp-44.png
« no previous file with comments | « tests/AppManifest.xml.expect ('k') | tests/test_packagerEdge.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld