| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <grit-part> | 2 <grit-part> |
| 3 <include name="IDR_SIGNIN_INTERNALS_INDEX_HTML" | 3 <include name="IDR_SIGNIN_INTERNALS_INDEX_HTML" |
| 4 file="../signin/core/browser/resources/signin_index.html" | 4 file="../signin/core/browser/resources/signin_index.html" |
| 5 flattenhtml="true" allowexternalscript="true" type="BINDATA" /> | 5 flattenhtml="true" allowexternalscript="true" compress="gzip" |
| 6 type="BINDATA" /> |
| 6 <include name="IDR_SIGNIN_INTERNALS_INDEX_JS" | 7 <include name="IDR_SIGNIN_INTERNALS_INDEX_JS" |
| 7 file="../signin/core/browser/resources/signin_internals.js" | 8 file="../signin/core/browser/resources/signin_internals.js" |
| 8 type="BINDATA" /> | 9 compress="gzip" type="BINDATA" /> |
| 9 </grit-part> | 10 </grit-part> |
| OLD | NEW |