| 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/app_locale_settings.h" type="rc_header"> | 4 <output filename="grit/app_locale_settings.h" type="rc_header"> |
| 5 <emit emit_type='prepend'></emit> | 5 <emit emit_type='prepend'></emit> |
| 6 </output> | 6 </output> |
| 7 <output filename="app_locale_settings_am.rc" type="rc_all" lang="am" /> | 7 <output filename="app_locale_settings_am.rc" type="rc_all" lang="am" /> |
| 8 <output filename="app_locale_settings_ar.rc" type="rc_all" lang="ar" /> | 8 <output filename="app_locale_settings_ar.rc" type="rc_all" lang="ar" /> |
| 9 <output filename="app_locale_settings_bg.rc" type="rc_all" lang="bg" /> | 9 <output filename="app_locale_settings_bg.rc" type="rc_all" lang="bg" /> |
| 10 <output filename="app_locale_settings_bn.rc" type="rc_all" lang="bn" /> | 10 <output filename="app_locale_settings_bn.rc" type="rc_all" lang="bn" /> |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 <!-- The UI font used in native UI components (e.g. menu). 'default' | 203 <!-- The UI font used in native UI components (e.g. menu). 'default' |
| 204 indicates that the font obtained from the system be used. | 204 indicates that the font obtained from the system be used. |
| 205 Otherwise, the system default UI font will be overriden with | 205 Otherwise, the system default UI font will be overriden with |
| 206 the family specified. This should be default for locales | 206 the family specified. This should be default for locales |
| 207 other than Indian locales. | 207 other than Indian locales. |
| 208 TODO(jungshik): This and IDS_UI_FONT_SIZE_SCALER are only used | 208 TODO(jungshik): This and IDS_UI_FONT_SIZE_SCALER are only used |
| 209 on Windows now and are likely to be so in the future because Mac and | 209 on Windows now and are likely to be so in the future because Mac and |
| 210 Linux fonts do not have the issue Windows fonts for some locales | 210 Linux fonts do not have the issue Windows fonts for some locales |
| 211 (Indian) have. In that case, this need to be enclosed | 211 (Indian) have. In that case, this need to be enclosed |
| 212 by platform-dependent if-clause. --> | 212 by platform-dependent if-clause. --> |
| 213 <if expr="os == 'win32'"> | 213 <if expr="is_win"> |
| 214 <message name="IDS_UI_FONT_FAMILY" use_name_for_id="true"> | 214 <message name="IDS_UI_FONT_FAMILY" use_name_for_id="true"> |
| 215 default | 215 default |
| 216 </message> | 216 </message> |
| 217 <!-- For Windows XP --> | 217 <!-- For Windows XP --> |
| 218 <message name="IDS_UI_FONT_FAMILY_XP" use_name_for_id="true"> | 218 <message name="IDS_UI_FONT_FAMILY_XP" use_name_for_id="true"> |
| 219 default | 219 default |
| 220 </message> | 220 </message> |
| 221 | 221 |
| 222 <!-- To get the actual UI font size for native UI components | 222 <!-- To get the actual UI font size for native UI components |
| 223 (e.g. menu), the system UI font size is scaled with this value/100. | 223 (e.g. menu), the system UI font size is scaled with this value/100. |
| (...skipping 14 matching lines...) Expand all Loading... |
| 238 <!-- For Chrome OS --> | 238 <!-- For Chrome OS --> |
| 239 <if expr="pp_ifdef('chromeos')"> | 239 <if expr="pp_ifdef('chromeos')"> |
| 240 <!-- The font name like: 'Font Name, 10' --> | 240 <!-- The font name like: 'Font Name, 10' --> |
| 241 <message name="IDS_UI_FONT_FAMILY_CROS" use_name_for_id="true"> | 241 <message name="IDS_UI_FONT_FAMILY_CROS" use_name_for_id="true"> |
| 242 default | 242 default |
| 243 </message> | 243 </message> |
| 244 </if> | 244 </if> |
| 245 </messages> | 245 </messages> |
| 246 </release> | 246 </release> |
| 247 </grit> | 247 </grit> |
| OLD | NEW |