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

Unified Diff: components/policy_strings.grdp

Issue 171793002: Remove pp_ifdef from grd files in components/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 | « components/component_strings.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy_strings.grdp
diff --git a/components/policy_strings.grdp b/components/policy_strings.grdp
index be8ef62b9998631fa64263666a806ce3aca5da25..408d86ebded1a692364af69a692a2140e8b76012 100644
--- a/components/policy_strings.grdp
+++ b/components/policy_strings.grdp
@@ -280,12 +280,12 @@
<message name="IDS_POLICY_SCOPE_USER" desc="Text displayed in the Applies to column when a policy applies to the current user only.">
Current user
</message>
- <if expr="not is_android and not pp_ifdef('chromeos')">
+ <if expr="not is_android and not chromeos">
<message name="IDS_POLICY_SCOPE_DEVICE" desc="Text displayed in the Applies to column when a policy applies to everyone on the machine.">
Machine
</message>
</if>
- <if expr="pp_ifdef('chromeos') or is_android">
+ <if expr="chromeos or is_android">
<message name="IDS_POLICY_SCOPE_DEVICE" desc="Mobile: Text displayed in the Applies To column when a policy applies to everyone on the device.">
Device
</message>
« no previous file with comments | « components/component_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698