diff options
author | pvalchev@google.com <pvalchev@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-14 21:27:32 +0000 |
---|---|---|
committer | pvalchev@google.com <pvalchev@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-14 21:27:32 +0000 |
commit | 0805a9b30d8cf935a572fe093a74f6784c6e4689 (patch) | |
tree | 747c3bbcac1e9ee75df48c2907ae112ffcb89217 /app/resources | |
parent | c76b22663b8aef4a9f739b6a72a561cc866567f9 (diff) | |
download | chromium_src-0805a9b30d8cf935a572fe093a74f6784c6e4689.zip chromium_src-0805a9b30d8cf935a572fe093a74f6784c6e4689.tar.gz chromium_src-0805a9b30d8cf935a572fe093a74f6784c6e4689.tar.bz2 |
cleaner grd files: use os.find('bsd') instead of listing all the version
of freebsd, openbsd and possibly netbsd in the future
via sprewell
Review URL: http://codereview.chromium.org/2099003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47313 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/resources')
-rw-r--r-- | app/resources/app_resources.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/resources/app_resources.grd b/app/resources/app_resources.grd index 5a8e638..d9eca92 100644 --- a/app/resources/app_resources.grd +++ b/app/resources/app_resources.grd @@ -31,7 +31,7 @@ <include name="IDR_MINIMIZE_P" file="minimize_p.png" type="BINDATA" /> </if> - <if expr="not pp_ifdef('toolkit_views') and (os == 'linux2' or os == 'freebsd7' or os == 'openbsd4')"> + <if expr="not pp_ifdef('toolkit_views') and (os == 'linux2' or os.find('bsd') != -1)"> <!-- Window controls for Linux/BSD, in the style of Metacity --> <include name="IDR_CLOSE" file="linux_close.png" type="BINDATA" /> <include name="IDR_CLOSE_H" file="linux_close_h.png" type="BINDATA" /> |