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

Unified Diff: ui/base/strings/app_locale_settings_zh-CN.xtb

Issue 161313002: Remove pp_ifdef from grd files in ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: also removed pp_ifdef in xtb and css files 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 | « ui/base/strings/app_locale_settings_th.xtb ('k') | ui/base/strings/app_locale_settings_zh-TW.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_zh-CN.xtb
diff --git a/ui/base/strings/app_locale_settings_zh-CN.xtb b/ui/base/strings/app_locale_settings_zh-CN.xtb
index e67b6c12e120febbc7641cb3ee49a001729e4ca5..e9c4026a6d67432759daa63407040eff0bce8717 100644
--- a/ui/base/strings/app_locale_settings_zh-CN.xtb
+++ b/ui/base/strings/app_locale_settings_zh-CN.xtb
@@ -10,10 +10,10 @@
<if expr="is_macosx or is_ios">
<translation id="IDS_WEB_FONT_FAMILY">Helvetica,STHeiti,sans-serif</translation>
</if>
-<if expr="pp_ifdef('chromeos') and pp_ifdef('_google_chrome')">
+<if expr="chromeos and _google_chrome">
<translation id="IDS_WEB_FONT_FAMILY">Noto Sans UI, MYingHeiGB18030, MYingHeiB5HK, sans-serif</translation>
</if>
-<if expr="pp_ifdef('chromeos') and not pp_ifdef('_google_chrome')">
+<if expr="chromeos and not _google_chrome">
<translation id="IDS_WEB_FONT_FAMILY">Noto Sans UI, Droid Sans Fallback, sans-serif</translation>
</if>
</translationbundle>
« no previous file with comments | « ui/base/strings/app_locale_settings_th.xtb ('k') | ui/base/strings/app_locale_settings_zh-TW.xtb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698