| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <grit base_dir="." latest_public_release="0" current_release="1" | 2 <grit base_dir="." latest_public_release="0" current_release="1" |
| 3 source_lang_id="en" enc_check="möl"> | 3 source_lang_id="en" enc_check="möl"> |
| 4 <outputs> | 4 <outputs> |
| 5 <output filename="grit/chrome_frame_dialogs.h" type="rc_header"> | 5 <output filename="grit/chrome_frame_dialogs.h" type="rc_header"> |
| 6 <emit emit_type='prepend'></emit> | 6 <emit emit_type='prepend'>#include "grit/chrome_frame_resources.h"</emit> |
| 7 </output> | 7 </output> |
| 8 <output filename="chrome_frame_dialogs_am.rc" type="rc_all" lang="am" /> | 8 <output filename="chrome_frame_dialogs_am.rc" type="rc_all" lang="am" /> |
| 9 <output filename="chrome_frame_dialogs_ar.rc" type="rc_all" lang="ar" /> | 9 <output filename="chrome_frame_dialogs_ar.rc" type="rc_all" lang="ar" /> |
| 10 <output filename="chrome_frame_dialogs_bg.rc" type="rc_all" lang="bg" /> | 10 <output filename="chrome_frame_dialogs_bg.rc" type="rc_all" lang="bg" /> |
| 11 <output filename="chrome_frame_dialogs_bn.rc" type="rc_all" lang="bn" /> | 11 <output filename="chrome_frame_dialogs_bn.rc" type="rc_all" lang="bn" /> |
| 12 <output filename="chrome_frame_dialogs_ca.rc" type="rc_all" lang="ca" /> | 12 <output filename="chrome_frame_dialogs_ca.rc" type="rc_all" lang="ca" /> |
| 13 <output filename="chrome_frame_dialogs_cs.rc" type="rc_all" lang="cs" /> | 13 <output filename="chrome_frame_dialogs_cs.rc" type="rc_all" lang="cs" /> |
| 14 <output filename="chrome_frame_dialogs_da.rc" type="rc_all" lang="da" /> | 14 <output filename="chrome_frame_dialogs_da.rc" type="rc_all" lang="da" /> |
| 15 <output filename="chrome_frame_dialogs_de.rc" type="rc_all" lang="de" /> | 15 <output filename="chrome_frame_dialogs_de.rc" type="rc_all" lang="de" /> |
| 16 <output filename="chrome_frame_dialogs_el.rc" type="rc_all" lang="el" /> | 16 <output filename="chrome_frame_dialogs_el.rc" type="rc_all" lang="el" /> |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 <file path="../../chrome/app/resources/generated_resources_ta.xtb" lang="ta"
/> | 108 <file path="../../chrome/app/resources/generated_resources_ta.xtb" lang="ta"
/> |
| 109 <file path="../../chrome/app/resources/generated_resources_te.xtb" lang="te"
/> | 109 <file path="../../chrome/app/resources/generated_resources_te.xtb" lang="te"
/> |
| 110 <file path="../../chrome/app/resources/generated_resources_th.xtb" lang="th"
/> | 110 <file path="../../chrome/app/resources/generated_resources_th.xtb" lang="th"
/> |
| 111 <file path="../../chrome/app/resources/generated_resources_tr.xtb" lang="tr"
/> | 111 <file path="../../chrome/app/resources/generated_resources_tr.xtb" lang="tr"
/> |
| 112 <file path="../../chrome/app/resources/generated_resources_uk.xtb" lang="uk"
/> | 112 <file path="../../chrome/app/resources/generated_resources_uk.xtb" lang="uk"
/> |
| 113 <file path="../../chrome/app/resources/generated_resources_vi.xtb" lang="vi"
/> | 113 <file path="../../chrome/app/resources/generated_resources_vi.xtb" lang="vi"
/> |
| 114 <file path="../../chrome/app/resources/generated_resources_zh-CN.xtb" lang="
zh-CN" /> | 114 <file path="../../chrome/app/resources/generated_resources_zh-CN.xtb" lang="
zh-CN" /> |
| 115 <file path="../../chrome/app/resources/generated_resources_zh-TW.xtb" lang="
zh-TW" /> | 115 <file path="../../chrome/app/resources/generated_resources_zh-TW.xtb" lang="
zh-TW" /> |
| 116 </translations> | 116 </translations> |
| 117 <release seq="1" allow_pseudo="false"> | 117 <release seq="1" allow_pseudo="false"> |
| 118 <includes> | |
| 119 <if expr="pp_ifdef('_google_chrome')"> | |
| 120 <include name="IDI_CHROME_FRAME_ICON" file="../../chrome/app/theme/googl
e_chrome/chrome.ico" type="ICON" /> | |
| 121 </if> | |
| 122 <if expr="not pp_ifdef('_google_chrome')"> | |
| 123 <include name="IDI_CHROME_FRAME_ICON" file="../../chrome/app/theme/chrom
ium/chromium.ico" type="ICON" /> | |
| 124 </if> | |
| 125 </includes> | |
| 126 <structures fallback_to_english="true"> | 118 <structures fallback_to_english="true"> |
| 127 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> | 119 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> |
| 128 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="../../chrome/app/cf_r
esources.rc" type="dialog" > | 120 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="../../chrome/app/cf_r
esources.rc" type="dialog" > |
| 129 </structure> | 121 </structure> |
| 130 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="../../chrome/app/cf_
resources.rc" type="dialog" > | 122 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="../../chrome/app/cf_
resources.rc" type="dialog" > |
| 131 </structure> | 123 </structure> |
| 132 </structures> | 124 </structures> |
| 133 </release> | 125 </release> |
| 134 </grit> | 126 </grit> |
| OLD | NEW |