| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <grit latest_public_release="0" current_release="1"> | 2 <grit latest_public_release="0" current_release="1"> |
| 3 <outputs> | 3 <outputs> |
| 4 <output filename="grit/browser_resources.h" type="rc_header"> | 4 <output filename="grit/browser_resources.h" type="rc_header"> |
| 5 <emit emit_type='prepend'></emit> | 5 <emit emit_type='prepend'></emit> |
| 6 </output> | 6 </output> |
| 7 <output filename="browser_resources.pak" type="data_package" /> | 7 <output filename="browser_resources.pak" type="data_package" /> |
| 8 <output filename="browser_resources.rc" type="rc_all" /> | 8 <output filename="browser_resources.rc" type="rc_all" /> |
| 9 </outputs> | 9 </outputs> |
| 10 <release seq="1"> | 10 <release seq="1"> |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 <if expr="pp_ifdef('chromeos')"> | 198 <if expr="pp_ifdef('chromeos')"> |
| 199 <include name="IDR_WALLPAPERMANAGER_MANIFEST" file="resources\chromeos\w
allpaper_manager\manifest.json" type="BINDATA" /> | 199 <include name="IDR_WALLPAPERMANAGER_MANIFEST" file="resources\chromeos\w
allpaper_manager\manifest.json" type="BINDATA" /> |
| 200 </if> | 200 </if> |
| 201 <if expr="(is_linux and pp_ifdef('toolkit_views')) or pp_ifdef('use_aura')
"> | 201 <if expr="(is_linux and pp_ifdef('toolkit_views')) or pp_ifdef('use_aura')
"> |
| 202 <include name="IDR_HTTP_AUTH_HTML" file="resources\http_auth.html" flatt
enhtml="true" type="BINDATA" /> | 202 <include name="IDR_HTTP_AUTH_HTML" file="resources\http_auth.html" flatt
enhtml="true" type="BINDATA" /> |
| 203 <include name="IDR_TAB_MODAL_CONFIRM_DIALOG_HTML" file="resources\tab_mo
dal_confirm_dialog.html" flattenhtml="true" type="BINDATA" /> | 203 <include name="IDR_TAB_MODAL_CONFIRM_DIALOG_HTML" file="resources\tab_mo
dal_confirm_dialog.html" flattenhtml="true" type="BINDATA" /> |
| 204 </if> | 204 </if> |
| 205 <if expr="pp_ifdef('chromeos') and pp_ifdef('_google_chrome')"> | 205 <if expr="pp_ifdef('chromeos') and pp_ifdef('_google_chrome')"> |
| 206 <include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json
" type="BINDATA" /> | 206 <include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json
" type="BINDATA" /> |
| 207 </if> | 207 </if> |
| 208 <if expr="is_win"> |
| 209 <include name="IDR_METROIZE_JS" file="resources\metroize\metroize.js" fl
attenhtml="true" type="BINDATA" /> |
| 210 <include name="IDR_METROIZE_HTML" file="resources\metroize\metroize.html
" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 211 </if> |
| 208 </includes> | 212 </includes> |
| 209 </release> | 213 </release> |
| 210 </grit> | 214 </grit> |
| OLD | NEW |