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

Unified Diff: ui/gfx/gfx_resources.grd

Issue 7181002: Remove references to 'linux2' from our grd files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: personal_options and gfx_resources Created 9 years, 6 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 | « chrome/browser/resources/options/personal_options.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gfx_resources.grd
diff --git a/ui/gfx/gfx_resources.grd b/ui/gfx/gfx_resources.grd
index 628d39f6d780799f1bfe42934d06727c9db6eea8..8d954173078a26cf9f4d06ff69ea92643f9f9975 100644
--- a/ui/gfx/gfx_resources.grd
+++ b/ui/gfx/gfx_resources.grd
@@ -19,7 +19,7 @@
<include name="IDR_BLUR_FX" file="resources\blur.fx" type="BINDATA" />
</if>
- <if expr="os == 'linux2' or os.find('bsd') != -1 or os == 'sunos5'">
+ <if expr="is_posix and not is_macosx">
<include name="IDR_LINUX_CHECKBOX_DISABLED_INDETERMINATE" file="resources\linux-checkbox-disabled-indeterminate.png" type="BINDATA" />
<include name="IDR_LINUX_CHECKBOX_DISABLED_OFF" file="resources\linux-checkbox-disabled-off.png" type="BINDATA" />
<include name="IDR_LINUX_CHECKBOX_DISABLED_ON" file="resources\linux-checkbox-disabled-on.png" type="BINDATA" />
« no previous file with comments | « chrome/browser/resources/options/personal_options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698