summaryrefslogtreecommitdiffstats
path: root/components/policy_strings.grdp
diff options
context:
space:
mode:
authornewt@chromium.org <newt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-20 01:54:52 +0000
committernewt@chromium.org <newt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-20 01:54:52 +0000
commit34c4cabd1898e7c6633278dc9c522b491fce4b34 (patch)
treea47e8a20624b7bc2c0bc2773e9917c7bda4d421e /components/policy_strings.grdp
parentfafeb6bee1fb2b1d4a129776cd8b30a063c541dc (diff)
downloadchromium_src-34c4cabd1898e7c6633278dc9c522b491fce4b34.zip
chromium_src-34c4cabd1898e7c6633278dc9c522b491fce4b34.tar.gz
chromium_src-34c4cabd1898e7c6633278dc9c522b491fce4b34.tar.bz2
Remove pp_ifdef from grd files in components/.
Generated using: > cd src/components > git grep -l pp_ifdef | xargs sed -i "s:pp_ifdef('\([^']\+\)'):\1:g" BUG=343235 R=joi@chromium.org Review URL: https://codereview.chromium.org/171793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252149 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/policy_strings.grdp')
-rw-r--r--components/policy_strings.grdp4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/policy_strings.grdp b/components/policy_strings.grdp
index be8ef62..408d86e 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>