diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-07 22:27:45 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-07 22:27:45 +0000 |
commit | 722fe2fda5e19985413c9f492cf93b7fc902354e (patch) | |
tree | aca1f057ef446a7c8a88f58a5a360742fdc423a0 /chrome/app/chromium_strings.grd | |
parent | e8d0ddb23bbdc5c07e1979bdd68bb24690d09c95 (diff) | |
download | chromium_src-722fe2fda5e19985413c9f492cf93b7fc902354e.zip chromium_src-722fe2fda5e19985413c9f492cf93b7fc902354e.tar.gz chromium_src-722fe2fda5e19985413c9f492cf93b7fc902354e.tar.bz2 |
Convert remaining instances of the 'os' variable in grit conditions
to the new easier to read variables.
BUG=none
TEST=Manual, everything still compiles.
Review URL: http://codereview.chromium.org/7313017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91773 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chromium_strings.grd')
-rw-r--r-- | chrome/app/chromium_strings.grd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd index 5bf998b..d55c4c5 100644 --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -206,7 +206,7 @@ be available for now. --> Chromium OS </message> </if> - <if expr="os.find('win') != -1"> + <if expr="is_win"> <message name="IDS_PRODUCT_FRAME_NAME" desc="The Chrome Frame application name"> Chromium Frame </message> @@ -550,7 +550,7 @@ be available for now. --> Launch native print dialog </message> - <if expr="os == 'darwin'"> + <if expr="is_macosx"> <message name="IDS_APP_MENU_PRODUCT_NAME" desc="The application's short name, used for the Mac's application menu, activity monitor, etc. This should be less than 16 characters. Example: Chrome, not Google Chrome."> Chromium </message> |