Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Side by Side Diff: ui/strings/app_locale_settings.grd

Issue 1130613002: Clean up Noto Sans UI stuff. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address jshin@'s comments. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/base/webui/web_ui_util.cc ('k') | ui/strings/translations/app_locale_settings_am.xtb » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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.pak" type="data_package" lang="am" /> 7 <output filename="app_locale_settings_am.pak" type="data_package" lang="am" />
8 <output filename="app_locale_settings_ar.pak" type="data_package" lang="ar" /> 8 <output filename="app_locale_settings_ar.pak" type="data_package" lang="ar" />
9 <if expr="use_third_party_translations"> 9 <if expr="use_third_party_translations">
10 <output filename="app_locale_settings_ast.pak" type="data_package" lang="a st" /> 10 <output filename="app_locale_settings_ast.pak" type="data_package" lang="a st" />
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 249
250 <!-- The relative font size in % used in Web UI (e.g. History). --> 250 <!-- The relative font size in % used in Web UI (e.g. History). -->
251 <message name="IDS_WEB_FONT_SIZE" use_name_for_id="true"> 251 <message name="IDS_WEB_FONT_SIZE" use_name_for_id="true">
252 75% 252 75%
253 </message> 253 </message>
254 </if> 254 </if>
255 <!-- For Chrome OS --> 255 <!-- For Chrome OS -->
256 <if expr="chromeos"> 256 <if expr="chromeos">
257 <!-- The font name like: 'Font Name, 12px' --> 257 <!-- The font name like: 'Font Name, 12px' -->
258 <message name="IDS_UI_FONT_FAMILY_CROS" use_name_for_id="true"> 258 <message name="IDS_UI_FONT_FAMILY_CROS" use_name_for_id="true">
259 Noto Sans UI, 13px 259 Roboto, 13px
260 </message> 260 </message>
261 261
262 <!-- The font used in Web UI (e.g. History). --> 262 <!-- The font used in Web UI (e.g. History). -->
263 <message name="IDS_WEB_FONT_FAMILY" use_name_for_id="true"> 263 <message name="IDS_WEB_FONT_FAMILY" use_name_for_id="true">
264 'Noto Sans UI', sans-serif 264 Roboto, sans-serif
265 </message> 265 </message>
266 266
267 <!-- The relative font size in % used in Web UI (e.g. History). --> 267 <!-- The relative font size in % used in Web UI (e.g. History). -->
268 <!-- TODO(xdai): 80% is an appropriate size for Roboto, which is the
269 default as of M42, rather than for Noto Sans UI. This comment
270 should be deleted when the old Noto Sans UI code is removed; see
271 http://crbug.com/482042. -->
272 <message name="IDS_WEB_FONT_SIZE" use_name_for_id="true"> 268 <message name="IDS_WEB_FONT_SIZE" use_name_for_id="true">
273 80% 269 80%
274 </message> 270 </message>
275 </if> 271 </if>
276 </messages> 272 </messages>
277 </release> 273 </release>
278 </grit> 274 </grit>
OLDNEW
« no previous file with comments | « ui/base/webui/web_ui_util.cc ('k') | ui/strings/translations/app_locale_settings_am.xtb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698