| Index: ui/gfx/gfx_resources.grd
|
| diff --git a/ui/gfx/gfx_resources.grd b/ui/gfx/gfx_resources.grd
|
| index 8d954173078a26cf9f4d06ff69ea92643f9f9975..297b0a89900cd75f8d9b204116718e0bef53ab32 100644
|
| --- a/ui/gfx/gfx_resources.grd
|
| +++ b/ui/gfx/gfx_resources.grd
|
| @@ -11,7 +11,7 @@
|
| </outputs>
|
| <release seq="1">
|
| <includes>
|
| - <if expr="os.find('win') != -1">
|
| + <if expr="is_win">
|
| <!-- IDR_BITMAP_BRUSH_IMAGE is for canvas_direct2d_unittest on win -->
|
| <!-- TODO(sky): we don't want a test only image in the release builds -->
|
| <include name="IDR_BITMAP_BRUSH_IMAGE" file="resources\bitmap_brush_image.png" type="BINDATA" />
|
|
|