| 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 <include name="IDR_WRENCH_MENU_CSS" file="resources\chromeos\wrench_menu
.css" flattenhtml="true" type="BINDATA" /> | 179 <include name="IDR_WRENCH_MENU_CSS" file="resources\chromeos\wrench_menu
.css" flattenhtml="true" type="BINDATA" /> |
| 180 <include name="IDR_WRENCH_MENU_JS" file="resources\chromeos\wrench_menu.
js" flattenhtml="true" type="BINDATA" /> | 180 <include name="IDR_WRENCH_MENU_JS" file="resources\chromeos\wrench_menu.
js" flattenhtml="true" type="BINDATA" /> |
| 181 </if> | 181 </if> |
| 182 <if expr="pp_ifdef('file_manager_extension')"> | 182 <if expr="pp_ifdef('file_manager_extension')"> |
| 183 <include name="IDR_FILEMANAGER_MANIFEST" file="resources\file_manager\ma
nifest.json" type="BINDATA" /> | 183 <include name="IDR_FILEMANAGER_MANIFEST" file="resources\file_manager\ma
nifest.json" type="BINDATA" /> |
| 184 </if> | 184 </if> |
| 185 <if expr="(is_linux and pp_ifdef('toolkit_views')) or pp_ifdef('use_aura')
"> | 185 <if expr="(is_linux and pp_ifdef('toolkit_views')) or pp_ifdef('use_aura')
"> |
| 186 <include name="IDR_HTTP_AUTH_HTML" file="resources\http_auth.html" flatt
enhtml="true" type="BINDATA" /> | 186 <include name="IDR_HTTP_AUTH_HTML" file="resources\http_auth.html" flatt
enhtml="true" type="BINDATA" /> |
| 187 <include name="IDR_TAB_MODAL_CONFIRM_DIALOG_HTML" file="resources\tab_mo
dal_confirm_dialog.html" flattenhtml="true" type="BINDATA" /> | 187 <include name="IDR_TAB_MODAL_CONFIRM_DIALOG_HTML" file="resources\tab_mo
dal_confirm_dialog.html" flattenhtml="true" type="BINDATA" /> |
| 188 </if> | 188 </if> |
| 189 <if expr="pp_ifdef('chromeos') and pp_ifdef('_google_chrome')"> | |
| 190 <include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json
" type="BINDATA" /> | 189 <include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json
" type="BINDATA" /> |
| 191 </if> | |
| 192 </includes> | 190 </includes> |
| 193 </release> | 191 </release> |
| 194 </grit> | 192 </grit> |
| OLD | NEW |