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

Delta Between Two Patch Sets: templates/edge/AppxBlockMap.xml.tmpl

Issue 29345751: Issue 4028 - Add support for Edge extensions to buildtools (Closed)
Left Patch Set: Address comments on patch set 4 Created July 8, 2016, 4:46 p.m.
Right Patch Set: Address Windows Store issues with blockmap and devbuild display name Created Oct. 14, 2016, 12:07 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « templates/chromeInfo.js.tmpl ('k') | templates/edge/AppxManifest.xml.tmpl » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 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"> 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 -%} 3 {% for file in files -%}
4 <File Name="{{file.name}}" Size="{{file.size}}" LfhSize="{{file.lfh_size}}"> 4 <File Name="{{file.name}}" Size="{{file.size}}" LfhSize="{{file.lfh_size}}">
5 {% for block in file.blocks -%} 5 {% for block in file.blocks -%}
6 <Block Hash="{{block.hash}}" {% if block.compressed_size %}Size="{{block.com pressed_size}}"{% endif %}/> 6 <Block Hash="{{block.hash}}"/>
7 {% endfor -%} 7 {% endfor -%}
8 </File> 8 </File>
9 {% endfor -%} 9 {% endfor -%}
10 </BlockMap> 10 </BlockMap>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld