| Index: ui/gfx/gfx_resources.grd
|
| diff --git a/ui/gfx/gfx_resources.grd b/ui/gfx/gfx_resources.grd
|
| index 3ddda38584a98c49df327e3e8ff8f9cf49a09b4a..994dfa53ccf0f4c180bde9f2225cd311afba10e5 100644
|
| --- a/ui/gfx/gfx_resources.grd
|
| +++ b/ui/gfx/gfx_resources.grd
|
| @@ -13,7 +13,9 @@
|
| <includes>
|
| <if expr="os.find('win') != -1">
|
| <!-- 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" />
|
| + <include name="IDR_COMPOSITOR_FX" file="resources\compositor.fx" type="BINDATA" />
|
| </if>
|
|
|
| <if expr="os == 'linux2' or os.find('bsd') != -1 or os == 'sunos5'">
|
|
|