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

Side by Side Diff: templates/edge/AppxBlockMap.xml.tmpl

Issue 29825555: Issue 6291 - add ManifoldJS packaging for Edge (Closed) Base URL: https://hg.adblockplus.org/buildtools/file/9a56d76cd951
Patch Set: Final patch set Created Aug. 9, 2018, 7:08 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « packagerEdge.py ('k') | templates/edge/AppxManifest.xml.tmpl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <BlockMap xmlns="http://schemas.microsoft.com/appx/2010/blockmap" HashMethod="ht tp://www.w3.org/2001/04/xmlenc#sha256">
3 {% for file in files -%}
4 <File Name="{{file.name}}" Size="{{file.size}}" LfhSize="{{file.lfh_size}}">
5 {% for block in file.blocks -%}
6 <Block Hash="{{block.hash}}"/>
7 {% endfor -%}
8 </File>
9 {% endfor -%}
10 </BlockMap>
OLDNEW
« no previous file with comments | « packagerEdge.py ('k') | templates/edge/AppxManifest.xml.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld