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

Unified Diff: ui/base/strings/app_locale_settings.grd

Issue 146963007: Teach locales about *BSD (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use pp_ifdef('desktop_linux') Created 6 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/base/strings/app_locale_settings_bn.xtb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/strings/app_locale_settings.grd
diff --git a/ui/base/strings/app_locale_settings.grd b/ui/base/strings/app_locale_settings.grd
index d285e9275b028563c033a14f954d2bd84e37fc98..6fb2ce43200ed2311dfda84b7a7d420bc5d1104d 100644
--- a/ui/base/strings/app_locale_settings.grd
+++ b/ui/base/strings/app_locale_settings.grd
@@ -229,7 +229,7 @@
75%
</message>
</if>
- <if expr="(is_linux or is_android) and not pp_ifdef('chromeos')">
+ <if expr="(pp_ifdef('desktop_linux') or is_android) and not pp_ifdef('chromeos')">
<!-- The font used in Web UI (e.g. History). Note that these are only
backups. We try to use the system font if possible. -->
<message name="IDS_WEB_FONT_FAMILY" use_name_for_id="true">
« no previous file with comments | « no previous file | ui/base/strings/app_locale_settings_bn.xtb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698